Forum Discussion
GBusl
New Contributor
7 years agoThe NIOS II is not booting
I am Creating a system of NIOS II that boot from a Qspi flash device and also the code will be copied to a parallel flash device. I am not sure if this is doable. I cannot find an example or a guide...
- 7 years ago
Hi Galio,
Here is the step by step guide, please check the attachment.
this uses the jic procedure to program a serial flash like QSPI.
Regards,
Ahmed_H_Intel1
Frequent Contributor
7 years agoHi Galio,
Yes this is doable if you have have a QSPI flash, convert your design files to .jic to configure the flsah and in the design point the NIOS II vectors to the CFI to get the code from there. To write the hex file to CFI, use a PFL (Parallel Flash Loader) to write the CFI.
I will share with you a guide of how to do it.