Skip to content

Commit

Permalink
Fix boot script issue on Tinker Board (S) (#1043) (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Dec 2, 2020
1 parent b4c9f2f commit c9c5f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildroot-external/board/asus/tinker/uboot-boot.ush
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9c5f1b

Please sign in to comment.