Forum Discussion
Altera_Forum
Honored Contributor
7 years agoSo, your goal is to download the contents of the S29GL064 - is that right? You refer to the FLASH - remember your EPCS4 is also a FLASH device but it sounds like that's working correctly.
Before considering reading the contents of the S29 FLASH device - what are you going to do with the binary file that you end up with? You suggest it has an error in it, which sounds like a sensible conclusion based on the description of your problem. How do you track down that problem? Decompile the binary? As to how to read the FLASH device's contents I suggest you put together a new project, probably with a Nios, specifically aimed at reading out the contents of the FLASH. Depending on what other interfaces you have on the board you can stream it out to a file on your computer. Worst case you can put a JTAG UART in your Nios design and stream it out through that - it'll be very slow. Perhaps you have a faster I/O interface available. Cheers, Alex