Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- I think there is a version of system console that will support loading applications over JTAG using the command line. I don't use the command line version, so I don't know the details. --- Quote End --- Thanks for your reply ! :) Yes I saw the system console User guide, there is a lots of stuffs that are interresting. However, it's to use the Nios II processor (inside the FPGA), and I would to do the same (Debuging JTAG interface) with the HPS (ARM Cortex A9) The command line to download the application on the Nios II processor typed in the NIOS II SHELL is: $ nios2-download -g <name_of_file>.elf I can use the Altera Monitor Program graphic interface to download the system through the JTAG, but I would like to do it in a script, or find an other way to do so.