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

How would I go about having 2 different bitstreams in an EPCQ flash device and choose which to load into a Cyclone V FPGA with a jumper/switch?

VNevř
Beginner
771 Views

We are developing a product that will require placement of user data into the EPCQ flash alongside fpga bitstream. We would like to prevent bricking the device in case of power failure using a secondary permanent bitstream used solely for updating. How is the bitstream to be loaded determined? Can it be selected in Quartus software? Can it be selected after programming? I know one can add multiple sof and hex files to a pof file but the device loads if and only if there is a bitstream in the lowermost default location. 

0 Kudos
4 Replies
YuanLi_S_Intel
Employee
415 Views

Hi Vojtech,

 

For EPCQ flash device, the configuration schema that you are going to use is Active Serial (AS). For AS, we can use serial flash loader IP to interact with Flash Memory (EPCQ) for new bitstream programming during user mode and etc. You may find more about Serial Flash Loader IP at link below:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an370.pdf

 

However, if you want to achieve reconfiguration with a jumper or switches and having 2 different bitstream stored in a Flash Memory, it cannot be done with serial flash loader. Instead, you need to use fast passive parallel configuration scheme for that. To do that, you will need to use Parallel Flash Loader IP. You may find more about Parallel Flash Loader IP at link below:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_pfl.pdf

 

Thank You.

 

Regards,

YL

0 Kudos
VNevř
Beginner
415 Views

Thank you for the answer. We have changed the desing a little bit though. We will try relying on the Remote Update IP instead for which I have created another question as it is unrelated to this one.

 

Thank you again

 

Best regards,

VN

0 Kudos
YuanLi_S_Intel
Employee
415 Views

Hi Vojtech,

 

Understand 😊. Please let me know if you have any further inquiry on this. Else, i will close the thread. Thank You.

 

Regards,

YL

 

 

0 Kudos
VNevř
Beginner
415 Views

This thread may be closed. Thank you.

 

VN

0 Kudos
Reply