HIKEY.
ova
A ----------- Special fastboot ----------------
user hw pass hw
dmesg
cd hikey_idt/
sudo ./hikey_idt -c config -p /dev/ttyUSB0
pass hw
B ---------------------------------------------
EXIT HIKEY
RUN revive flasher.ba
2- DONT RESTAR DEVICE STAY WITH UNLOCK BOOTLOADER
A ----- FIX IMEI FROM THE SAME FIRMWARE ---------
fastboot flash kernel fw\kernel.img
fastboot flash odm fw\odm.img
fastboot flash product fw\product.img
fastboot flash ramdisk fw\ramdisk.img
fastboot flash system fw\system.img
fastboot flash vendor fw\vendor.img
fastboot flash version fw\version.img
---------------------------------------------------------------------
Step 5: Flash Operating System
AOSP
Unzip the downloaded image in a directory and execute the below commands from it to
flash HiKey970 with AOSP.
$ sudo fastboot flash ptable prm_ptable.img
$ sudo fastboot flash xloader sec_xloader.img
$ sudo fastboot flash fastboot l-loader.bin
$ sudo fastboot flash fip fip.bin
$ sudo fastboot flash boot boot.img
$ sudo fastboot flash cache cache.img
$ sudo fastboot flash system system.img
$ sudo fastboot flash userdata userdata.img