Forum Discussion
grit
New Contributor
1 month agoThank you for your reply.
I noticed that the "Build Hardware Design" section in the link would generate two sof files, namely *.sof and *_hps_debug.sof. However, on my end, I don't have the *_hps_debug.sof file.
Could it be that there is something wrong with my project settings?
Here, I can only attempt to convert the file to the jic format using the only_HPS_Baseline.sof file.
The result reported an error. The .sof file is missing the HPS bootloader information.
EstebanVV_Altera
New Contributor
1 month agoHi!
This is failing because you are missing " -o hps_path=u-boot-spl-dtb.hex"
~E.V.