From a43ba0706af2c5691f249b36b7266fa9ede09e2b 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 1d9b20c142..7828705bfb 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -18,6 +18,9 @@ # default: default mainline kernel LINUX="raspberrypi" + # use framebuffer console + EXTRA_CMDLINE="console=tty0" + ################################################################################ # setup build defaults ################################################################################