From: Fabio Estevam Date: Wed, 15 Feb 2017 12:27:36 +0000 (-0200) Subject: board/udoo/neo: specify an offset for the rootfs partition X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0692d7facb0f28686b5366ac40fce48cee1d91a1;p=buildroot.git board/udoo/neo: specify an offset for the rootfs partition When manually writing SPL and u-boot.img to the SD card the rootfs gets corrupted. Fix this issue by passing a 1MB offset for the rootfs. Reported-by: Breno Lima Signed-off-by: Fabio Estevam Tested-by: Breno Lima Signed-off-by: Thomas Petazzoni --- diff --git a/board/udoo/neo/genimage.cfg b/board/udoo/neo/genimage.cfg index 1f7edf4aa3..46209120f0 100644 --- a/board/udoo/neo/genimage.cfg +++ b/board/udoo/neo/genimage.cfg @@ -26,6 +26,7 @@ image sdcard.img { partition rootfs { partition-type = 0x83 image = "rootfs.ext4" + offset = 1M size = 512M } }