Forum Discussion

GBusl's avatar
GBusl
Icon for New Contributor rankNew Contributor
6 years ago
Solved

The 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's avatar
    Ahmed_H_Intel1
    Icon for Frequent Contributor rankFrequent 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's avatar
    GBusl
    Icon for New Contributor rankNew 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's avatar
    Ahmed_H_Intel1
    Icon for Frequent Contributor rankFrequent Contributor

    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,

  • GBusl's avatar
    GBusl
    Icon for New Contributor rankNew Contributor

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