Altera_Forum
Honored Contributor
10 years agoDownloading elf error from nios2 command shell...
I am using Quartus 14.0 and Cyclone V FPGA.....
In Qsys system integration tool i am using NOR flash base address as a Reset vector and SDRAM base address as a Exception vector. If i try to download elf file using niosII IDE everything is fine i can able to download it, and it is working fine. and if i am trying to download same elf file through niosII command shell i am getting following error... verify failed between address 0x2000020 and 0x200ffff this is sdram address following is error message:root@Nitin:/opt/altera/14.0/nios2eds# nios2-download -g ~/uart_with_fpp.elf Using cable "USB-Blaster [2-2]", device 1, instance 0x00 Pausing target processor: OK Initializing CPU cache (if present) OK Downloaded 70KB in 1.0s (70.0KB/s) Verifying 02000020 ( 0%) Verify failed between address 0x2000020 and 0x200FFFF Leaving target processor paused root@Nitin:/opt/altera/14.0/nios2eds# Thanks in advance....