diff --git a/pages/common/dtc.md b/pages/common/dtc.md new file mode 100644 index 0000000000..3d49fba4e9 --- /dev/null +++ b/pages/common/dtc.md @@ -0,0 +1,8 @@ +# dtc + +> The Device Tree Compiler, a tool for recompiling device trees between formats. +> More information: . + +- 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}}`