Altera_Forum
Honored Contributor
10 years agoDownloading ELF Process failed when executing from flash
Hi,
I am using Eclipse to program my Nios on a Max10 FPGA. When I run the Nios code from the RAM everything works fine. Now I changed everything so that the code would execute directly from the flash (on-chip). I set all settings as described here: https://www.altera.com/en_us/pdfs/literature/an/an730.pdf I used Option 1a Now if I try to run/debug the code directly out of Eclipse I get "Downloading ELF Process failed". Console says: --- Quote Start --- Using cable "USB-BlasterII [USB-1]", device 1, instance 0x00 Processor is already paused Reading System ID at address 0x00481028: verified Initializing CPU cache (if present) OK Downloading 00200000 ( 0%) Downloading 00210000 (70%) Downloaded 92KB in 0.1s Verifying 00200000 ( 0%) Verify failed between address 0x200000 and 0x20FFFF Leaving target processor paused --- Quote End --- Attached is my setup. I programmed the Nios code with a *.pof to the device and this also works fine. Is it even possible to run/debug code directly from Eclipse? Best Regards