Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

computer on PCIe card

Does anyone know a COM which is put on a PCIe card, which has some flash memory, some RAM, JTAG support (or some kind of debugging support), some input ports like USB, perhaps support some output like via VGA or LVDS, just like this board: http://www.knjn.com/FPGA-PCIe.html but not for FPGA development, but for microprocessors, preferably x86.

Something similar has been done in the past, but the link is dead, and it should have enough documentation and be hacker-friendly (and cheap, not more than 100-150 USD).

I will be writing the driver for the host system (linux), for inter-system communication, but the PCIe board itself should be pretty stand-alone (beside the operating system for the "guest OS" on the PCIe card which I will also have to write).

Thanks

like image 331
Flavius Avatar asked Nov 15 '22 04:11

Flavius


1 Answers

I came across this question while looking for something similar myself. A little late to the party, I know :)

Check out the 'PCI/PCI Express Series' under 'Half sized CPU cards' on IEI World's site:

http://www.ieiworld.com/

like image 196
Paul Chambers Avatar answered Dec 20 '22 13:12

Paul Chambers