--- Quote Start ---
Hi all,
After successful building of sample hello world project, self has chosen 'Run As' and 'Nios II Hardware' options to check the execution as per the steps written in instruction manual for beginners. But, the launching has failed with the following message.
'launching a hello_world_0 nios ii hardware configuration' has encountered a problem. downloading elf process failed. Please find the attachment for more details and I request someone to help in resolving the issue.
Nios II Software Build Tools for Eclipse version: 13.0
Development Board: De0-Nano
Thanks in advance
--- Quote End ---
Update from previous post:
There are a lot of steps you need to execute before you can sucessfully download the program to the board.
- Qsys configuration correct & compiled correctly ?
- Verilog connections betweek QSYS generated modal and board hardware are correct (clock etc) ?
- Download of compiled code do board.
- Generate correct model in Eclipse (or regenerate BSP)
- Compile bsp project.
- Compile main project.
- Download project to processor => normally, if you did all things as they should, it should work.
What i did to check if verilog instantiation of model was running, i let a LED blink from som additional verilog code in the project so i could see that the model was downloaded and running. Anyway, you also better look at what the post below says.
What i sometimes see is that right clicking on the project itself and then going to run as / debug as works fine while starting it form the main tool bar does not, (i thought i selected the right project before pressing te button) I also had the problem sometimes when i had deleted a previous configuration, or when starting the first time because the wrong or multiple elf files were selected.
Best Regards,
Johi.