Merge pull request #9 from andrey-konovalov/hikey-fastboot-flash-system
CECommon/OE.md: fix partition name for HiKey
This commit is contained in:
commit
02c3457a47
1 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ Dragonboard 410c:
|
||||||
|
|
||||||
HiKey:
|
HiKey:
|
||||||
* `/dev/mmcblk0p6` , aka `boot` is used for the boot image (kernel, device tree, initrd)
|
* `/dev/mmcblk0p6` , aka `boot` is used for the boot image (kernel, device tree, initrd)
|
||||||
* `/dev/mmcblk0p9` , aka `rootfs` is used for the root file system
|
* `/dev/mmcblk0p9` , aka `system` is used for the root file system
|
||||||
|
|
||||||
# Flashing build artifacts
|
# Flashing build artifacts
|
||||||
|
|
||||||
|
@ -170,7 +170,7 @@ In the case of Dragonboard 410c:
|
||||||
In the case of HiKey:
|
In the case of HiKey:
|
||||||
|
|
||||||
# ext2simg -v IMAGE-MACHINE.ext4 IMAGE-MACHINE.img
|
# ext2simg -v IMAGE-MACHINE.ext4 IMAGE-MACHINE.img
|
||||||
# fastboot flash rootfs IMAGE-MACHINE.img
|
# fastboot flash system IMAGE-MACHINE.img
|
||||||
|
|
||||||
# Proprietary firmware blob
|
# Proprietary firmware blob
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue