What's New
- Kernel build with clang
- Bluetooth support via generic HAL
- Wifi Support
- Audio only with tinyplay
- Included Video firmware and driver
Prebuilt Binaries
Android images: Release_v20190517-internal.zip
How to flash yukawa device
unzip Release_v20190517-internal.zip
cd Release_v20190517-internal
fastboot flash system system.img
fastboot flash boot boot.img
fastboot flash vendor vendor.img
fastboot flash cache cache.img
fastboot flash userdata userdata.img
fastboot reboot
Source
repo init -u https://gitlab.com/baylibre/amlogic/atv/aosp-known-good-manifests.git -b amlogic/sei510_v20190517 -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
-
No audio hal but working with tinyplay
-
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
-
some instability, after full flash sometimes board freeze, a reboot should 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)