Skip to content

Commit

Permalink
meta-meson: VIM3L: add dtbo & uEnv.txt to rootfs
Browse files Browse the repository at this point in the history
Signed-off-by: Reeve Huang <[email protected]>
Change-Id: I08a491ae44ad0864aeb5a6cb18046382e12b0172
  • Loading branch information
khadas-Naruto committed Jan 7, 2025
1 parent 3228e9a commit 8fcb587
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fdt_overlays=
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions recipes-khadas/khadas-custom/khadas-custom.bb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ SRC_URI = "\
file://overlays/vim3/uart3.dtbo \
file://overlays/vim3/watchdog.dtbo \
file://overlays/vim3/kvim3.dtb.overlay.env \
file://overlays/vim3l/4k2k_fb.dtbo \
file://overlays/vim3l/disable-i2c3.dtbo \
file://overlays/vim3l/disable-ts050.dtbo \
file://overlays/vim3l/i2s.dtbo \
file://overlays/vim3l/m2x-eth.dtbo \
file://overlays/vim3l/onewire.dtbo \
file://overlays/vim3l/os08a10.dtbo \
file://overlays/vim3l/otg-device.dtbo \
file://overlays/vim3l/panfrost.dtbo \
file://overlays/vim3l/pwm_f.dtbo \
file://overlays/vim3l/spi1.dtbo \
file://overlays/vim3l/uart3.dtbo \
file://overlays/vim3l/watchdog.dtbo \
file://overlays/vim3l/kvim3l.dtb.overlay.env \
file://overlays/vim1s/4k2k_fb.dtbo \
file://overlays/vim1s/i2cm_e.dtbo \
file://overlays/vim1s/i2s.dtbo \
Expand All @@ -61,6 +75,8 @@ do_install() {
DTB_PATH="kvim4.dtb.overlays"
elif [ "${BOARD_NAME}" = "vim3" ]; then
DTB_PATH="kvim3.dtb.overlays"
elif [ "${BOARD_NAME}" = "vim3l" ]; then
DTB_PATH="kvim3l.dtb.overlays"
elif [ "${BOARD_NAME}" = "vim1s" ]; then
DTB_PATH="kvim1s.dtb.overlays"
else
Expand Down

0 comments on commit 8fcb587

Please sign in to comment.