Forum Discussion
Altera_Forum
Honored Contributor
17 years agoSo for loading the code into the EPCS.
1 - You can use the Quartus programmer to do this. 2 - You could use the nios2-flash-programmer but you would have to create a dummy firmware project that just had a NIOS II processor and the epcs controller. So to program data into the flash, you would have to load your dummy firmware image then run the programmer. 3 - You could use your own method for programming the EPCS flash using your TSK3000 processor. For my projects, in manufacturing I use JTAG to program an image into the FPGA. I then either a) use the nios2-flash-programmer b) transfer data over ethernet and program the EPCS flash using my own methods. Jake