[meta-ti] [master/thud][PATCH] am65xx, j7-evm: add secondary serial console
Jacob Stiffler
j-stiffler at ti.com
Fri Aug 30 10:00:42 PDT 2019
Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
conf/machine/am65xx-evm.conf | 2 +-
conf/machine/j7-evm.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index 27bb0b0..e4d5ee1 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -8,7 +8,7 @@ MACHINE_FEATURES += "touchscreen"
IMAGE_FSTYPES += "tar.xz wic.xz"
-SERIAL_CONSOLES = "115200;ttyS2"
+SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
KERNEL_DEVICETREE = " \
ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \
diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
index ca594e8..7b11ba7 100644
--- a/conf/machine/j7-evm.conf
+++ b/conf/machine/j7-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/k3.inc
IMAGE_FSTYPES += "tar.xz wic.xz"
-SERIAL_CONSOLES = "115200;ttyS2"
+SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
KERNEL_DEVICETREE = " \
--
2.7.4
More information about the meta-ti
mailing list