Forum Discussion
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. B...
Altera_Forum
Honored Contributor
13 years agoI got it. An embedded guy provided me an application which can convert the rbf contents into a hex file(Which contains nothing but an array. The elements of this array are the bytes in the rbf). I can include this hex file in Nios and now I can easily read it, apply byte reversal and write into the EPCS. The whole massive EPCS was written into just 10 seconds.