Altera_Forum
Honored Contributor
10 years agoJTag programming
Hi,
We are currently using the USB Blaster and Quartus software to download the FPGA code to Max 10 Nios board. In the next phase the Nios board would be connected via Jtag cable to another linux board so I need to figure out how to write the code to download the FPGA code (in a file) from the linux board using the generic Jtag ports instead of the USb blaster. Has anyone done this and can help me with the steps involved? Not having any experience of Jtag I'm not sure if the following sequence is correct: 1. Figure out a way to convert the .sof (really should be the .pof for permanent storage) to binary and transfer the whole binary image down assuming we can do this via Jtag 2. Write linux C to perform the Jtag download operation. Anybody that has done this with a working example and can show the exact steps required? Much Appreciated!