Forum Discussion
Altera_Forum
Honored Contributor
19 years agoEPCS Flash
I am really a newbie to linux in general. I am working on a custom board that has an epcs64 device attached. From within cgi code wrote in "c" I need to access the epcs flash device and be able to ...
Altera_Forum
Honored Contributor
19 years agoPlease check the wiki,
http://nioswiki.jot.com/wikihome/operatingsystems/epcsguide (http://nioswiki.jot.com/wikihome/operatingsystems/epcsguide) http://nioswiki.jot.com/wikihome/operating...flashprogrammer (http://nioswiki.jot.com/wikihome/operatingsystems/flashprogrammer) You will setup the epcs as a mtd block devices, with mtd map file. Then you can update epcs by open, write, read, to the block device. I think the altera epcs bootloader works fine. You can study the altera supplied epcs bootloader code, then you will know how to compute the size of fpga configuration data. Or you may update both of them together.