Forum Discussion
Altera_Forum
Honored Contributor
16 years agoProgram the EPCS via the JTAG interface (cycIII)
Hi Guys, I am trying to re-program the EPCS through the FPGA JTAG port. Does anyone familiar if Altera has some C code or AppNote explaining how to do so in the attached topology? The ba...
Altera_Forum
Honored Contributor
10 years agoProcedure:
1) Create .JIC file. 2) In Quartus Programmer, setup necessary infomation. Choose .jic file. 3) Erase EPCS content (for verification purpose) 4) In Quartus Programmer, Check Program function, then create .jbc or .jam file. (File-> Convert programming files) 5) Open NIOS-II command shell. 6) Using quartus_jli.exe to program device with .jbc file. $ quartus_jli.exe -c 1 -aCONFIGURE DE0_Nano.jbc $ quartus_jli.exe -c 1 -aPROGRAM DE0_Nano.jbc