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 <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-08-20 15:04:22 +02:00
parent d54ec8093f
commit a43ba0706a

View File

@ -18,6 +18,9 @@
# default: default mainline kernel
LINUX="raspberrypi"
# use framebuffer console
EXTRA_CMDLINE="console=tty0"
################################################################################
# setup build defaults
################################################################################