使用adb获取fdt文件
adb root
adb pull /sys/firmware/fdt d:
pwd
使用以下指令生成dtsi文件
cd ./out/soong/host/linux-x86/bin/dtc
./dtc -I dtb -O dts –o fdt2dts.dts fdt
参考:
https://blog.csdn.net/wgl307293845/article/details/123903282
使用adb获取fdt文件
adb root
adb pull /sys/firmware/fdt d:
pwd
使用以下指令生成dtsi文件
cd ./out/soong/host/linux-x86/bin/dtc
./dtc -I dtb -O dts –o fdt2dts.dts fdt
参考:
https://blog.csdn.net/wgl307293845/article/details/123903282