Forum Discussion
NGord
Occasional Contributor
2 years agoNiosV
Hi I am in the process of converting a MAX10 Nios2 design to a MAX10 NiosV. It boots from Flash loaded into DDR All is good with the compiling apart from I need to convert the elf file to a hex fi...
tehjingy_Altera
Regular Contributor
2 years agoHi
Just to check for executing in place for flash, did you disable the GSFI HAL Driver in the BSP?
4.5.1.1.2. Software Design Flow (intel.com)
Regards
Jingyang, Teh
- NGord2 years ago
Occasional Contributor
No- first time I have seen that requirement!
Disabling GSFI is only when using alt_load to run code from Flash.
It has to be enabled for using bootloader running from RAM.
However - the point is the hexfile has to be Big endian for NiosV conversion to .pof file. Nios2 had to be Little endian, that fixes it.
First time I ever saw that!!! Its a major difference. AN978 never mentions such a difference.
You can close this now. Thanks.