Forum Discussion
Altera_Forum
Honored Contributor
20 years agohow to download .srec or .bin file to nios2 board
hello,can everyone tell me how to download a .srec or .bin file to nios2 dev board,in the nios1,i use nios-run in the shell,but in the nios2,i also use nios-run ,but it always says:waiting for target...
Altera_Forum
Honored Contributor
20 years agoHi cosmosd,
With Nios II you can use nios2-download to download an elf file to your target. Use the --help option for details, but to load and run: $ nios2-download -g myapp.elf If you use the jtag uart, start the nios2-terminal in a separate shell. Regards, --Scott