From 82c1445fc473cf422a1283283acfa46f0df6cd84 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Thu, 21 Sep 2017 10:59:38 -0300 Subject: [PATCH] wandboard: genimage: Pass an offset for the rootfs Pass an offset of 1MB for the start of the rootfs. Otherwise we get rootfs corruption when the bootloader is manually written to the SD card. Signed-off-by: Fabio Estevam Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- board/wandboard/genimage.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/board/wandboard/genimage.cfg b/board/wandboard/genimage.cfg index b23a91b0b8..ad4a6a55d5 100644 --- a/board/wandboard/genimage.cfg +++ b/board/wandboard/genimage.cfg @@ -26,6 +26,7 @@ image sdcard.img { partition rootfs { partition-type = 0x83 image = "rootfs.ext4" + offset = 1M size = 512M } } -- 2.30.2