splash screen - fbi doesn't show image at startup -


i'm trying provide splashscreen raspbian stretch using fbi. based upon tutorials found here situation:

/etc/systemd/system/splashscreen.service

[unit] description=splash screen defaultdependencies=no after=local-fs.target  [service] execstart=/usr/bin/fbi -t 1 -d /dev/fb0 --noverbose /opt/logo.png  [install] wantedby=sysinit.target 

enabled (checked symlink under sysinit.target.wants).

/boot/cmdline.txt

dwc_otg.lpm_enable=0 console=tty1 root=partuuid=ee397c53-02 rootfstype=ext4 elevator=deadline rootwait quiet logo.nologo loglevel=1 fsck.mode=skip noswap ro consoleblank=0 

p

/boot/config.txt

hdmi_drive=2 dtparam=i2c_arm=on dtparam=spi=on dtparam=audio=on dtparam=i2c1=on dtoverlay=i2c-rtc,ds1307 disable_splash=1 

executing same command (fbi -t 1 -d /dev/fb0 --noverbose /opt/logo.png) prompt leads show image expected.

in boot messages can't find error. thought?


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -