8 lines
287 B
Markdown
8 lines
287 B
Markdown
# dtc
|
|
|
|
> 设备树编译器,一种用于在不同格式之间重新编译设备树的工具。
|
|
> 更多信息:<https://github.com/dgibson/dtc>。
|
|
|
|
- 将 `.dtb` 文件反编译为可读的 `.dts` 文件:
|
|
|
|
`dtc -I dtb -O dts -o {{path/to/output_file.dts}} {{path/to/input_file.dtb}}` |