Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
19989 Discussions

The NIOS II is not booting

GBusl
New Contributor I
928 Views

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?

0 Kudos
1 Solution
Ahmed_H_Intel1
Employee
411 Views

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,

 

View solution in original post

6 Replies
Ahmed_H_Intel1
Employee
411 Views
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 I
411 Views

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
Employee
412 Views

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
Employee
411 Views

Hi Galio,

Please let me know if you need more assistance.

Regards.

 

GBusl
New Contributor I
411 Views

Thanks a lot Mr Embedded. What you shared solved my problems.

Ahmed_H_Intel1
Employee
411 Views

You are welcome.

Reply