Skip to content
Rob Herring edited this page Dec 8, 2016 · 7 revisions

Multi-device build for Android

This device repo is a prototype to make a configurable device using kconfig language. The goal is to support multiple platforms with a single build while also being able to customize the build for a specific platform. Most of the platforms are using open source DRM/Mesa graphics stack.

Currently supported target platforms:

  • Qualcomm Dragonboard 410c (arm64, freedreno)
  • Nexus 7 2013 aka flo (arm, freedreno)
  • Raspberry Pi 3 (arm, vc4)
  • HiSilicon HiKey (arm64, mali binary)
  • QEMU/KVM (x86, arm, and arm64; virtio-gpu)

##Building ##Running on QEMU

Clone this wiki locally