答: 使用dtc工具,如:
<kernel source code dir>/scripts/dtc/dtc -I dts -O dtb -o <dtb filename> <dts filename>
如: ./script/dtc/dtc -I dts -O dtb -o jello.dtb jello.dts (當然也可以單獨安裝dtc工具來進行設備樹的轉換)
那么將dtb轉換成dts的命令如下:
dtc -I dtb -O dts -o jello.dts jello.dtb