Amlogic S928X

Today, according this guide How to configure IR wakeup code I did this:

I connected SSH into my X96 X10 and then stopped the Kodi and eventlircd services:

systemctl stop kodi
systemctl stop eventlircd

Next I run:

CoreELEC:~ # ir-keytable -u
Protocols changed to irmp
Waiting for IRMP decode event. Please, press CTRL-C to abort.
Received IRMP code: remotewakeup='0xed127984', decode_type='0x0', remotewakeupmask='0xffffffff'

So my remotewakeup=‘0xed127984’. Then I created the myRemote.remotewakeup file:

remotewakeup='0xed127984'
decode_type='0x0'
remotewakeupmask='0xffffffff'

After this I placed the myRemote.remotewakeup file (my custom IR wakeup code) in /storage/.config :

CoreELEC:~ # cd /storage/.config
CoreELEC:~/.config # ls
aacs                   modprobe.d             samba.conf.sample
boot.hint              modules-load.d         sleep.conf.d
boot.status            myRemote.remotewakeup  sysctl.d
exports.sample         nfs.conf               system.d
hosts.conf             pulse                  timesyncd.conf.d
hwdb.d                 pulse-daemon.conf.d    tmpfiles.d
idmapd.conf            rc_keymaps             udev.rules.d
iptables               rc_maps.cfg            wireguard
logind.conf.d          rc_maps.cfg.sample
CoreELEC:~/.config # cat myRemote.remotewakeup
remotewakeup='0xed127984'
decode_type='0x0'
remotewakeupmask='0xffffffff'
CoreELEC:~/.config #

After rebooting, I expected to find my custom IR wakeup code in CoreELEC settings. But nothing has changed in the settings:

There is no such section, like “IR remote power code” .

@Portisch, kindly please, can look at this and tell me what I’m doing wrong?

Regards!
Robert