CECommon/OE.md: fix partition name for HiKey
On HiKey /dev/mmcblk0p9 (the partition used to store rootfs) is named 'system', not 'rootfs'. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
This commit is contained in:
parent
1499b7286b
commit
b1911e5e34
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