Forum Discussion
Oliver_I_Sedlacek
Contributor
3 years agoAutostart NIOS from external SDRAM problem
So my NIOS code has outgrown the available on chip RAM and I've moved it to off chip SDRAM. Very slow, but I fire up Eclipse and I can get it to run. I need to get it to run automatically and I've fo...
EBERLAZARE_I_Intel
Regular Contributor
2 years agoHi,
The previous design you shared, you were able to run from debugger correct?
So for the new one, you were not able to?
If Quartus compilation have no issues, then the only thing I would check would be the Application & Programming part, on getting the .hex from Nios II eclipse without error.
Then generating the proper programming files and program it successfully.
Oliver_I_Sedlacek
Contributor
2 years ago
@EBERLAZARE_I_Intel wrote:If Quartus compilation have no issues, then the only thing I would check would be the Application & Programming part, on getting the .hex from Nios II eclipse without error.
What can I check and how? This is the crux of my problem