Forum Discussion
MNass4
New Contributor
7 years agoNIOS II issue with SBT while creating a HEX file
I am creating a NIOS II system and want to boot it on a serial flash device and while making target to generate the hex file for the serial flash it creates only for the on-chip memory.hex. I don't k...
AnandRaj_S_Intel
Regular Contributor
7 years agoHi,
- If Reset vector & exception vector are pointing to on-chip ram you will see only on-chip memory.hex
- mem_init_generate target also generates a Quartus Prime IP file (meminit.qip) which can be added to Quartus project and recompile to generate sof and convert to pof/jic. or You can use hex and sof file to generate the pof/jic file.
Regards
Anand