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:
Daniel Gonçalves
2024-06-02 17:47:13 +02:00
committed by Igor
parent d4ee0d3ac9
commit 285ff7583c

View File

@@ -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