-
Notifications
You must be signed in to change notification settings - Fork 26
04. Adding a second remote
betatester3016 edited this page Jan 4, 2022
·
21 revisions
SoC Amlogic devices can have two remote controllers work in tandem.
-
Create remotesecond.conf
run
touch remotesecond.conf
edit and construct the file following the remote.conf instructions.
-
Add the line
factory_infcode = 1 # set as second remote
to remotesecond.conf
-
Initialize
run
remotecfg remotesecond.conf
NOTE: some devices may require the second remote to be called during startup. To achieve this, add the following to autostart.sh:
#!/bin/bash
(/usr/bin/remotecfg /storage/.config/remotesecond.conf)&
exit
IMPORTANT: The second remote configuration file must reside in the same directory as the first one.
Repository for AmRemote & Meson IR Remote Controllers