Not to myself:
fbi -d /dev/fb0 --once --noverbose\
--autozoom /path/to/image.png </dev/tty1 >/dev/tty1
First time you run it, you'll probably get:
ioctl VT_GETSTATE: Inappropriate ioctl for device (not a linux console?)
A lot of people on the internets seem to suggest something like "just run it from Alt + F1 console", which definitely isn't an option for this case, but I/O redirection to /dev/tty (as shown above) seem to work.
from
http://blog.fraggod.net/2015/11/28/raspberry-pi-early-boot-splash-logo-screen.html#raspberrypi #bootsplash