Forum Discussion
grit
New Contributor
7 months agoWhy does the system report an error when generating rbf from sof files and fsbl files?
Error message: Error: Internal Error: Sub-system: BITASM, File: /quartus/pgm/bitasm/bitasm_common_code.cpp, Line: 518 HPS data start address(-1950584) is not 16 aligned Device and tool information:...
grit
New Contributor
7 months 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
Occasional Contributor
7 months agoHi!
This is failing because you are missing " -o hps_path=u-boot-spl-dtb.hex"
~E.V.