Forum Discussion
Altera_Forum
Honored Contributor
20 years agoLoad code and run it in background
Hello, I would like to load my code into FPGA without lauching NIOS IDE. -> I tried to do that with ms-dos command, but it didn't work http://forum.niosforum.com/work2/style_emoticons...
Altera_Forum
Honored Contributor
20 years agoI would use 'nios2-download -g <your ELF> && nios2-terminal'.... Assuming your program prints and/or receives input via stdin/stdout, that is.
- slacker