Forum Discussion
Altera_Forum
Honored Contributor
20 years agoproblems with programing flash
hi, I have an altera cyclone evalution board (1c12) and I want to program the flash but i fail.... <div class='quotetop'>QUOTE </div> --- Quote Start --- [SOPC Builder]$ nios2-flash-progr...
Altera_Forum
Honored Contributor
20 years agoFOLLOW THE WIKI !!
What is your epcs controller's base address ? # Creating .flash file for the FPGA configuration sof2flash --epcs --input=$SOPC_KIT_NIOS2/examples/verilog/niosII_cycloneII_2c35/standard/standard.sof --output=standard.flash# Programming flash with the FPGA configuration nios2-flash-programmer --epcs --base=0x02200000 standard.flash# Creating .flash file for the project elf2flash --epcs --after=standard.flash --input=zImage --output=epcs_controller.flash --boot=$SOPC_KIT_NIOS2/components/altera_nios2/boot_loader_epcs.srec# Programming flash with the project nios2-flash-programmer --epcs --base=0x02200000 epcs_controller.flash