mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
conf/machine/raspberrypi5.conf: ttyAMA10
Set SERIAL_CONSOLES to ttyAMA10. This fixes login on the UART no matter if systemd is used. This work was sponsored by GOVCERT.LU. Suggested-by: Gael PORTAY <gael.portay@rtone.fr> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
This commit is contained in:
parent
15967d6ad9
commit
1f35a585ca
|
@ -18,6 +18,6 @@ RPI_KERNEL_DEVICETREE = " \
|
||||||
"
|
"
|
||||||
|
|
||||||
SDIMG_KERNELIMAGE ?= "kernel_2712.img"
|
SDIMG_KERNELIMAGE ?= "kernel_2712.img"
|
||||||
SERIAL_CONSOLES ?= "115200;ttyS0"
|
SERIAL_CONSOLES ?= "115200;ttyAMA10"
|
||||||
|
|
||||||
VC4DTBO ?= "vc4-kms-v3d"
|
VC4DTBO ?= "vc4-kms-v3d"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user