Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
Y
yukawa
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Requirements
    • Requirements
    • List
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • BayLibre
    • amlogic
    • Android TV
    • A
      aosp
    • D
      device
  • amlogic
  • yukawa
  • Wiki
  • Release v20190517 Internal

Last edited by Guillaume La Roque May 27, 2019
Page history

Release v20190517 Internal

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

  1. 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
  1. No audio hal but working with tinyplay

  2. 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

  3. some instability, after full flash sometimes board freeze, a reboot should work.

  4. Wifi works with Open Network due to issue with UI, not possible to pass wifi password and validate

  5. Bluetooth pairing for remote control is lost across reboots. Needs to be re-paired.

  6. 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)

Clone repository
  • Android for Yukawa
  • GKI kernel
  • Khadas_VIM3
  • Khadas_VIM3L
  • Release v20190506
  • Release v20190517 Internal
  • Release v20190523
  • Home