Here’s the first test build based on the latest code we have
https://test.coreelec.org/arthur/CoreELEC-Amlogic-ng.arm-9.1-devel-1562454318-Generic.img.gz
Use nightly.
Installation procedure is just like any Android TV box. Burn SD/USB, place the beelink DTB from the device_trees folder into root and rename it to dtb.img. Put the SD/USB in the box, press and hold the reset button (it’s on the bottom, need something really small, like a SIM ejector), turn the box on, and hold for ~10 seconds.
Things that work:
- PCM audio
- 4K HW decoded H264, HEVC, VP9
- 8K HW decoded HEVC, VP9 - could potentially be buggy.
- WiFi
- Bluetooth
Things that don’t work:
- Audio passthrough
- This build doesn’t include DVB drivers.
- Ethernet can have issues at 1Gbit speed.
In case of Ethernet problems, you can set it to 100Mbps manually. Run the following commands in SSH:
echo "ethtool -s eth0 speed 100 duplex full" >> /storage/.config/autostart.sh
ethtool -s eth0 speed 100 duplex full