Altera_Forum
Honored Contributor
17 years agoremote upgrade EPCS config data
I am trying to download configuration data using rs232 and program it to EPCS. The data is downloaded and checksummed correctly, programmed to EPCS (starting at address 0) and read back correctly. But the system will not configure.
Have tried with "raw programming data file" (.rpd) and also "raw binary file" (.rbf) Also tried reversing bit-order of .rbf as decribed here: http://forum.niosforum.com/forum/index.php?showtopic=7953 I can program EPCS using .jic file and the system configures correctly after power loss. Anyone ideas what I' am doing wrong? :confused: Update: Reading back the flash contents after programming with .jic, I saw that the content matched the .rpd file except that all bytes had reversed bit-order. Reversing bit order for each byte in the .rpd and then programming into flash results in a working system.