You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kernel change that sets UART indexes based on Device Tree aliases
gives predictable UART /dev/tty* names but has the potential to break
our downstream use for determining which UART is the console
("serial0") and which is for Blueooth ("serial1"). Instead we use the
"console" and "bluetooth" aliases respectively.
As a bonus, the improved console matching (based on /sys/class/tty
entries) also allows us to handle all UARTs with one rule.
0 commit comments