Altera_Forum
Honored Contributor
12 years agoElf2Flash problems
I'm trying to convert the NIOS II executable .elf file into .flash file with the Elf2Flash NIOS II EDS utility (v.9.1).
My .elf file contains two differents .text linker regions. The first one allocated in SDRAM and the second one in onchip memory. In Both files <My_project>.map and <My_project>.objdump the functions allocation seems correct. But the payload created by elf2flash is clearly wrong. In particular the second program record doesn't look like: 4 bytes Length L 4 bytes Address A Thanks Federico