Forum Discussion
Altera_Forum
Honored Contributor
11 years agoAs additional info, here is one of my hex creation build message that sucessfully creates a usabel hex file (one for onchip ram and one for onchip rom which contains the program data).
Post-processing to create mem_init/onchip_ram.hex... bash -c 'elf2hex e_fpga_0100_firmware.elf 0x00424000 0x00427fff --width=32 --record=4 --little-endian-mem --create-lanes=0 mem_init/onchip_ram.hex' `mem_init/onchip_ram.hex' -> `../../onchip_ram.hex' Post-processing to create mem_init/onchip_rom.hex... bash -c 'elf2hex e_fpga_0100_firmware.elf 0x00410000 0x0041c7ff --width=32 --record=4 --little-endian-mem --create-lanes=0 mem_init/onchip_rom.hex' `mem_init/onchip_rom.hex' -> `../../onchip_rom.hex' Regards, Maik