Forum Discussion

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

How to program a EPCQA flash device with MAX10?

Ola,

I am using NIOS and want to boot from EPCQA flash. Can you please help to teach me how to do so?

  • Hi,

    with the MAX 10, I've created before and example of parallel flash loader to program the flash, but in your case you are using the EPCQA device which is a serial active and isn't compatible with the parallel flash loader. You have to use the serial flash loader to make the FPGA as a bridge between the JTAG and the flash.

    Please let me know if I got your point. If not please provide more info about the issue.

    Regards,

2 Replies

  • Ahmed_H_Intel1's avatar
    Ahmed_H_Intel1
    Icon for Frequent Contributor rankFrequent Contributor

    Hi,

    with the MAX 10, I've created before and example of parallel flash loader to program the flash, but in your case you are using the EPCQA device which is a serial active and isn't compatible with the parallel flash loader. You have to use the serial flash loader to make the FPGA as a bridge between the JTAG and the flash.

    Please let me know if I got your point. If not please provide more info about the issue.

    Regards,

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

    Thanks, you already solved my problem here and in another thread.

    I really appreciate your answer @AhmedH_Intel