summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Hegde <y-hegde@ti.com>2026-04-23 11:09:52 +0530
committerRyan Eatmon <reatmon@ti.com>2026-04-28 09:41:13 -0500
commit860890d476666397112e0728c818263975a6af5d (patch)
tree1ec10a4bca41a7cd0cb818f818c7281873c96fef
parent3adaa7e65f5d4626bdbcdcb6ba36c25e4f29d4f3 (diff)
downloadmeta-ti-860890d476666397112e0728c818263975a6af5d.tar.gz
am62lxx: Override serial console to ttyS0 onlycicd.master.202604281800
The am62lxx SoC default UART is ttyS0 since it doesn't have the R5 cores taking up a UART. The k3 default SERIAL_CONSOLES inherited includes ttyS2, which causes systemd to wait indefinitely for a console that never appears, significantly increasing boot time and degrading user experience. Override SERIAL_CONSOLES to specify only ttyS0, allowing the boot process to proceed normally without waiting for unavailable consoles. Signed-off-by: Yogesh Hegde <y-hegde@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/am62lxx.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62lxx.inc b/meta-ti-bsp/conf/machine/include/am62lxx.inc
index 12c8d6ea..26abe479 100644
--- a/meta-ti-bsp/conf/machine/include/am62lxx.inc
+++ b/meta-ti-bsp/conf/machine/include/am62lxx.inc
@@ -3,6 +3,8 @@ SOC_FAMILY:append = ":am62lxx"
3 3
4MACHINE_FEATURES += "screen" 4MACHINE_FEATURES += "screen"
5 5
6SERIAL_CONSOLES = "115200;ttyS0"
7
6TFA_BOARD = "am62lx" 8TFA_BOARD = "am62lx"
7TFA_K3_SYSTEM_SUSPEND = "1" 9TFA_K3_SYSTEM_SUSPEND = "1"
8TFA_PLATFORM = "k3low" 10TFA_PLATFORM = "k3low"