fdtdump
Device Tree Compiler for Flat Device Trees
Install
- All systems
-
curl cmd.cat/fdtdump.sh
- Debian
-
apt-get install device-tree-compiler
- Ubuntu
-
apt-get install device-tree-compiler
- Alpine
-
apk add dtc
- Arch Linux
-
pacman -S dtc
- 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
- Dockerfile
- dockerfile.run/fdtdump
- Docker
-
docker run cmd.cat/fdtdump fdtdump
powered by Commando
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.
dtc
Device Tree Compiler
device-tree-compiler-1.4.2
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.