From: Fabio Estevam Date: Thu, 21 Sep 2017 13:59:38 +0000 (-0300) Subject: wandboard: genimage: Pass an offset for the rootfs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82c1445fc473cf422a1283283acfa46f0df6cd84;p=buildroot.git 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) --- 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 } }