diff mbox series

[meta-ti,master] k3: use ttyS2 as the primary console

Message ID 20260416220111.3933721-2-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master] k3: use ttyS2 as the primary console | expand

Commit Message

Randolph Sapp April 16, 2026, 10:01 p.m. UTC
From: Randolph Sapp <rs@ti.com>

The ordering of parameters in SERIAL_CONSOLES matters. The first value
is picked as the KERNEL_CONSOLE and used as the console definition for
grub as of:

9dc647e5 (k3: set console parameter to KERNEL_CONSOLE, 2026-03-18)

Ideally this will be split out into a separate board configuration
parameter in the future, as there are already some board specific
overrides right now.

Signed-off-by: Randolph Sapp <rs@ti.com>
---
 meta-ti-bsp/conf/machine/include/k3.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andrew Davis April 16, 2026, 10:05 p.m. UTC | #1
On 4/16/26 5:01 PM, rs@ti.com wrote:
> From: Randolph Sapp <rs@ti.com>
> 
> The ordering of parameters in SERIAL_CONSOLES matters. The first value
> is picked as the KERNEL_CONSOLE and used as the console definition for
> grub as of:
> 
> 9dc647e5 (k3: set console parameter to KERNEL_CONSOLE, 2026-03-18)
> 
> Ideally this will be split out into a separate board configuration
> parameter in the future, as there are already some board specific
> overrides right now.
> 
> Signed-off-by: Randolph Sapp <rs@ti.com>
> ---
>   meta-ti-bsp/conf/machine/include/k3.inc | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc
> index 3138cf08..6833789c 100644
> --- a/meta-ti-bsp/conf/machine/include/k3.inc
> +++ b/meta-ti-bsp/conf/machine/include/k3.inc
> @@ -55,7 +55,7 @@ TI_WKS_BOOTLOADER_APPEND ?= "console=${KERNEL_CONSOLE}"
>   
>   do_image_wic[depends] += "virtual/bootloader:do_deploy"
>   
> -SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2"
> +SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS0"
>   

Simple enough,

Acked-by: Andrew Davis <afd@ti.com>

>   FALCON_INCLUDE = ""
>   FALCON_INCLUDE:ti-falcon = "conf/machine/include/ti-falcon.inc"
PRC Automation April 16, 2026, 10:25 p.m. UTC | #2
meta-ti / na / 20260416220111.3933721-2-rs

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH] k3: use ttyS2 as the primary console
- Submitter: From: <rs@ti.com>
From: Randolph Sapp <rs@ti.com>
- Date: Date: Thu, 16 Apr 2026 17:01:12 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: 0b4eda5aede7cdf317d0648344634683973f72c0

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-next
- Commit Author: LCPD Automation Script <lcpdbld@list.ti.com>
- Commit Subject: CI/CD Auto-Merger: cicd.master.202604160400
- Commit SHA: 7c6fb32dd72a69dc4be844535137c17a35fc6f5d

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff mbox series

Patch

diff --git a/meta-ti-bsp/conf/machine/include/k3.inc b/meta-ti-bsp/conf/machine/include/k3.inc
index 3138cf08..6833789c 100644
--- a/meta-ti-bsp/conf/machine/include/k3.inc
+++ b/meta-ti-bsp/conf/machine/include/k3.inc
@@ -55,7 +55,7 @@  TI_WKS_BOOTLOADER_APPEND ?= "console=${KERNEL_CONSOLE}"
 
 do_image_wic[depends] += "virtual/bootloader:do_deploy"
 
-SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2"
+SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS0"
 
 FALCON_INCLUDE = ""
 FALCON_INCLUDE:ti-falcon = "conf/machine/include/ti-falcon.inc"