[meta-ti] [master/thud][PATCH v2] am65xx, j7-evm: add secondary serial console for Jailhouse
Jacob Stiffler
j-stiffler at ti.com
Fri Aug 30 10:10:58 PDT 2019
Signed-off-by: Jacob Stiffler <j-stiffler at ti.com>
---
v2 changes:
* update commit message
* add SERIAL_CONSOLES_CHECK
conf/machine/am65xx-evm.conf | 3 ++-
conf/machine/j7-evm.conf | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index 27bb0b0..15bffde 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -8,7 +8,8 @@ MACHINE_FEATURES += "touchscreen"
IMAGE_FSTYPES += "tar.xz wic.xz"
-SERIAL_CONSOLES = "115200;ttyS2"
+SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
+SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
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