Forum Discussion
I used the quartus_pfg -c batch processing command to package the sof file and hex file into fsbl.sof. All these files are in the same path. Please refer to the following figure for the batch processing:
As I mentioned in my previous answer:
1. If the hex file is u-boot-spl-dtb.hex, the above packaging process can be completed, and the generated fsbl.sof can also be loaded via JTAG. However, the system does not start after the loading is completed.
2. If the hex file is converted from u-boot-spl-dtb.bin to u-boot-spl.ihex, the above packaging process will fail, and the specific information is as follows:
Hi grit
One last suggest is could you remove the " ./ " in front of the u-boot-spl.hex as a final test?
If that still have error could you try sharing me your sof and hex file for testing.