diff --git a/layers/meta-netmodule-coreos-bsp/conf/machine/netmodule-hw34.conf b/layers/meta-netmodule-coreos-bsp/conf/machine/netmodule-hw34.conf index e44ddd8..cf6dd7b 100644 --- a/layers/meta-netmodule-coreos-bsp/conf/machine/netmodule-hw34.conf +++ b/layers/meta-netmodule-coreos-bsp/conf/machine/netmodule-hw34.conf @@ -6,7 +6,9 @@ KERNEL_DEVICETREE = " \ UBOOT_MACHINE = "am64x_netmodule_hw34_a53_defconfig" -LINUX_CONSOLE ?= "ttyS2,115200n8" +KERNEL_CONSOLE = "ttyS2" +SERIAL_CONSOLES = "115200;ttyS2" + APPEND += "console=ttyS2,115200"