Forum Discussion
ChiNguyen18
New Contributor
1 year agoHow to Configure Nios II (PFGA Side) to Execute Code from SDRAM (HPS Side) on DE10-Nano
Hello everyone, I’ve been working with the DE10-Nano board, following the guide provided in this link: SocBootFromFPGA (https://community.intel.com/t5/FPGA-Wiki/SocBootFromFPGA/ta-p/735773). I succ...
- 1 year ago
Hi
In your use case, the HPS is using the DDR, the Nios could not run from the DDR.
The Nios would need a dedicated DDR to run on.
Regards
Jingyang, Teh
tehjingy_Altera
Regular Contributor
1 year agoHi
You could not run the Nios HelloWorld in the HPS.
It was not compiiled to run on the HPS.
You will need to compile the the helloworld using a cross compiler.
Try taking a look the steps below on cross compiling a hello world for hps.
https://www.rocketboards.org/foswiki/pub/Documentation/DE10Standard/DE10-Standard_My_First_HPS.pdf
Regards
Jingyang, Teh