Added '2.3.9-boot' for the uart option

This commit is contained in:
AGG2017 2024-02-20 06:38:28 -05:00
parent dd1ecbe9b9
commit b7af21ef4d
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View file

@ -25,9 +25,10 @@ root_access="$1$///xTLYF$krWXTe62/dm.crd6CH4HW0"
# Enable the UART at boot for access the uboot shell and for root login
# UART access is needed for backup/restore and for root login when you don't have ssh
# Use uboot from version '2.3.9' (recommended)
# Use "2.3.9" uboot from version '2.3.9' (recommended)
# Use "2.3.9-boot" uboot + boot from version '2.3.9'
# From version 3.0.3 the UART is disabled
uart="2.3.9"
uart="2.3.9-boot"
# Enable the SSH server, use 'dropbear' type ssh (recommended)
ssh="dropbear"