From 6920d133e5a689f035dee6abd12a1f7cc2f60991 Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Tue, 7 May 2019 11:44:00 -0700 Subject: stratix10: update machine conf to add serial consoles Remove reference to auto-serial-console as it is in meta-linaro which is not needed. Add SERIAL_CONSOLES to enable a terminal on ttyS0. Signed-off-by: Dalon Westergreen --- conf/machine/stratix10.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/stratix10.conf b/conf/machine/stratix10.conf index 909df29..111bbed 100644 --- a/conf/machine/stratix10.conf +++ b/conf/machine/stratix10.conf @@ -20,9 +20,7 @@ KERNEL_IMAGETYPE = "Image" KERNEL_DEVICETREE ?= "altera/socfpga_stratix10_socdk.dtb" -# we do not want to have getty running on tty1 as we run -# auto-serial-console there -#USE_VT = "0" +SERIAL_CONSOLES = "115200;ttyS0" # Add variables for wic creation of sdcard image IMAGE_BOOT_FILES ?= " \ -- cgit v1.2.3-54-g00ecf