Forum Discussion
Altera_Forum
Honored Contributor
20 years agoEPCS boot understanding
Hi guys, I have a 2C8 board with a EPCS4 flash for FPGA configuration and software. Now I trying to get both in the flash: SOF conversion: sof2flash --epcs -input=nem2.sof --output=nem2....
Altera_Forum
Honored Contributor
20 years agoThere is no need to combine them; you can call the flash programmer twice, once with each srec, and it will do the right thing. This is what the Nios II IDE flash programmer GUI does for you.
However, if you really want one file you can concatenate the two of them together and then call the flash programmer once.