[Buildroot] [PATCH 2/2] config: Add defconfig for Freescale i.MX28 EVK

Arnout Vandecappelle arnout at mind.be
Sun Mar 22 13:12:02 UTC 2015


On 18/03/15 19:06, Vincent Stehlé wrote:
> The i.MX28 Evaluation Kit (or EVK) is Freescale's evaluation board based on the
> i.MX287 Applications Processor.
> 
> This defconfig is based on mainline u-boot and Linux kernel.
> 
> Also, we add an SD card creation script and documentation, shamelessly based on
> the ones for i.MX5/6 by Luca Ceresoli.
> 
> Signed-off-by: Vincent Stehlé <vincent.stehle at freescale.com>
> Cc: Luca Ceresoli <luca at lucaceresoli.net>
> ---
[snip]
> diff --git a/configs/freescale_imx28evk_defconfig b/configs/freescale_imx28evk_defconfig
> new file mode 100644
> index 0000000..15cedeb
> --- /dev/null
> +++ b/configs/freescale_imx28evk_defconfig
> @@ -0,0 +1,18 @@
> +# architecture
> +BR2_arm=y
> +BR2_arm926t=y
> +
> +# system
> +BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
> +
> +# kernel
> +BR2_LINUX_KERNEL=y
> +BR2_LINUX_KERNEL_DEFCONFIG="mxs"
> +BR2_LINUX_KERNEL_ZIMAGE=y
> +BR2_LINUX_KERNEL_DTS_SUPPORT=y
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx28-evk"

 For reproducible builds, the kernel and bootloader versions should be fixed to
something that you tested.

 I'll assume that that's 3.19.2 and 2015.01 and resubmit.

 Regards,
 Arnout

> +
> +# bootloader
> +BR2_TARGET_UBOOT=y
> +BR2_TARGET_UBOOT_BOARDNAME="mx28evk"
> +BR2_TARGET_UBOOT_FORMAT_SD=y
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F



More information about the buildroot mailing list