mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
fix: cloudshell2 dtbo overlay path in boot.ini
Currently, dtbo path in boot.ini is wrong. So we cannot load device tree blob overlays for cloudshell2. This commit fix this path in boot.ini
This commit is contained in:
@@ -281,7 +281,7 @@ if test "${cs2enable}" = "true"; then
|
||||
|
||||
setenv overlays "i2c0 i2c1 hktft-cs-ogst"
|
||||
for overlay in ${overlays}; do
|
||||
ext4load mmc 0:1 0x60000000 /boot/dtb/overlays/${overlay}.dtbo
|
||||
ext4load mmc 0:1 0x60000000 /boot/dtb/${overlay}.dtbo
|
||||
fdt apply 0x60000000
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user