diff options
| author | Yogesh Hegde <y-hegde@ti.com> | 2026-04-23 11:09:52 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-04-28 09:41:13 -0500 |
| commit | 860890d476666397112e0728c818263975a6af5d (patch) | |
| tree | 1ec10a4bca41a7cd0cb818f818c7281873c96fef | |
| parent | 3adaa7e65f5d4626bdbcdcb6ba36c25e4f29d4f3 (diff) | |
| download | meta-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.inc | 2 |
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 | ||
| 4 | MACHINE_FEATURES += "screen" | 4 | MACHINE_FEATURES += "screen" |
| 5 | 5 | ||
| 6 | SERIAL_CONSOLES = "115200;ttyS0" | ||
| 7 | |||
| 6 | TFA_BOARD = "am62lx" | 8 | TFA_BOARD = "am62lx" |
| 7 | TFA_K3_SYSTEM_SUSPEND = "1" | 9 | TFA_K3_SYSTEM_SUSPEND = "1" |
| 8 | TFA_PLATFORM = "k3low" | 10 | TFA_PLATFORM = "k3low" |
