0% found this document useful (0 votes)
13 views1 page

Flashing AOSP on HiKey970

The document provides instructions for unlocking the bootloader and flashing firmware on a HiKey device. It lists the fastboot commands needed to flash individual partitions like the kernel, ramdisk, and system image for AOSP.

Uploaded by

أبو شفاء
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views1 page

Flashing AOSP on HiKey970

The document provides instructions for unlocking the bootloader and flashing firmware on a HiKey device. It lists the fastboot commands needed to flash individual partitions like the kernel, ramdisk, and system image for AOSP.

Uploaded by

أبو شفاء
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

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 [Link]

2- DONT RESTAR DEVICE STAY WITH UNLOCK BOOTLOADER

A ----- FIX IMEI FROM THE SAME FIRMWARE ---------


fastboot flash kernel fw\[Link]
fastboot flash odm fw\[Link]
fastboot flash product fw\[Link]
fastboot flash ramdisk fw\[Link]
fastboot flash system fw\[Link]
fastboot flash vendor fw\[Link]
fastboot flash version fw\[Link]
---------------------------------------------------------------------
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 [Link]
$ sudo fastboot flash fip [Link]
$ sudo fastboot flash boot [Link]
$ sudo fastboot flash cache [Link]
$ sudo fastboot flash system [Link]
$ sudo fastboot flash userdata [Link]

You might also like