Forum Discussion
Altera_Forum
Honored Contributor
14 years agoPancake,
I am struggling to do the .sof and .hex together in the same .jic. It tells me the hex and sof overlap I produced the .hex in a few ways. I used the mem_int make file in nios IDE to produce the initialisation .hex file that you would normally use inside the onchip ram. I also used the elf2hex command. The command I used was elf2hex --input="myfile.elf" --width=32 --base=0x20000 --end=0x367ff :confused: C