Forum Discussion
JBayl
Occasional Contributor
6 years agoHow to program the NOR Flash devices on the Cyclone 10 GX development kit
I'm generating a POF for CFI_2Gb (auto-detect shows 2*CFI_1Gb) and it fails to get written on the flash device. Erase was successful though. Is there a document that shows how to program the Flash ...
ShafiqY_Intel
Frequent Contributor
6 years agoHi JBayl,
Basically, 2*CFI_1gb flash device is used to configure the FPGA in passive serial (PS) or fast passive parallel (FPP) scheme.
Thus, you need to instantiate PFL IP in MAX 10 device.
If you think this mode is complicated for you, you can used Active Serial (AS) mode. You can use EPCQL1024F24IN flash device for AS mode.
Cheers