From 8a5a4212f0eb5c3e956e59117c09ef239669d1e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 17 Jul 2020 10:51:00 +0200 Subject: [PATCH] Odroid XU4 Cloudshell improvement Reverting tiny change --- config/bootscripts/boot-odroid-xu4.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bootscripts/boot-odroid-xu4.ini b/config/bootscripts/boot-odroid-xu4.ini index a44f38d69a..4dd9c083d7 100644 --- a/config/bootscripts/boot-odroid-xu4.ini +++ b/config/bootscripts/boot-odroid-xu4.ini @@ -20,7 +20,7 @@ setenv verbosity "1" # To update boot loader on your eMMC use the nand-sata-install tool # run copy_uboot_sd2emmc -if test "${console}" = "display" || test "${console}" = "both"; then setenv consoleargs "console=null"; fi +if test "${console}" = "display" || test "${console}" = "both"; then setenv consoleargs "console=tty1"; fi if test "${console}" = "serial" || test "${console}" = "both"; then setenv consoleargs "console=ttySAC2,115200n8 ${consoleargs}"; fi if test "${bootlogo}" = "true"; then setenv consoleargs "bootsplash.bootfile=bootsplash.armbian ${consoleargs}"; fi