What's New
- Updated v4.19 kernel, using backports from latest mainline (v5.2-rc1)
- Kernel build with clang
- Bluetooth support via generic HAL
- Wifi Support
- Audio support with Simple Alsa Audio HAL
- Included upstream HW video decode driver (V4L2) and firmware
- Bootloader support :
- fastboot flash bootloader
- fastboot reboot bootloader
- fastboot update
Prebuilt Binaries
Android images: Release_v20190523.zip
Bootloader: u-boot.bin
bootloader update is needed : HowTo update u-boot
After bootloader update you can do:
fastboot update Release_v20190523.zip
Source
repo init -u https://gitlab.com/baylibre/amlogic/atv/aosp-known-good-manifests.git -b amlogic/sei510_v20190523 -m latest/sei510.xml
Known Limitations
- Network not working fine by default, you should do in android console this :
ip rule add from all lookup main pref 1
ip route add default via <GATEWAY_IP> dev eth0
-
Audio only on HDMI
-
Only Software video decode is currently supported in Android. HW video decode is supported by the kernel (and firmware) but needs Android HAL to work
-
Wifi works with Open Network due to issue with UI, not possible to pass wifi password and validate
-
Bluetooth pairing for remote control is lost across reboots. Needs to be re-paired.
-
UI size: on some displays, the UI size is scaled down, even while the boot animation is normal size. (https://gitlab.com/baylibre/amlogic/atv/aosp/device/amlogic/yukawa/issues/11)