[meta-ti] [master/thud][PATCH] am65xx, j7-evm: add secondary serial console
Denys Dmytriyenko
denys at ti.com
Fri Aug 30 10:26:24 PDT 2019
Can you add "am65xx, j7-evm: add secondary serial console for Jailhouse"?
On Fri, Aug 30, 2019 at 01:00:42PM -0400, Jacob Stiffler wrote:
> 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"
This is helpful for SysVinit in case one of the devnodes is absent:
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
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list