Forum Discussion
Altera_Forum
Honored Contributor
14 years agohello,
i have still some problem. my on-chip memory is set to: Type: RAm writable Blocktype:auto Data width: 32 memory size:4096 bytes i check: Initialize memory content Enable non-default initialization file User created initialization file: "my_file.hex" this on-chip memory has BASE:0x00100000 ; END 0x00100fff the nios2 cpu has reset vector set to:0x00100000 in the nios shell i wrote: elf2hex --input=my_file.elf --width=32 --base=0x00100000 --end=0x00100fff --output=my_file.hex then i re-generate the qsys system and recompile all the fpga sustem in QuartusII, downloaded the .sof through jtag but nothing works Where is the error? Thanks