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 of how to do that. I am ok to use any board that can fit this design.
Can you please help?
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,
6 Replies
- Ahmed_H_Intel1
Frequent Contributor
Hi 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. - GBusl
New Contributor
Hi Embedded guy,
Can you explain to me more. plus I cannot see any attachment for the guide. Please help this is critical to me.
- Ahmed_H_Intel1
Frequent Contributor
- Ahmed_H_Intel1
Frequent Contributor
Hi Galio,
Please let me know if you need more assistance.
Regards.
- GBusl
New Contributor
Thanks a lot Mr Embedded. What you shared solved my problems.
- Ahmed_H_Intel1
Frequent Contributor
You are welcome.