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:
Leon Anavi 2023-11-25 10:11:47 +01:00 committed by Andrei Gherzan
parent 15967d6ad9
commit 1f35a585ca

View File

@ -18,6 +18,6 @@ RPI_KERNEL_DEVICETREE = " \
"
SDIMG_KERNELIMAGE ?= "kernel_2712.img"
SERIAL_CONSOLES ?= "115200;ttyS0"
SERIAL_CONSOLES ?= "115200;ttyAMA10"
VC4DTBO ?= "vc4-kms-v3d"