Hikey960

Hikey960 until recently was a devboard listed on the AOSP reference boards page. It is now in maintenance phase mostly used to test legacy builds. No further development activity is planned for this devboard.

We are hosting it here as an example of how the devboardsforandroid infrastructure can be used to support devboards.

More details about the devboard can be found at the 96boards page.

Artifacts hosted here

Build Instructions

$ repo init -u https://android.googlesource.com/platform/manifest -b main
$ git clone https://gerrit.devboardsforandroid.linaro.org/platform/manifest .repo/local_manifests/
$ repo sync -j`nproc`
$ source build/envsetup.sh
$ lunch linaro_hikey960-userdebug
$ make -j$(nproc)

Artifacts hosted at AOSP (available as of 24 Oct, 2023)

Build instructions

$ repo init -u https://android.googlesource.com/platform/manifest -b main
$ repo sync -j`nproc`
$ ./device/linaro/hikey/fetch-vendor-package.sh
$ source build/envsetup.sh
$ lunch hikey960-userdebug
$ make -j`nproc`

Device Maintainer(s)

  • Yongqin Liu - <liuyq at #aosp-developers on OFTC IRC>