Failed to Integrate U-boot FSBL hex to sof file Stratix 10 board
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?
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