[S905X2] Setup a Ugoos X2 Cube with CoreELEC 9.2.2? Power on by USB keyboard?

Hi.

I have a Ugoos X2 Cube.
.
.
I have fixed the USB connections using:

The solution for Ugoos boxes is to add this 4 lines in autostart.sh files and you can again boot from sd card with working USB’s

echo 432 > /sys/class/gpio/export
echo out > /sys/class/gpio/gpio432/direction
echo 1 >  /sys/class/gpio/gpio432/value
echo 432 > /sys/class/gpio/unexport

.
.
Made a working IR config using:

For Ugoos X2 and X3 remote.
Not using the blue buttons.

Result:

# table UgoosX2, type: NEC
0x18 KEY_POWER
0x19 KEY_MUTE
0x57 KEY_PLAYPAUSE
0x14 KEY_VOLUMEUP
0x10 KEY_VOLUMEDOWN
0x04 KEY_MENU
0x17 KEY_CONTEXT_MENU # mouse
0x06 KEY_HOME
0x40 KEY_BACK
0x46 KEY_UP
0x15 KEY_RIGHT
0x16 KEY_DOWN
0x47 KEY_LEFT
0x55 KEY_ENTER
0x54 KEY_1
0x48 KEY_2
0x07 KEY_3
0x50 KEY_4
0x12 KEY_5
0x11 KEY_6
0x4c KEY_7
0x0e KEY_8
0x0d KEY_9
0x0c KEY_0
0x5b KEY_CONFIG
0x1f KEY_BACKSPACE

DOWNLOAD Ugoos X2 remote files here

How to use:

  1. Type in the IP-address of your box in windows explorer.
  2. Open Configfiles.
  3. Extract the zip file here.
  4. Reboot

Or

  1. Extract the zip file to your desktop or where you want it.
  2. Type in the IP-address of your box in windows explorer.
  3. Open Configfiles.
  4. Put the file named rc_maps.cfg here.
  5. Put the file named UgoosX2 in the rc_keymaps folder.
  6. Reboot
    .
    .

Power up using IR works using BL301 blob and IR wakeup code

Enabled the BL301 blob

How to configure IR wakeup code

I used this settings:

remotewakeup=‘0xe718ff00’,
decode_type=‘0x0’,
remotewakeupmask=‘0xffffffff’

Working, just remember to remove the # at the beginning at each line.
.
.

CEC setup

Works if you use a better cable and not the one in the package.

Did you perform inject_bl301 from GUI?
Check that in config.ini you removed # in the begining of changed lines.

Sorry was to early to ask the question, but have been 3h at the forum to find solutions so my brain is getting tierd :pensive:

This is going better and better, now i only want the box to work with my Tv remote using CEC, any suggestions?