Intel® Arria® 10 SoC UEFI Boot Loader User Guide

ID 683536
Date 12/15/2017
Public
Document Table of Contents

1.5.2.2. Generating a Boot Loader DTB File for the 16.0 Release and Below

This task describes how to compile the U-Boot device tree source (DTS) into the device tree binary (DTB).

In the command shell, go to the U-boot folder and type the following commands:
$ cd <your_working_directory>/a10_soc_devkit_ghrd/software/uboot_bsp
$ dtc -O dtb -o devicetree.dtb -I dts devicetree.dts
These commands create the devicetree.dtb file in <your_working_directory>/a10_soc_devkit_ghrd/software/uboot_bsp folder.