Forum Discussion
Oliver_I_Sedlacek
Contributor
2 years agoNIOS2 doesn't automatically run from external RAM, how to debug
I really need my NIOS2 to autostart and run from off chip RAM using the bootloader copy method. The trouble is that despite many readings of the handbook and multiple rebuilds of the design the code ...
tehjingy_Altera
Regular Contributor
1 year agoHi
There is a workaround currently to load the code at the moment.
It is a small code to delay the nios processor while the flash initialized.
You could set your project to run from the OnChipRam IP with the application initialized and your actual application will be stored in the Flash.
The application first run on the OnChipRAM will delay the nios till the flash is initialized and jump to the flash device and it will run the bootcopier that will copy the code to the DDR and finally jump to the DDR.
Regards
Jingyang, Teh