-
Notifications
You must be signed in to change notification settings - Fork 9
fbcon
Frank Bauernöppel edited this page May 2, 2018
·
2 revisions
fbcon is the framebuffer console.
This is the visible login prompt on the HDMI monitor.
CONFIG_FRAMEBUFFER_CONSOLE=n
Need to rebuild (using bitbake) and re-install kernel.
CONFIG_VT_CONSOLE=0
vi /boot/cmdline.txt and add parameter
consoleblank=0
echo 0 > /sys/class/graphics/fb0/blank
echo 0 > /sys/class/graphics/fbcon/cursor_blink
cp /dev/zero /dev/fb0