Forum Discussion
Altera_Forum
Honored Contributor
21 years agoCan't run code out of flash!
I am trying to run my Nios II code from flash with no success. I can run from the IDE, no problem when program memory is in RAM. I then change the build for flash. The flash programmer works fine ...
Altera_Forum
Honored Contributor
21 years ago> How/where do I get that?
Use objdump for your elf file that's built for RAM: nios2-elf-objdump -h ram.elf > Does Nios II make a map file ... I don't think it does by default ... you need to add it as an option (-Map mapfile) to ld. --Scott