Merge pull request #9 from andrey-konovalov/hikey-fastboot-flash-system

CECommon/OE.md: fix partition name for HiKey
This commit is contained in:
Fathi Boudra 2016-10-17 14:27:01 +03:00 committed by GitHub
commit 02c3457a47

View file

@ -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