dtb反编译生成dts
./dtc -I dtb -O dts -o test.dts test.dtb
dts编译生成dtb
./dtc -I dts -O dtb -o test.dtb test.dts