This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
products:sbc:common:configurations:device-tree-overlay [2023/11/07 04:18] nick |
products:sbc:common:configurations:device-tree-overlay [2026/05/11 02:18] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Device | + | ====== Device |
| We can use DT overlays to enable/ | We can use DT overlays to enable/ | ||
| Line 7: | Line 7: | ||
| https:// | https:// | ||
| - | ===== Device | + | ===== Device |
| ^ | ^ | ||
| Line 19: | Line 19: | ||
| ^ VIM4 | ^ VIM4 | ||
| ^ Edge2 | 5.10 | / | ^ Edge2 | 5.10 | / | ||
| + | ^ Edge-2L | 6.1 | ||
| ^ Edge1 | 4.4 | ^ Edge1 | 4.4 | ||
| | ::: | ::: | / | | ::: | ::: | / | ||
| - | ===== Device | + | ===== Device |
| <tabbox VIM1/ | <tabbox VIM1/ | ||
| Line 144: | Line 145: | ||
| DT-overlays configuration file: ''/ | DT-overlays configuration file: ''/ | ||
| + | |||
| + | <tabbox Edge-2L> | ||
| + | |||
| + | DT-overlays '' | ||
| + | |||
| + | ```shell | ||
| + | khadas@Khadas: | ||
| + | edge-2l-io-pwm.dtbo | ||
| + | edge-2l-io-spi.dtbo | ||
| + | ``` | ||
| + | |||
| + | DT-overlays configuration file: ''/ | ||
| </ | </ | ||
| - | ===== Configuration DT Overlays | + | ===== Configuration DT overlays |
| You need to edit the DT overlays configuration file and add custom DT overlays '' | You need to edit the DT overlays configuration file and add custom DT overlays '' | ||
| - | ===== Make custom DT Overlays | + | ===== Make custom DT overlays |
| There are some preparations steps for DT overlays '' | There are some preparations steps for DT overlays '' | ||
| - | ==== Write DT Overlay Source==== | + | ==== Write DT overlay source==== |
| Basic DT overlay source example: | Basic DT overlay source example: | ||
| Line 174: | Line 187: | ||
| ``` | ``` | ||
| - | ==== Compile DT Overlay Source | + | ==== Compile DT overlay source |
| ```sh | ```sh | ||
| Line 180: | Line 193: | ||
| ``` | ``` | ||
| - | ==== Copy DT Overlays | + | ==== Copy DT overlays |
| * VIM3 with 5.15 kernel is ''/ | * VIM3 with 5.15 kernel is ''/ | ||
| Line 187: | Line 200: | ||
| * VIM1S is ''/ | * VIM1S is ''/ | ||
| * Edge2 is ''/ | * Edge2 is ''/ | ||
| + | * Edge-2L is ''/ | ||
| * VIM1/ | * VIM1/ | ||
| Line 193: | Line 207: | ||
| </ | </ | ||
| - | ==== Edit DT Overlays Configuration | + | ==== Edit DT overlays configuration |
| Edit list variable value inside DT overlay configuration file: | Edit list variable value inside DT overlay configuration file: | ||
| Line 203: | Line 217: | ||
| * VIM1S is ''/ | * VIM1S is ''/ | ||
| * Edge2 is ''/ | * Edge2 is ''/ | ||
| + | * Edge-2L is ''/ | ||
| ==== Reboot ==== | ==== Reboot ==== | ||
| Need reboot board to take effect. | Need reboot board to take effect. | ||