Thanks to the nice work of kszaq, I was able to run LibreElec on my SCISHION V88 PRO which was delivered today. I use LibreELEC-S905.aarch64-7.0-devel-20161003204518-r23361-gb5788b7.img with gxl_p212_1g.dtb as dtb.img and get it on the box with the 2nd recovery method. There are two issues i can figure out until know. The front LED don't get hight on bootup and the remote don't work. For a working remote, I write the attached remote.cfg. I hope this help someone.
Code
#amlogic NEC remote
factory_code = 0x1dcc0001
work_mode = 0
repeat_enable = 1
repeat_delay = 130
repeat_peroid = 120
release_delay = 20
debug_enable = 0
left_key_scancode = 0x10
right_key_scancode = 0x12
up_key_scancode = 0x07
down_key_scancode = 0x44
ok_key_scancode = 0x11
mouse_begin
0 0x10
1 0x12
2 0x07
3 0x44
mouse_end
key_begin
0x00 116 # KEY_POWER
0x01 0x18e # KEY_RED
0x05 0x18f # KEY_GREEN
0x09 0x190 # KEY_YELLOW
0x0d 0x191 # KEY_BLUE
0x0c 113 # KEY_MUTE
0x02 114 # KEY_VOLUMEDOWN
0x0e 115 # KEY_VOLUMEUP
0x06 242 # KEY_VIDEO_PREV
0x0a 241 # KEY_VIDEO_NEXT
0x10 105 # KEY_LEFT
0x12 106 # KEY_RIGHT
0x07 103 # KEY_UP
0x44 108 # KEY_DOWN
0x11 28 # KEY_ENTER
0x03 102 # KEY_HOME
0x0f 1 # KEY_ESC
0x40 139 # KEY_MENU
0x4c 0x110 # BTN_MOUSE
0x41 2 # KEY_1
0x45 3 # KEY_2
0x4d 4 # KEY_3
0x42 5 # KEY_4
0x46 6 # KEY_5
0x4e 7 # KEY_6
0x43 8 # KEY_7
0x47 9 # KEY_8
0x4f 10 # KEY_9
0x49 11 # KEY_0
0x4a 14 # KEY_BACKSPACE
0x48 42 # KEY_LEFTSHIFT
key_end
repeat_key_begin
0x00 116 # KEY_POWER
0x01 0x18e # KEY_RED
0x05 0x18f # KEY_GREEN
0x09 0x190 # KEY_YELLOW
0x0d 0x191 # KEY_BLUE
0x0c 113 # KEY_MUTE
0x02 114 # KEY_VOLUMEDOWN
0x0e 115 # KEY_VOLUMEUP
0x06 242 # KEY_VIDEO_PREV
0x0a 241 # KEY_VIDEO_NEXT
0x10 105 # KEY_LEFT
0x12 106 # KEY_RIGHT
0x07 103 # KEY_UP
0x44 108 # KEY_DOWN
0x11 28 # KEY_ENTER
0x03 102 # KEY_HOME
0x0f 1 # KEY_ESC
0x40 139 # KEY_MENU
0x4c 0x110 # BTN_MOUSE
0x41 2 # KEY_1
0x45 3 # KEY_2
0x4d 4 # KEY_3
0x42 5 # KEY_4
0x46 6 # KEY_5
0x4e 7 # KEY_6
0x43 8 # KEY_7
0x47 9 # KEY_8
0x4f 10 # KEY_9
0x49 11 # KEY_0
0x4a 14 # KEY_BACKSPACE
0x48 42 # KEY_LEFTSHIFT
repeat_key_end
Display More
Maybe some buttons should get better commands but every button is listed.
To make this work, copy the code in /storage/.config/remote.conf and run remotecfg /storage/.config/remote.conf.
Greets