Мануалы и справочники Общие команды
dtc

Команда dtc: опции, ключи и примеры использования

dtc

The Device Tree Compiler, a tool for recompiling device trees between formats. More information: https://github.com/dgibson/dtc.

  • Decompile a .dtb file into a readable .dts file:

dtc -I dtb -O dts -o {{path/to/output_file.dts}} {{path/to/input_file.dtb}}

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM