Forum Discussion
Altera_Forum
Honored Contributor
14 years agoInput file is too large to fit (Nios Programmer)
Wondered if anybody can guide me in the right direction with an issue I am having with the nios flash programmer. I am using a ArriaIIgx 95K logic being configured by an EPCS64 device. I store...
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