[Buildroot] [PATCH] BeagleBoard X15: new board

Theo Debrouwere theo.debrouwere at skynet.be
Sun Dec 18 22:20:03 UTC 2016


Peter,

>  > +image boot.vfat {
>  > +	vfat {
>  > +		files = {
>  > +			"MLO",
>  > +			"u-boot.img"
> 
> No dtbs? Does it get them from mmc0:2/boot?

Correct. Kernel & dtb's are located on the second partition.
 
>  > +	partition rootfs {
>  > +		partition-type = 0x83
>  > +		image = "rootfs.ext4"
>  > +		size = 1G
> 
> All our other genimage.cfg files use 512M, so I've changed it to that as
> well.

Ok. I wasn't aware of this.

> 
> > diff --git a/configs/beagleboardx15_defconfig b/configs/beagleboardx15_defconfig
>  > new file mode 100644
>  > index 0000000..89f0081
>  > --- /dev/null
>  > +++ b/configs/beagleboardx15_defconfig
>  > @@ -0,0 +1,23 @@
>  > +BR2_arm=y
>  > +BR2_cortex_a15=y
>  > +BR2_ROOTFS_POST_IMAGE_SCRIPT="board/beagleboardx15/post-image.sh"
>  > +BR2_LINUX_KERNEL=y
>  > +BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
>  > +BR2_LINUX_KERNEL_DTS_SUPPORT=y
>  > +BR2_LINUX_KERNEL_INTREE_DTS_NAME="am57xx-beagle-x15 am57xx-beagle-x15-revb1"
>  > +BR2_LINUX_KERNEL_INSTALL_TARGET=y
>  > +BR2_TARGET_ROOTFS_EXT2=y
>  > +BR2_TARGET_ROOTFS_EXT2_4=y
>  > +BR2_TARGET_UBOOT=y
> 
> You forgot to lock the kernel and u-boot versions for reproducable
> builds. I've changed it to explicitly select linux 4.9 and u-boot
> 2016.11 and committed, thanks!

Ok.



More information about the buildroot mailing list