Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Commit e485683

Browse files
committed
Fix serial console for Turing RK1 on Ubuntu 24.10
1 parent 26852f4 commit e485683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/boards/turing-rk1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function config_image_hook__turing-rk1() {
2929
# The RK1 uses UART9 for console output
3030
sed -i 's/console=ttyS2,1500000/console=ttyS9,115200/g' "${rootfs}/etc/kernel/cmdline"
3131
elif [ "${suite}" == "oracular" ]; then
32-
sed -i 's/console=ttyS0,1500000/console=ttyS9,115200/g' "${rootfs}/etc/kernel/cmdline"
32+
sed -i 's/console=ttyS2,1500000/console=ttyS0,115200/g' "${rootfs}/etc/kernel/cmdline"
3333
fi
3434

3535
return 0

0 commit comments

Comments
 (0)