- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi people.
How do I use the germs monitor in NIOS 2???? In NIOS 1 I could just check in SOPC builder that I wanted to embed a germsmonitor. How is this done now??? I want to call the germs and let it translate some SREC's for me. Is there an other way to do this??? Regards GreateWhite.DK링크가 복사됨
4 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
If you want the germs just to be able to download code, then you have an easier solution.
The IDE they give you is capable of downloading code to the NIOS II (you have to include at least the minimal debug module). Basically I just created a really big RAM and downloaded my compiled code into it. I'm assuming you have to also have the JTAG UART core included as well (don't quote me on that thought, i just put it in anyway because I figured the debug module needs it there too). In the software tutorial on the Altera site they give an example of doing this.- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
The IDE is definitely the way to go for downloading code.
However, if you still want to use germs, it is still there. Add a legacy on-chip memory component (in SOPC Builder under legacy components). This is the old memory component you are familiar with that has a contents tab that lets you select germs. In the "More CPU" settings page of SOPC Builder, make sure you point your reset address to the start of the germs memory and set the debug device to one of your uarts. Also, you might need to enable legacy SDK on the same page. I'm not sure about this so try it without first.- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Check out Altera app note# 350 - Upgrading Nios to Nios II; look at the HW update instructions for the "Legacy migration path", and then the Legacy SDK section of the document. It describes how!
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I think I have found a better way to do what I wanted. I have just taken the code from the GERMS monitor that decodes S-Records and put that into my little bootloader. Hope that this will do the job.
But thank you very much for your answers. Regards GreatWhite.DK