Forum Discussion
AR_A_Intel
Super Contributor
6 years agoHi
May I know, have you try the recommended commands in the user guide pg53 of 58,
Because two FPGA devices are hardwired in the JTAG chain, and it is possible to configure Nios II CPU devices on both FPGAs simultaneously, nios2-flash-programmer commands may require the --device=<device index> and --instance=<instance> arguments.
nios2-flash-programmer -d 1 -i 0 --base=0x0 <yourfile>_hw.flash
After programming completes, if you have a software file to program, type the following Nios II EDS command:
nios2-flash-programmer -d 1 -i 0 --base=0x0 <yourfile>_sw.flash
Programming the board is now complete