Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI would check that the elf file has everything in the expected places.
Run objdump -h foo.elf, objdump -P foo.elf and objdump -d foo.elf. -h list the elf sectoon headers. -P is the program headers (they are normally used by a program loader). -d is the disassembly. You should have a small piece of code at the reset vector that does little more than jump to (probably) alt_main.