Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Initial support for i.mx6 sabreauto board
@ 2013-11-08 16:14 Abdul Hussain
  2014-03-07 22:46 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Abdul Hussain @ 2013-11-08 16:14 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Abdul Hussain <hussain.abdul@outlook.com>
---
 configs/freescale_imx6sabreauto_defconfig |    9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 configs/freescale_imx6sabreauto_defconfig

diff --git a/configs/freescale_imx6sabreauto_defconfig b/configs/freescale_imx6sabreauto_defconfig
new file mode 100644
index 0000000..d02a395
--- /dev/null
+++ b/configs/freescale_imx6sabreauto_defconfig
@@ -0,0 +1,9 @@
+BR2_arm=y
+BR2_cortex_a9=y
+BR2_TARGET_GENERIC_GETTY_PORT="ttymxc3"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
+BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/snapshot/linux-2.6-imx-imx_3.0.35_4.1.0.tar.bz2"
+BR2_LINUX_KERNEL_DEFCONFIG="imx6"
+BR2_TARGET_UBOOT=y
+BR2_TARGET_UBOOT_BOARDNAME="mx6qsabreauto"
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] Initial support for i.mx6 sabreauto board
  2013-11-08 16:14 [Buildroot] [PATCH] Initial support for i.mx6 sabreauto board Abdul Hussain
@ 2014-03-07 22:46 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-03-07 22:46 UTC (permalink / raw)
  To: buildroot

Dear Abdul Hussain,

On Fri, 8 Nov 2013 21:44:06 +0530, Abdul Hussain wrote:
> Signed-off-by: Abdul Hussain <hussain.abdul@outlook.com>
> ---
>  configs/freescale_imx6sabreauto_defconfig |    9 +++++++++
>  1 file changed, 9 insertions(+)
>  create mode 100644 configs/freescale_imx6sabreauto_defconfig
> 
> diff --git a/configs/freescale_imx6sabreauto_defconfig b/configs/freescale_imx6sabreauto_defconfig
> new file mode 100644
> index 0000000..d02a395
> --- /dev/null
> +++ b/configs/freescale_imx6sabreauto_defconfig
> @@ -0,0 +1,9 @@
> +BR2_arm=y
> +BR2_cortex_a9=y
> +BR2_TARGET_GENERIC_GETTY_PORT="ttymxc3"
> +BR2_LINUX_KERNEL=y
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
> +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="http://git.freescale.com/git/cgit.cgi/imx/linux-2.6-imx.git/snapshot/linux-2.6-imx-imx_3.0.35_4.1.0.tar.bz2"
> +BR2_LINUX_KERNEL_DEFCONFIG="imx6"
> +BR2_TARGET_UBOOT=y
> +BR2_TARGET_UBOOT_BOARDNAME="mx6qsabreauto"

A specific U-Boot version should be used, see all the other defconfig
files we have in Buildroot.

Also, a specific kernel headers version should be specified, which
matches the 3.0.x kernel being used here.

Could you take these comments into account, and resubmit an updated
version?

Thanks!

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-07 22:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-08 16:14 [Buildroot] [PATCH] Initial support for i.mx6 sabreauto board Abdul Hussain
2014-03-07 22:46 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox