Fix boot script issue on Tinker Board (S) (#1043) (#1044)

This commit is contained in:
Stefan Agner 2020-12-02 13:44:28 +01:00
parent ee71753836
commit 3d3f657fda
No known key found for this signature in database
GPG Key ID: AE01353D1E44747D

View File

@ -47,6 +47,7 @@ for BOOT_SLOT in "${BOOT_ORDER}"; do
echo "Trying to boot slot B, ${BOOT_B_LEFT} attempts remaining. Loading kernel ..."
if ext4load mmc ${devnum}:4 ${kernel_addr_r} zImage"; then
setenv bootargs "${bootargs_hassos} ${bootargs_b} rauc.slot=B ${cmdline}"
fi
fi
fi
done