[Buildroot] [PATCH 01/11] Update genimage configuration file for Arietta-G25 in order to build a bootable SD card image named "sdcard.img"

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Sep 18 18:00:00 UTC 2016


Hello,

On Wed, 10 Aug 2016 13:05:57 +0200, Biagio Montaruli wrote:

>  image boot.vfat {
>  	vfat {
> -		file zImage {
> -			image = "zImage"
> -		}
> -
> -		file acme-arietta.dtb {
> -			image = "at91-ariag25.dtb"
> -		}
> -
> -		file boot.bin {
> -			image = "at91sam9x5_arietta-sdcardboot-linux-zimage-dt-3.7.bin"
> +		files = {
> +			"zImage",
> +			"acme-arietta.dtb",
> +			"boot.bin"
>  		}

If I apply just this patch, it breaks the build because there is not
file named acme-arietta.dtb produced by the existing Arietta defconfig.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list