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

USB C

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)
71 views1 page

USB C

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
You are on page 1/ 1

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

You might also like