Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI have had similar issues with Eclipse with no luck working around them reliably in Eclipse. I opt to avoid using Eclipse to load the software. Instead, I make use of the Nios2 terminal. It is installed along side Eclipse.
When loading your software using the terminal, you will need to browse to the location of your .elf file. To download your software, use the following command "nios2-download -g XXX.elf". Where XXX is your elf's file name. Use the "nios2-terminal" command to access the terminal I/O of your Nios. I hope this helps.