[Buildroot] [PATCH 1/4] board/minnowboard-max: Rework to generate SD card image

Peter Korsgaard peter at korsgaard.com
Wed Apr 13 20:39:05 UTC 2016


>>>>> "Ezequiel" == Ezequiel Garcia <ezequiel at vanguardiasur.com.ar> writes:

 > Let's rework the board and config files to use genimage
 > to generate the SD card image directly.

 > Signed-off-by: Ezequiel Garcia <ezequiel at vanguardiasur.com.ar>

 > diff --git a/configs/minnowboard_max_defconfig b/configs/minnowboard_max_defconfig
 > index 98996db958ff..47f7d4e96a55 100644
 > --- a/configs/minnowboard_max_defconfig
 > +++ b/configs/minnowboard_max_defconfig
 > @@ -5,9 +5,12 @@ BR2_x86_atom=y
 >  # Misc
 >  BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
 >  BR2_ROOTFS_POST_BUILD_SCRIPT="board/minnowboard-max/post-build.sh"
 > +BR2_ROOTFS_POST_IMAGE_SCRIPT="board/minnowboard-max/post-image.sh"
 
 >  # Linux headers same as kernel, a 4.4 series
 >  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
 > +BR2_PACKAGE_HOST_DOSFSTOOLS=y
 > +BR2_PACKAGE_HOST_GENIMAGE=y

The vfat handling also uses mcopy, so we also need
BR2_PACKAGE_HOST_MTOOLS=y.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list