Yes, sudo works.AndyD wrote:I suspect it is a permission problem. When no one is logged in on the console all the ttys belong to root. Try running your command using sudo to see if it works.
I got an error, ioctl vt_activate operation not permittedAnt232 wrote:It did work for me though..
Code: Select all
fbi -T 1 -noverbose -t 10 /home/pi/Dev/cron/*.pngCode: Select all
ioctl VT_ACTIVATE: Operation not permittedAnt232 wrote:Hi,
Try using
fbi -T 1 (and then the rest of you command)
The -T 1 should let you start it from putty.
Ant