Forum Discussion
Altera_Forum
Honored Contributor
16 years agoVerification Error when using SSRAM for NIOS II
When I've been going to load my code (.ELF file) onto the NIOS II, I'm getting an SREC verification error. I was originally using on-chip memory for the NIOS II, but I have changed it so that I am u...
Altera_Forum
Honored Contributor
16 years agoCheck that the 'program' sections in the ELF image (look at the output of 'objdump -p') match the addresses of the memory areas as seen by the Nios Cpu (assuming you are using the JTAG debugger to load your code).
The linker script may be doing something else.