From 8c8aa41cd71da5b646f8f4a6a807d1b7faa1a3d0 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Sun, 20 Aug 2023 15:04:22 +0200 Subject: [PATCH] RPi: explicitly select framebuffer console in cmdline.txt This prevents boot messages being sent to the (possibly unconnected) serial console. Signed-off-by: Matthias Reichl --- projects/RPi/options | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/RPi/options b/projects/RPi/options index 1f0041f90f..d8a505af6e 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -52,6 +52,9 @@ # default: default mainline kernel LINUX="raspberrypi" + # use framebuffer console + EXTRA_CMDLINE="console=tty0" + ################################################################################ # setup build defaults ################################################################################