Hi,
I try to teach my pi to play automatically jpg files after shuting it up. My Problem is, that I need to press <CR> on the console, then the pi is displaying my pics. This is not suitable for a unattended reproduction of the photos.
Thank you for your help.
Here are my scripts:
(in /etc/rc.local) I have the following
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
/home/pi/startfbi.sh
exit 0
(in /home/pi/ I have the following)
pi@raspberrypi:/home/pi# cat startfbi.sh
#!/bin/sh
/usr/bin/fbi -t 4 /media/usb0/*.jpg