From 1467cc5f6419e8438c945155336d6cd6c85cfa9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Wed, 14 Aug 2024 17:00:15 +0200 Subject: [PATCH] Enable 1.5MBd serial console on Green for new installs (#3527) With default console on HDMI (tty0), we lost the console on the serial port. It may be useful for debugging, let's enable it for new installs with the same speed as bootloader (to avoid the need for baud rate switching). --- buildroot-external/board/nabucasa/green/cmdline.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/board/nabucasa/green/cmdline.txt b/buildroot-external/board/nabucasa/green/cmdline.txt index 235f637c5..35d7cab9d 100644 --- a/buildroot-external/board/nabucasa/green/cmdline.txt +++ b/buildroot-external/board/nabucasa/green/cmdline.txt @@ -1 +1 @@ -console=tty0 +console=ttyS2,1500000n8 console=tty0