add new chinese translations
This commit is contained in:
8
pages.zh/common/dtc.md
Normal file
8
pages.zh/common/dtc.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# dtc
|
||||
|
||||
> 设备树编译器,一种用于在不同格式之间重新编译设备树的工具。
|
||||
> 更多信息:<https://github.com/dgibson/dtc>。
|
||||
|
||||
- 将 `.dtb` 文件反编译为可读的 `.dts` 文件:
|
||||
|
||||
`dtc -I dtb -O dts -o {{path/to/output_file.dts}} {{path/to/input_file.dtb}}`
|
Reference in New Issue
Block a user