From 1f35a585ca764ff4a26a29b46e5e0254c95f373e Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Sat, 25 Nov 2023 10:11:47 +0100 Subject: [PATCH] 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 Signed-off-by: Leon Anavi --- conf/machine/raspberrypi5.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi5.conf b/conf/machine/raspberrypi5.conf index b7450fb..21221fd 100644 --- a/conf/machine/raspberrypi5.conf +++ b/conf/machine/raspberrypi5.conf @@ -18,6 +18,6 @@ RPI_KERNEL_DEVICETREE = " \ " SDIMG_KERNELIMAGE ?= "kernel_2712.img" -SERIAL_CONSOLES ?= "115200;ttyS0" +SERIAL_CONSOLES ?= "115200;ttyAMA10" VC4DTBO ?= "vc4-kms-v3d"