Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20703 Discussions

How to do dual config on MAX10

JSLY
Novice
646 Views

How do I do a dual configuration on MAX 10 device not using JTAG,   we want to do remote device update over SPI,  it doesn't look like this is available?

0 Kudos
4 Replies
JSLY
Novice
631 Views

JSLY_0-1674245869058.png

We do not have external QSPI and probably dont have room to have Nios Processor,  can this be done with a state machine and other logic,  meaning use state machine to copy incoming image to ram, then copy ram to flash with a state machine?

 

0 Kudos
FvM
Valued Contributor III
594 Views

Hello,
your approach is well feasible. You'll basically use the provided On-Chip Flash and Dual Configuration IP and implement everything else in user logic.

You don't necessarily need a RAM buffer, just write data to flash as it comes in. A FIFO might increase throughput though.

0 Kudos
NurAiman_M_Intel
Employee
544 Views

Hi,


Hopefully you can now proceed with your design per the response from our friend previously.


Regards,

Aiman


0 Kudos
NurAiman_M_Intel
Employee
509 Views

We do not receive any response from you to the previous answer that I have provided. This thread will be transitioned to community support. If you have a new question, feel free to open a new thread to get the support from Intel experts. Otherwise, the community users will continue to help you on this thread. Thank you


0 Kudos
Reply