From 7aeb8f34d59a9016293b32472a6b2cfc5b2b9831 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Mon, 29 Aug 2022 23:39:37 -0600 Subject: microblaze-generic.conf: Fix Serial console device name Microblaze generic use AXI Uart Lite serial device, Hence change the serial console device to ttyUL0 as default serial device. This also fixes INIT freeze issue. Starting syslogd/klogd: done Starting tcf-agent: OK INIT: Id "S0" respawning too fast: disabled for 5 minutes INIT: no more processes left in this runlevel Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/machine/microblaze-generic.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-core/conf/machine/microblaze-generic.conf b/meta-xilinx-core/conf/machine/microblaze-generic.conf index e85f9a9c..92412681 100644 --- a/meta-xilinx-core/conf/machine/microblaze-generic.conf +++ b/meta-xilinx-core/conf/machine/microblaze-generic.conf @@ -32,7 +32,7 @@ MACHINE_FEATURES = "" KERNEL_IMAGETYPE ?= "linux.bin.ub" KERNEL_IMAGETYPES = "" -SERIAL_CONSOLES ?= "115200;ttyS0" +SERIAL_CONSOLES ?= "115200;ttyUL0" MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" -- cgit v1.2.3-54-g00ecf