TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Connecting an 8086 or 8088 processor to a Raspberry Pi

68 pointsby tadbitabout 3 years ago

6 comments

trolliedabout 3 years ago
Reminds me of the project that used a Raspberry Pi running a software emulator as an Amiga CPU - Pi plugged into the CPU socket via an adapter board. Probably the most impressive project I&#x27;ve ever seen. <a href="https:&#x2F;&#x2F;www.hackster.io&#x2F;news&#x2F;hands-on-with-the-pistorm-the-ultimate-raspberry-pi-powered-accelerator-for-your-commodore-amiga-449ef0634f3e" rel="nofollow">https:&#x2F;&#x2F;www.hackster.io&#x2F;news&#x2F;hands-on-with-the-pistorm-the-u...</a>
评论 #31450347 未加载
评论 #31449841 未加载
评论 #31449789 未加载
phaedrusabout 3 years ago
I did a similar thing with a 6502 and the Propeller microcontroller. I always meant to make an 8086 or 8088 version, but moved on to other things before ever doing so.<p>Dangerous Prototypes wrote up a pretty good post about it: <a href="http:&#x2F;&#x2F;dangerousprototypes.com&#x2F;blog&#x2F;2012&#x2F;02&#x2F;22&#x2F;prop-6502-propeller-laptop&#x2F;" rel="nofollow">http:&#x2F;&#x2F;dangerousprototypes.com&#x2F;blog&#x2F;2012&#x2F;02&#x2F;22&#x2F;prop-6502-pro...</a>
评论 #31450973 未加载
tpmxabout 3 years ago
Love the simple&#x2F;elegant&#x2F;powerful idea of driving the CPU clock from code running on RPI&#x2F;Linux. It sidesteps the difficulty of efficiently doing bitbanging on RPI&#x2F;Linux in a neat way.
评论 #31450810 未加载
wilaabout 3 years ago
Had to search for the PCB. Looks like this is the one:<p><a href="https:&#x2F;&#x2F;www.ebay.com&#x2F;sch&#x2F;emil6190&#x2F;m.html" rel="nofollow">https:&#x2F;&#x2F;www.ebay.com&#x2F;sch&#x2F;emil6190&#x2F;m.html</a>
评论 #31450332 未加载
dborehamabout 3 years ago
Confused as to why this is a useful exercise vs emulating the 8086 on the Pi?
评论 #31450355 未加载
评论 #31450068 未加载
评论 #31450118 未加载
morpheos137about 3 years ago
shouldn&#x27;t this be trivially simple with an rs232 to usb adapter?