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

Cyclone 10 GX FPGA Develoment Kit Configuration programming issue

FieroNick
Beginner
940 Views

Hi,

New here so I hope I'm asking this correctly. I have a Cyclone 10 GX FPGA Development Kit and need to program the board to load my project on power-up. The board allows two modes to configure the FPGA, 1) AS(x1 & x4) and 2) PS and FPP. The kit manual and schematic shows a EPCQ-L (EPCQL1024) directly connected to the Cyclone 10, but the programmer does not allow me to add a EPCQL1024 to Cyclone 10. See attached.

How do I program this EPCQL1024?

Or, how do I program the Flash? I tried creating a .hexout file but the Programmer won't accept it. Tried using a POF file but I get a message saying I need to use Flash Memory Programmer Object File, which I can't file any info on.

 

Intel Cyclone 10 GX Development Kit 

 

Thanks,

NickProgrammingError.jpg

0 Kudos
2 Replies
FieroNick
Beginner
911 Views

Well, after some time I figured it out. I have always designed my boards with a JTAG going directly to the EPC so this was new to me having the EPC's only connection through the FPGA. Discovered I needed a Serial Flash Loader (SFL) in my design. Created a step-by-step list in creating the necessary files to make this work. Hope this helps someone in the future.

 

To program the EPCQL1024 on the Cyclone 10 GX Development Kit the following steps need to be done.

  1. Instantiate a Serial Flash Loader (SFL) on the top-level design.
  2. If needed, select the ASMI interface. (Was not selected for this procedure )
  3. Tie the nOE_IN signal to ground.
  4. In Quartus Prime Pro click on Assignments, Device and then “Device and pin Options…”
  5. Select Configuration tab.
  6. Select “Active Serial x4 (can use Configuration Device)” from “Configuration scheme:”.
  7. Select EPCQL1024 in the “Configuration device” section.
  8. Select “100 MHz Internal Oscillator” for “Active serial clock source:”.
  9. Click OK.
  10. Click OK on Device window.
  11. Compile project.
  12. When compile is complete, go to File and select “Convert Programming Files…”.
  13. Change “Programming file type:” to “JTAG Indirect Configuration File (.jic)”.
  14. Change “Configuration device:” to EPCQL1024.
  15. Change Mode: to “Active Serial x4”.
  16. Create a “File name:”, example: “output_file/ASx4.jic”.
  17. Add Input files, for SOF select <project_name>.sof, 10CX220YF780 appears under Page_0.
  18. Select device for “Flash Loader” by clicking on “Add Device”.
  19. Now select “Cyclone 10 GX” and then 10CX220Y.
  20. Save Conversion setup to a file.
  21. Click on Generate, a JIC file should now be in the output_files folder.
  22. Open the Programmer and connect the USB-BlasterII to the board and computer.
  23. Verify that “Use the enhanced mode SerialFlash Loader (SFL) IP for factory helper image” from Tools and then Options. Should be checked by default.
  24. Select Hardware, select USB-BlasterII.
  25. Click on “Auto Detect”, select 10M08SA (MAX10) and 10CX220Y (Cyclone10GX) when prompted.
  26. Change file for the 10CX220Y to the <project_name>.sof and click on “Program/Configure”.
  27. Program by clicking on “Start”.
  28. When finished click on “Auto Detect” again. (this step may not be needed)
  29. Change file for 10CX220Y to “output_file/ASx4.jic”.
  30. The file name changes to “Factory default SFL image” in blue letters and EPCQL1024 is below 10CX220Y with file of “output_file/ASx4.jic”.
  31. Click “Program/Configure” for both 10CX220Y and EPCQL1024 if not done automatically.
  32. Click on Start and the EPCQL1024 is now being programmed.
  33. When complete, disconnect USB-BlasterII and test.

The above steps should be an example for other FPGAs/EPCs.

The above steps are for the initial setup. If the code needs to change, after a compile just “Convert Programming Files…” using the saved Conversion setup file and then the Programmer saved configuration.

0 Kudos
NurAiman_M_Intel
Employee
865 Views

Hi,


I am glad that you have solved the problem from your end. Thank you for sharing the solution with other community users.


Regards,

Aiman


0 Kudos
Reply