Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCreating sof with NIOS code embedded
So, as title suggests, I have a NIOS system generated with SOPC and NIOS runs from Onchipmem RAM with memory init file my_fpga.hex. I generate the SOPC system. I build the NIOS code which g...
Altera_Forum
Honored Contributor
15 years ago>>>Reset Address In Nios II settings inside SOPC Builder?
Yup. This is set to 0x0 to correlate with base in which is same in SOPC for that mem: elf2hex my_fpga.elf --width=32 --base=0x0 --end=0x32000 my_fpga.hex Agree on the automated comment. Anything you see wrong with my documented process or other suggests? Thanks! C