How to Install device-tree-compiler in Ubuntu 18.04



Install device-tree-compiler by entering the following commands in the terminal:

sudo apt update
sudo apt install device-tree-compiler

Description:

Device Tree Compiler for Flat Device Trees

Device Tree Compiler, dtc, takes as input a device-tree in a given format and outputs a device-tree in another format for booting kernels on embedded systems. . Typically, the input format is "dts", a human readable source format, and creates a "dtb", or binary format as output.

Homepage: https://git.kernel.org/cgit/utils/dtc/dtc.git

Version: 1.4.5-3

Section: devel