Tried latest LibreELEC-H6.arm-9.80-nightly-20191108-27a5673-beelink-gs1, device is booting just fine, resolution/hdmi audio/network seems to be OK.
Didn't test any further due to inability to access LibreELEC settings, addon crashes with error.
Copy/paste from kodi.log, not sure if its the relevant part, but here goes:
2019-11-09 21:14:21.960 T:2990 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'SyntaxError'>
Error Contents: invalid syntax (service.py, line 33)
File "/usr/share/kodi/addons/service.libreelec.settings/service.py", line 33
except Exception, e:
^
SyntaxError: invalid syntax
-->End of Python script error report<--
2019-11-09 21:41:36.617 T:3195 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'SyntaxError'>
Error Contents: invalid syntax (default.py, line 20)
File "/usr/share/kodi/addons/service.libreelec.settings/default.py", line 20
except Exception, e:
^
SyntaxError: invalid syntax
-->End of Python script error report<--