On Fri, 2016-01-22 at 10:12 +0800, Guodong Xu wrote: So, now, let's take one step back: which version of ATF/UEFI are you
using on HiKey? as of now, we recommends official released UEFI, downloadable here: https://builds.96boards.org/releases/hikey/linaro/binaries/15.11/ (please use ptable-linux-4g.img if your board comes with 4GB eMMC).
uefi_path="${builds_root}/builds.96boards.org/releases/hikey/linaro/binaries/15.11" debian_path="${builds_root}/builds.96boards.org/releases/hikey/linaro/debian/15.11"
boot_image="${debian_path}/boot-fat.uefi.img"
sudo fastboot flash ptable "${uefi_path}/ptable-linux-4g.img" sudo fastboot flash fastboot "${uefi_path}/fip.bin" sudo fastboot flash nvme "${uefi_path}/nvme.img" sudo fastboot flash boot ${boot_image}