fdtoverlay

Device Tree Compiler

Install

All systems
curl cmd.cat/fdtoverlay.sh
Debian Debian
apt-get install device-tree-compiler
Ubuntu
apt-get install device-tree-compiler
Alpine
apk add dtc
Arch Arch Linux
pacman -S dtc
image/svg+xml Kali Linux
apt-get install device-tree-compiler
CentOS
yum install dtc
Fedora
dnf install dtc
Windows (WSL2)
sudo apt-get update sudo apt-get install device-tree-compiler
OS X
brew install dtc
Raspbian
apt-get install device-tree-compiler
Docker
docker run cmd.cat/fdtoverlay fdtoverlay powered by Commando

dtc

Device Tree Compiler

device-tree-compiler

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.