How do I find out what the SBT for NIOS error "Downloading ELF Process Failed"?
I am working on a NIOS project that currently has a very simple NIOS program running on a Platform Designer Qsys system. I made a change to the Qsys system, generated the HDL for the Qsys system, regenerated the NIOS BSP, cleaned the BSP project, rebuilt the BSP project, Cleaned the application project, rebuilt the application project, made new targets (hex files) for the application project, and then recompiled the FPGA and made a new *.sof file. I then programmed the FPGA and tried to debug the simple NIOS software. Whereupon, I received the error message above. I am assuming that somehow the Qsys system change cause some problem with the ELF file, but I have no idea what it is. How do I find out what the problem is? or have I missed some step in building the new *.sof file?