Added '2.3.9-boot' for the uart option
This commit is contained in:
parent
dd1ecbe9b9
commit
b7af21ef4d
2 changed files with 3 additions and 2 deletions
BIN
RESOURCES/OPTIONS/uart/2.3.9-boot/uboot.zip
Normal file
BIN
RESOURCES/OPTIONS/uart/2.3.9-boot/uboot.zip
Normal file
Binary file not shown.
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue