01-步骤整理-华为海思Hikey970开发板的AOSP编译烧写
最近结合第三方厂家与官方提供的编译文档,实践整理了Hikey970单板编译与烧写Google原生AOSP(Android Open Source Project)系统的步骤。 单板参数:6GB LPDDR4 64GB UFS 具体流程如下。 一、Bootloader 1、sudo apt-get install uuid-dev build-essential 2、mkdir bootloader cd bootloader 3、git clone https://github.com/96boards-hikey/tools-images-hikey970.git git clone https://github.com/96boards-hikey/OpenPlatformPkg.git -b hikey970_v1.0 git clone https://github.com/96boards-hikey/arm-trusted-firmware.git -b hikey970_v1.0 git clone https://github.com/96boards-hikey/l-loader.git -b hikey970_v1.0 git clone https://github.com/96boards-hikey/edk2.git -b hikey970_v1.0