Intel Stratix 10 SoC UEFI Boot Loader User Guide

ID 683134
Date 6/19/2020
Public

4.1.1. Generate a .sof file with ATF

  1. Get a .sof file from the $SOCEDS_DEST_ROOT installation directory.
  2. 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
  3. Include the bootloader into the .sof file as follows:
    $ quartus_pfg -c -o hps_path=bl2.hex \
    ghrd_1sx280lu2f50e2vg.sof ghrd_1sx280lu2f50e2vg_hps.sof