From b1911e5e34013d9bbfa623fe6a655f6d91bc2855 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 17 Oct 2016 14:16:03 +0300 Subject: [PATCH] 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 --- Reference-Platform/CECommon/OE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Reference-Platform/CECommon/OE.md b/Reference-Platform/CECommon/OE.md index 2d2a92d..722cac7 100644 --- a/Reference-Platform/CECommon/OE.md +++ b/Reference-Platform/CECommon/OE.md @@ -145,7 +145,7 @@ Dragonboard 410c: HiKey: * `/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 @@ -170,7 +170,7 @@ In the case of Dragonboard 410c: In the case of HiKey: # ext2simg -v IMAGE-MACHINE.ext4 IMAGE-MACHINE.img - # fastboot flash rootfs IMAGE-MACHINE.img + # fastboot flash system IMAGE-MACHINE.img # Proprietary firmware blob