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 ago> How can combine both that the nios2-programmer can write it to the epcs controller?
$ nios2-flash-programmer --epcs --sof=<PGM> --input=program.flash $ nios2-flash-programmer --epcs --sof=<PGM> --input=nem2.flash --relocate <PGM> is your flash programming design.