Decompile / Compile DTB(O)

Decompiling

dtc -I dtb -O dts -o tmp.dts i2c1.dtbo
cat tmp.dts

Compiling

dtc -I dts -O dtb tmp.dts -o tmp.dtbo

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *