Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
12748 Discussions

Load code and run it in background

Altera_Forum
Honored Contributor II
1,692 Views

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&#39;t work http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/sad.gif . Is the syntax : "nios-run file.elf" correct? And how to run it with usb blaster instead of serial blaster? 

 

-> Is is possible to use another program to do that ? Maybe nios IDE with special commands ? 

 

If anybody know how to do or where to find information, I would be very interested ! http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/wink.gif  

 

Thanks 

 

Mister Guigui http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/cool.gif
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
717 Views

I would use &#39;nios2-download -g <your ELF> && nios2-terminal&#39;.... Assuming your program prints and/or receives input via stdin/stdout, that is. 

 

- slacker
0 Kudos
Reply