Forum Discussion
Problem writing the NIOS II program to the EPCS controller.
- 1 year ago
Hi @Megavolt91,
Thank you for posting in Intel community forum, hope all is well and apologies for the delayed in response.
Thanks for the details explanation, appreciate the effort on explaining the situation, it definitely helps us to understand the situation and others too.
Just to clarify, you are able to program to Nios II configuration to EPCS controller now and Nios II is also starting up. However there is confusion in the addresses?
Note: Nios II has been deprecated and no longer supported, hence perhaps it is advised to moved to Nios V, however we would try our best to clarify on your situation.
Best Wishes
BB
Hi @Megavolt91,
Apologies for the delay in response due to the long holidays in our site last week.
Good to know that it is working now, the standard bootloader for this case boot from onchip ram where the reset address usually are 0x00000000, exception vector on 0x00000020 followed by data segments on 0x00002000.
With no further clarification on this thread, it will be transitioned to community support for further help on doubts in this thread. Please login to ‘ https://supporttickets.intel.com/s/?language=en_US’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.
Thank you for the questions and as always pleasure having you here.
Best Wishes
BB
@BoonBengT_Altera wrote:Hi @Megavolt91,
Apologies for the delay in response due to the long holidays in our site last week.
Good to know that it is working now, the standard bootloader for this case boot from onchip ram where the reset address usually are 0x00000000, exception vector on 0x00000020 followed by data segments on 0x00002000.
With no further clarification on this thread, it will be transitioned to community support for further help on doubts in this thread. Please login to ‘ https://supporttickets.intel.com/s/?language=en_US’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.
Thank you for the questions and as always pleasure having you here.Best Wishes
BB
I have a small question - how to remove debug information from the firmware? In the linker settings, I remove the key -g(BSP Editor), but when generating it, it appears there again. If I edit the make file, the linker gives an error. Now the bootloader firmware is 3160 bytes. I would like to reduce it.