[Buildroot] [git commit] wandboard: genimage: Pass an offset for the rootfs

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Tue Sep 26 21:52:15 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=82c1445fc473cf422a1283283acfa46f0df6cd84
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <fabio.estevam at nxp.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 board/wandboard/genimage.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/wandboard/genimage.cfg b/board/wandboard/genimage.cfg
index b23a91b..ad4a6a5 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
   }
 }


More information about the buildroot mailing list