Dtc
From Gentoo Wiki
Device Tree Compiler (DTC) is a tool to create device tree binaries (dtbs) from device tree source.
Installation
USE flags
USE flags for sys-apps/dtc Open Firmware device tree compiler
static-libs
|
Build static versions of dynamic libraries as well |
yaml
|
support .yaml-encoded device trees |
Emerge
root #
emerge --ask sys-apps/dtc
Usage
Used when creating device tree binaries. Typically when create a primary bootloader like U-boot
Removal
Unmerge
root #
emerge --ask --depclean --verbose sys-apps/dtc