Forum Discussion
Altera_Forum
Honored Contributor
20 years agocan't join sw and hw to epcs
I'm trying to put sw and configuration logic together in the epcs4 using the nios2 IDE flash programmer. The configuration logic seems not ok in the epcs while sw boots ok. I'm sure that sofw...
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