|
Edited by sabrina at 2016-11-5 20:50
with version OpenELEC-H3.arm-7.0-devel-20160602225514-r22840-g4575bc2-opipc.img
my remote control works perfectly.
1: OpenELEC I install on my SD Card
2: Enable SSH
3: I copy my configuration files (autostart.sh and my_remote)
my_remote in /storage/.config/rc_keymaps
autostart.sh in /storage/.config
I restarts the Orange Pi, everything works perfectly.
This method does not work with the latest version OpenELEC-H3.arm-7.0-devel-20161026221506-r23113-g64b34b3-opipc.img, the remote control does not work.
I think there is an error in the file autostart.sh.
Can you help me please ?
Thank you
autostart.sh
#! /bin/sh
(
sleep 5;
ir-keytable -s rc0 -c -p NEC,RC-5,RC-6,JVC,SONY -w /etc/rc_keymaps/my_remote
)&
|
|