from Hacker News

Connecting an 8086 or 8088 processor to a Raspberry Pi

by tadbit on 5/20/22, 2:55 PM with 19 comments

  • by trollied on 5/20/22, 4:36 PM

    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've ever seen. https://www.hackster.io/news/hands-on-with-the-pistorm-the-u...
  • by phaedrus on 5/20/22, 6:01 PM

    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.

    Dangerous Prototypes wrote up a pretty good post about it: http://dangerousprototypes.com/blog/2012/02/22/prop-6502-pro...

  • by tpmx on 5/20/22, 4:19 PM

    Love the simple/elegant/powerful idea of driving the CPU clock from code running on RPI/Linux. It sidesteps the difficulty of efficiently doing bitbanging on RPI/Linux in a neat way.
  • by wila on 5/20/22, 4:19 PM

    Had to search for the PCB. Looks like this is the one:

    https://www.ebay.com/sch/emil6190/m.html

  • by dboreham on 5/20/22, 4:58 PM

    Confused as to why this is a useful exercise vs emulating the 8086 on the Pi?
  • by morpheos137 on 5/20/22, 7:50 PM

    shouldn't this be trivially simple with an rs232 to usb adapter?