Hello everybody 

i am using rpi4 2gb ram with picore player and LMS for a system that i
build now, so today i decited to try to control the player with phisical
buttons 

as a newbie i read many threads for how can i do that and i try the
method from post number 5 in this thread 

i connect to my rasberry pi over ssh and i run this commands 


Code:
--------------------
    pcp bu  # save pcp config
  
  cd /mnt/mmcblk0p2/tce/optional
  
  wget 
http://downloads.sourceforge.net/project/picoreplayer/beta/sbpd.tcz.md5.txt
  
  wget http://downloads.sourceforge.net/project/picoreplayer/beta/sbpd.tcz
  
  md5sum sbpd.tcz # make sure the file downloaded correctly
  f0157164d10b86325b38fee0cb8d709e  sbpd.tcz
  
  cat sbpd.tcz.md5.txt # does it match the line above?
  f0157164d10b86325b38fee0cb8d709e  sbpd.tcz
  
  echo "sbpd.tcz" >> /mnt/mmcblk0p2/tce/onboot.lst
  
  pcp rb  # you must reboot!
--------------------
 

everything seems to be ok, so lets make the first button for the "play ,
pause" action 

i open again the ssh and i run this command 
Code:
--------------------
    sbpd b,26,PLAY,1 
--------------------


i press the enter button and yeah an error occured ;)

Code:
--------------------
    wiringPiISR: Can't find gpio program
  wiringPiISR: unable to open /sys/class/gpio/gpio26/value: No such file or 
directory
  
--------------------
 



does anyone have an idea for how can i solve this problem? , i spent
manu hours in front of the screen without result 

thank you 
Vasilios


------------------------------------------------------------------------
billtsig's Profile: http://forums.slimdevices.com/member.php?userid=71096
View this thread: http://forums.slimdevices.com/showthread.php?t=107001

_______________________________________________
diy mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/diy

Reply via email to