Forum Discussion
Altera_Forum
Honored Contributor
22 years agoProblems launching Nios II ISS
Launching the Nios II ISS generates the following error message: Error! : Unable to load memory block at address 0x20 from ELF file Release/nios_program.elf Fatal Error! : Memory map is not c...
Altera_Forum
Honored Contributor
22 years agoThis error message appears when the ISS has detected that your elf file does not match the system described in your ptf file. What it is attempting to do (and failing), is load data from your elf file that should go into a chunk of memory, starting at address 0x20. Check that there is a memory peripheral at that address, and that your elf file has been built for that ptf file.