From 70122bef58eaa0084695f89c410992f8d7c1f9f6 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Thu, 11 Jan 2024 10:34:06 -0600 Subject: image-tools: T5910: explicitly set transmission speed of serial console GRUB defaults to 9600 in case of serial console; explicitly set to 115200. --- src/op_mode/image_installer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/op_mode') diff --git a/src/op_mode/image_installer.py b/src/op_mode/image_installer.py index 791d76718..fad6face7 100755 --- a/src/op_mode/image_installer.py +++ b/src/op_mode/image_installer.py @@ -93,6 +93,7 @@ DEFAULT_BOOT_VARS: dict[str, str] = { 'timeout': '5', 'console_type': 'tty', 'console_num': '0', + 'console_speed': '115200', 'bootmode': 'normal' } -- cgit v1.2.3