Altera_Forum
Honored Contributor
7 years agoNIOS II - Downloading ELF Process failed (Arria 10 FPGA Dev. Kit)
Hello, I’m trying to running ‘hello world’ project by making up basic Nios II system.
I encountered the error message : “Download ELF Process failed”. - Target FPGA board : Arria 10 GX FPGA Development Kit - Quartus ver. : Quartus Prime Standard 17.1.0 Let me show the detailed steps with figures. The figures are attached as a zip file. Figure 1) I made a basic Nios II system using Nios II, JTAG UART, On-Chip Memory. - Nios ver : Nios II/e - On-chip mem size : 400000 bytes (Eclipsed showed that 32768 bytes does not sufficient) Figure 2) I compiled them (generated verilog files from .qsys), got a .sof file and programmed the target FPGA using the .sof file. Figure 3) I opened Eclipse and made the “Nios II Application and BSP from Template” using the .sopcinfo file Figure 4, 5) Run configurations after building a hello world application. Figure 6) During the run process, the Eclipse tried to connect target processor. However the console continuously showed that the target processor does not respond. Figure 7) Finally Eclipse showed the error message : “Download ELF Process failed” How can I solve this problem? I would really appreciate it if you could give me any comment. Thank you for reading :)