Show Boot Terminal - akhilharihar/tinydrm_show GitHub Wiki
To show terminal on display for current login session:
pi@raspberrypi:~ $ con2fbmap 1 1
To permanently show terminal on display, add fbcon=map:1
at the end of line in /boot/cmdline.txt
file.
pi@raspberrypi:~ $ echo $(cat /boot/cmdline.txt) "fbcon=map:1" | sudo tee /boot/cmdline.txt