diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2019-08-30 23:10:58 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-08-30 17:21:21 +0000 |
| commit | 850d2b608c2d9d4d1c03396cc61e443b364a6b4e (patch) | |
| tree | e23cd17965ab56b03ed3388038ba0ec419ba6ad3 | |
| parent | d8107aed770222b8b1b467f288f16eb40d3d1e57 (diff) | |
| download | meta-ti-ti2019.03.tar.gz | |
am65xx, j7-evm: add secondary serial console for Jailhouseti2019.03-rc4ti2019.03
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | conf/machine/am65xx-evm.conf | 3 | ||||
| -rw-r--r-- | 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 bd57c485..0652a0af 100644 --- a/conf/machine/am65xx-evm.conf +++ b/conf/machine/am65xx-evm.conf | |||
| @@ -8,7 +8,8 @@ MACHINE_FEATURES += "touchscreen" | |||
| 8 | 8 | ||
| 9 | IMAGE_FSTYPES += "tar.xz wic.xz" | 9 | IMAGE_FSTYPES += "tar.xz wic.xz" |
| 10 | 10 | ||
| 11 | SERIAL_CONSOLES = "115200;ttyS2" | 11 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" |
| 12 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 12 | 13 | ||
| 13 | KERNEL_DEVICETREE = " \ | 14 | KERNEL_DEVICETREE = " \ |
| 14 | ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \ | 15 | 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 668dace0..65525fab 100644 --- a/conf/machine/j7-evm.conf +++ b/conf/machine/j7-evm.conf | |||
| @@ -6,7 +6,7 @@ require conf/machine/include/k3.inc | |||
| 6 | 6 | ||
| 7 | IMAGE_FSTYPES += "tar.xz wic.xz" | 7 | IMAGE_FSTYPES += "tar.xz wic.xz" |
| 8 | 8 | ||
| 9 | SERIAL_CONSOLES = "115200;ttyS2" | 9 | SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1" |
| 10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | 10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" |
| 11 | 11 | ||
| 12 | KERNEL_DEVICETREE = " \ | 12 | KERNEL_DEVICETREE = " \ |
