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 committed by GitHub
parent b4c9f2fce2
commit c9c5f1b3e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,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