Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- I try to find the Debug/memtest.elf, but I didn't find that. Is it in your <Software Project Directory>/Debug/memtest.elf, but i dont think you can do any thing even if you can find it. The error above (Memory map is not consistent with memory image file) tell you that the system in your FPGA (your sof file) is not match with your memtest project. In your original error: Verify failed between address 0x1000000 and 0x100BC17 This line means that the debug monitor(Jtag debug module) was already up and running. When it try to download the machine code (your elf) into the memory located at address above, it fail to write to it. I would suggest that you:
- Open up your system in Sopc Builder and check which memory located at address above, what memory are you using. (And which board your are using for this project)
- Check and make sure that the pin assignment for the memory above is correct.