Forum Discussion
Altera_Forum
Honored Contributor
20 years agoI've just solved!
Maybe I'm doing something wrong in flash programmer ide, or there is a bug. Now I can put logic configuration and software working together in the epcs, doing the following in the command line: 1) sof2flash --epcs --input=mylogic.sof --output=mylogic.flash 2) elf2flash --epcs --after=mylogic.flash --input=mysoftware.elf --output mysoftware.flash --boot=epcs_controller_boot_rom.flash 3) nios2-flash-programmer --epcs --base=base_epcs_controller --program mylogic.flash mysoftware.flash