Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

Load 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&#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

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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