I've made a digital picture frame using Raspbian booting to the command line interface. I invoke a slideshow with the following command after logging in with SSH with my mac:
ssh pi@<IPaddress>
sudo fbi -a -t 5 -T 2 /home/pi/Pictures/\*.* &
That works great. But how do I stop the slideshow and return the Pi to the command prompt? Currently, if I do sudo pkill fbi, the screen on the frame freezes on the last-showed picture :). My terminal on the mac returns to the command line
Sorry for the nooby question :) I'm having the same problem after running omxplayer--I don't know how to manage these commands after they are started :)
The clear command should work, but I can't figure out how to get the clear command to execute on the raspberry pi console (it executes on the ssh terminal I'm using to remotely control the pi)