Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:guide-developer:defining-firmware-partitions [2019/02/20 19:46] – [Defining software partitions in all DTS targets] jeff | docs:guide-developer:defining-firmware-partitions [2020/04/20 16:25] (current) – you still need mtd splitting, just not the original one karlp | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Device Tree Usage in OpenWrt (DTS) ===== | + | ====== Device Tree Usage in OpenWrt (DTS) ====== |
| Current development (2019) uses kernel based on Device Tree (DT) files (.dts, .dtsi, .dtb) rather than the older " | Current development (2019) uses kernel based on Device Tree (DT) files (.dts, .dtsi, .dtb) rather than the older " | ||
| Line 5: | Line 5: | ||
| This page tries to pull together some of the knowledge about DT usage and conventions used by the OpenWrt project. | This page tries to pull together some of the knowledge about DT usage and conventions used by the OpenWrt project. | ||
| - | ==== References ==== | + | ===== References |
| * https:// | * https:// | ||
| Line 17: | Line 17: | ||
| * https:// | * https:// | ||
| - | ==== General ==== | + | ===== General |
| Use c-style ''# | Use c-style ''# | ||
| Line 28: | Line 28: | ||
| - | + | ===== Defining software partitions in all DTS targets | |
| - | ==== Defining software partitions in all DTS targets ==== | + | |
| Partition nodes should be named '' | Partition nodes should be named '' | ||
| Line 37: | Line 36: | ||
| The MTD labels of " | The MTD labels of " | ||
| - | See below on supplying the proper " | + | See below on supplying the proper " |
| <WRAP center round info 80%> | <WRAP center round info 80%> | ||