slackbuilds_ponce/development/device-tree-compiler/README
Robby Workman 29b578cf50 development/device-tree-compiler: Added (Device Tree Compiler for Flat Device Trees)
This is needed by qemu to build the flat device tree needed
for some ARM emulation.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-11-29 13:19:10 -06:00

8 lines
371 B
Text

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.