mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-08 20:02:21 +00:00
j721s2 and j784s4: Correct serial console device
Serial console in J721S2/J784S4 EVM config was set to ttyS10. It should be ttyS2. This caused sysv based systems (eg, tiny) to apparently hang because of no login prompt. This didn't show up as a problem on systemd systems (eg, default) because systemd will automatically setup a serial tty with the console option passed in on the kernel command line (using console=...), which U-Boot correctly passes in as ttyS2 for J721S2/J784S4. Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
LCPD Automation Script
parent
816ddf70e7
commit
4c42e2bfbc
@@ -6,7 +6,7 @@ require conf/machine/include/j7.inc
|
|||||||
|
|
||||||
MACHINE_FEATURES += "gpu"
|
MACHINE_FEATURES += "gpu"
|
||||||
|
|
||||||
SERIAL_CONSOLES = "115200;ttyS10"
|
SERIAL_CONSOLES = "115200;ttyS2"
|
||||||
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
||||||
TFA_K3_USART = "0x8"
|
TFA_K3_USART = "0x8"
|
||||||
OPTEE_K3_USART = "0x8"
|
OPTEE_K3_USART = "0x8"
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ require conf/machine/include/j7.inc
|
|||||||
|
|
||||||
MACHINE_FEATURES += "gpu"
|
MACHINE_FEATURES += "gpu"
|
||||||
|
|
||||||
SERIAL_CONSOLES = "115200;ttyS10"
|
SERIAL_CONSOLES = "115200;ttyS2"
|
||||||
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
||||||
TFA_K3_USART = "0x8"
|
TFA_K3_USART = "0x8"
|
||||||
OPTEE_K3_USART = "0x8"
|
OPTEE_K3_USART = "0x8"
|
||||||
|
|||||||
Reference in New Issue
Block a user