Merge pull request #29 from vchong/misc
RPB1606: CE: HiKey: InstallAOSP: Update link and instruction
This commit is contained in:
commit
78615112d8
1 changed files with 3 additions and 2 deletions
|
@ -76,7 +76,7 @@ $ sudo fastboot devices
|
|||
0123456789abcdef fastboot
|
||||
```
|
||||
|
||||
>Note: If your HiKey is not being detected by fastboot, you might want to try [Board Recovery](https://github.com/96boards/documentation/wiki/HiKey-Board-Recovery) and return to this step once your board is ready
|
||||
>Note: If your HiKey is not being detected by fastboot, you might want to try [Board Recovery](https://github.com/96boards/documentation/blob/master/ConsumerEdition/HiKey/Installation/BoardRecovery.md) and return to this step once your board is ready
|
||||
|
||||
3 - **Set HiKey into Recovery Mode using J15 header**
|
||||
|
||||
|
@ -97,6 +97,7 @@ GPIO3-1 | Link 5-6 | open
|
|||
```shell
|
||||
$ sudo fastboot flash ptable ptable-aosp-8g.img
|
||||
$ sudo fastboot reboot
|
||||
$ sudo fastboot flash fastboot fip.bin
|
||||
$ sudo fastboot flash boot boot_fat.uefi.img
|
||||
$ sudo fastboot flash cache cache.img
|
||||
$ sudo fastboot flash system system.img
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue