add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

8
pages.zh/common/dtc.md Normal file
View 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}}`