Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16614 Discussions

Failed to Integrate U-boot FSBL hex to sof file Stratix 10 board

mbilal101
Novice
1,094 Views

I installed the latest Quartus pro to compile the latest stratix 10 GSRD . I have floating license for that.

 

I can successfully compile the custom fpga design with Quartus Pro and successfully generate the ghrd_1sx280lu2f50e2vg_time_limited.sof. Now I want to Integrate U-boot FSBL u-boot-spl-dtb.hex hex to sof file. For that I used following command

 

quartus_cpf --bootloader=u-boot-spl-dtb.hex output_files/ghrd_1sx280lu2f50e2vg_time_limited.sof output_files/ghrd_1sx280lu2f50e2vg_hps.sof

 

But always getting following error:

 

Error (20687): Convert Programming Files does not support the target device 1sx280lu2f50e2vg. Please use Programming File Generator to generate the programming file for the target device.
Error: Quartus Prime Convert_programming_file was unsuccessful. 1 error, 0 warnings
Error: Peak virtual memory: 740 megabytes
Error: Processing ended: Tue May 30 22:16:20 2023
Error: Elapsed time: 00:00:00
Error: System process ID: 3954139

 

 

How can I avoid this error ? What I'm doing wrong? 

0 Kudos
1 Solution
sstrell
Honored Contributor III
1,070 Views

Like it says, you have to use the Programming File Generator (pfg) instead of cpf for Stratix 10: https://www.intel.com/content/www/us/en/programmable/quartushelp/current/index.htm#mapIdTopics/ugo1521137380607.htm

View solution in original post

0 Kudos
4 Replies
sstrell
Honored Contributor III
1,071 Views

Like it says, you have to use the Programming File Generator (pfg) instead of cpf for Stratix 10: https://www.intel.com/content/www/us/en/programmable/quartushelp/current/index.htm#mapIdTopics/ugo1521137380607.htm

0 Kudos
mbilal101
Novice
1,062 Views
0 Kudos
aikeu
Employee
986 Views

Hi mbilal101,


I noticed the solution has been provided. I will close this thread if no further question.


Thanks.

Regards,

Aik Eu


0 Kudos
aikeu
Employee
961 Views

Hi mbilal101,


I am closing this thread for now.


p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.


Thanks.

Regards,

Aik Eu


0 Kudos
Reply