Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:common:configurations:android-device-tree-overlay

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
products:sbc:common:configurations:android-device-tree-overlay [2024/12/19 00:59]
xiong ↷ Page moved and renamed from local:users:william:debug:edge2:device-tree-overlay to products:sbc:common:configurations:android-device-tree-overlay
products:sbc:common:configurations:android-device-tree-overlay [2024/12/20 03:26] (current)
william
Line 1: Line 1:
 ====== Android Device Tree Overlay ====== ====== Android Device Tree Overlay ======
  
-We can use DT overlays to enable/disable or change configuration for peripherals without recompiling the DT kernel source code.+We can use DT overlays to enable/disable or change the configuration of peripherals without recompiling the kernel source code.
  
 ===== Device Reference Table ====== ===== Device Reference Table ======
  
 ^          Android Version  ^  DT overlays folder                                                  ^  DT overlays list variable  ^  DT overlays config file                                                       ^ ^          Android Version  ^  DT overlays folder                                                  ^  DT overlays list variable  ^  DT overlays config file                                                       ^
-^  Edge2  |  14.0             |  /vendor/custom/boot/dtb/rockchip/rk3588s-khadas-edge2.dtb.overlays  | fdt_overlays                |  /vendor/custom/boot/dtb/rockchip/rk3588s-khadas-edge2.dtb.overlay.env         | +^  Edge2  |  14               |  /vendor/custom/boot/dtb/rockchip/rk3588s-khadas-edge2.dtb.overlays  | fdt_overlays                |  /vendor/custom/boot/dtb/rockchip/rk3588s-khadas-edge2.dtb.overlay.env         | 
-^  VIM4    11.0,14.0        |  /mnt/vendor/odm_ext/custom/overlays/kvim4.dtb.overlays              | fdt_overlays                |  /mnt/vendor/odm_ext/custom/overlays/kvim4.dtb.overlays/kvim4.dtb.overlay.env  |+^  VIM4    11,14            |  /mnt/vendor/odm_ext/custom/overlays/kvim4.dtb.overlays              | fdt_overlays                |  /mnt/vendor/odm_ext/custom/overlays/kvim4.dtb.overlays/kvim4.dtb.overlay.env  |
  
  
Line 79: Line 79:
 ===== Configuration DT Overlays ===== ===== Configuration DT Overlays =====
  
-You need to edit the DT overlays configuration file and add custom DT overlays ''dtbo'' files to special folder.+You need to edit the DT overlays configuration file and add custom DT overlays dtbo files to special folder.
  
 ===== Make custom DT Overlays ===== ===== Make custom DT Overlays =====
  
-There are some preparations steps for DT overlays ''dtbo'' files, you can also add custom DT overlays.+There are some preparation steps for DT overlays dtbo files, you can also add custom DT overlays.
  
 ==== Write DT Overlay Source==== ==== Write DT Overlay Source====
Last modified: 2024/12/19 00:59 by xiong