Visible to Intel only — GUID: ptd1552345450080
Ixiasoft
4.1.1. Generate a .sof file with ATF
- Get a .sof file from the $SOCEDS_DEST_ROOT installation directory.
- Convert the binary file bl2.bin, generated in Building the ATF.
$ aarch64-linux-gnu-objcopy -I binary -O ihex - \ -change-addresses 0xffe00000 bl2.bin bl2.hex
- Include the bootloader into the .sof file as follows:
$ quartus_pfg -c -o hps_path=bl2.hex \ ghrd_1sx280lu2f50e2vg.sof ghrd_1sx280lu2f50e2vg_hps.sof
Related Information