I can echo to /dev/tty1:
echo "hello" > /dev/tty1
I can display an image (while booting or not):
fbi -T 1 -noverbose -a test.png
I can display the image after printing "hello" to the console, but I can not print anything after displaying an image. How can I print to the console after displayin an image?