Changes between Version 5 and Version 6 of linux/devicetree
- Timestamp:
- 01/31/2019 10:47:36 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/devicetree
v5 v6 87 87 You can also de-compile a dtb back to a dts: 88 88 {{{#!bash 89 $ dtc -I dtb -O dts imx6dl-gw51xx.dtb 89 dtc -I dtb -O dts imx6dl-gw51xx.dtb > imx6dl-gw51xx.dts 90 90 }}} 91 You can also decompile the device tree of a running system: 92 {{{#!bash 93 dtc -I fs -O dts /sys/firmware/devicetree/base > MySBC.dts 94 }}}