Skip to content

Commit d39feaa

Browse files
leon-anavikraj
authored andcommitted
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 <[email protected]> Signed-off-by: Leon Anavi <[email protected]>
1 parent b19385d commit d39feaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/machine/raspberrypi5.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ RPI_KERNEL_DEVICETREE = " \
1818
"
1919

2020
SDIMG_KERNELIMAGE ?= "kernel_2712.img"
21-
SERIAL_CONSOLES ?= "115200;ttyS0"
21+
SERIAL_CONSOLES ?= "115200;ttyAMA10"
2222

2323
VC4DTBO ?= "vc4-kms-v3d"

0 commit comments

Comments
 (0)