mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
Currently, nothing is output on the serial console, unless
"console=ttyS0,115200n8" or "earlycon" are appended to the kernel
command line. Enable automatic console selection using
chosen/stdout-path by adding a proper alias, and configure the expected
serial rate.
While at it, add aliases for the other three serial ports, which are
provided on the same micro-USB connector as the first one.
Fixes:
|
||
|---|---|---|
| .. | ||
| dts | ||
| .gitignore | ||
| install.sh | ||
| loader.lds.S | ||
| loader.S | ||
| Makefile | ||