Forum Discussion
Abe
Frequent Contributor
7 years agoWell, you can use both the NIOS2 as well as ARM in a single application, but the following points will have to be taken into consideration:
- The OS will boot from only one processor either the HPS or the NIOS2. Most likely it will be the HPS.
- In the SW you will have to manually take out the 2nd core/processor out of reset during / after the boot process and then run the bare-metal app on it.
- Make sure you partition the required memory correctly is using shared memory concept. If using DDR for HPS and on-chip RAM for NIOS2 then it should be okay.