diff --git a/RESOURCES/OPTIONS/uart/2.3.9-boot/uboot.zip b/RESOURCES/OPTIONS/uart/2.3.9-boot/uboot.zip new file mode 100644 index 0000000..01ef98f Binary files /dev/null and b/RESOURCES/OPTIONS/uart/2.3.9-boot/uboot.zip differ diff --git a/options.cfg b/options.cfg index f7bd7a4..c50742f 100644 --- a/options.cfg +++ b/options.cfg @@ -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"