Forum Discussion
17 Replies
- AnandRaj_S_Intel
Regular Contributor
Hi,
Attached an example of DE-2 try to go through it and implement for d2-115.
Also look into example below for d2-115 without on chip ram which can be modified.
https://www.digikey.com/eewiki/pages/viewpage.action?pageId=15925278
Regards
Anand
- rkaib
Occasional Contributor
thank you AnandRs, I have looked into your document and example, but I would like something with nios 2 because I am using onchip memory that I Intialized with an image in .hex but It is not read properly from nios2 before getting displayed in the vga monitor. thanks in advance
- rkaib
Occasional Contributor
I am getting this mistake message "project elf section bss is not within region onchip_memory2_0'", could you help debug it plz
- AnandRaj_S_Intel
Regular Contributor
Hi @rkaib ,
Memory overflow issue.
Increase your onchip ram(onchip_memory2_0) size in QSYS System design.
Which will solve the problem.
Let me know if this has helped resolve the issue you are facing or if you need any further assistance.
Regards
Anand
- AnandRaj_S_Intel
Regular Contributor
Hi,
I have used onchip ram in your project, Please check attached.
Create your own eclipse project and check.
Note : Not tested
Let me know if this has helped resolve the issue you are facing or if you need any further assistance.
Regards
Anand