blob: ae44ee9bcbf378d0d0fc79dc2b46fa157e1c015c (
plain)
1
2
3
4
5
6
7
8
|
device-tree-compiler (Device Tree Compiler for Flat Device Trees)
Device Tree Compiler, 'dtc', transforms a textual description of
a device tree ('DTS') into a binary object ('DTB'). DTS is most
commonly used on embedded platforms. This tool is particularly
useful for building a DTS-enabled 'U-Boot' binary.
See http://elinux.org/Device_Tree for more information.
|