Forum Discussion
Altera_Forum
Honored Contributor
12 years ago.hex file generate for Nios-II C code
Hi, I am using Quartus-II Version 9.1sp2 and i am also using Nios-II IDE Version 9.1. I have a Custom board with Cyclone-I FPGA EP1C12Q240C8N. I made Nios-II Base project using SOPC Builder...
Altera_Forum
Honored Contributor
12 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