Visible to Intel only — GUID: dzb1511735887587
Ixiasoft
Visible to Intel only — GUID: dzb1511735887587
Ixiasoft
1.5.3.4. Preparing the Handoff DTB
If you are using an Intel® SoC FPGA development kit and the standard GHRD, you can find the handoff device tree blob (DTB) installed as part of SoC FPGA EDS. The exact location of this file is <SoCEDS_installation_directory>/examples/hardware/a10_soc_devkit_ghrd/software/boot loader/devicetree.dtb.
If you are using a custom board or creating your own design, you must run make in your U-boot folder to build your customize boot loader and the U-boot handoff device tree blob (DTB). Refer to the sub-sections in Generating a Boot Loader DTB file for instructions.
Once the compilation is successful, you can find the devicetree.dtb file in the <your_working_directory>/a10_soc_devkit_ghrd/software/uboot_bsp folder.
$ make HANDOFF_DTB=<your_working_directory>/a10_soc_devkit_ghrd/software/uboot_bsp/devicetree.dtb