From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] mx53loco: update support
Date: Mon, 20 Oct 2014 10:03:00 +0200 [thread overview]
Message-ID: <8738ajcgnf.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1413790693-8281-1-git-send-email-eric@eukrea.com> ("Eric Bénard"'s message of "Mon, 20 Oct 2014 09:38:12 +0200")
>>>>> "Eric" == Eric B?nard <eric@eukrea.com> writes:
> - update bootloader to 2014.07 with fslc patches
fslc? Do you mean Freescale?
> - update kernel to 2.6.35_maintain branch which contains latest fixes
> - defconfig was then generated by savedefconfig which suppressed and
> reordered some items which explains the number of lines changed.
> Tested on an i.MX53 QSB and an i.MX53 QSB-R
> Signed-off-by: Eric B?nard <eric@eukrea.com>
> ---
> configs/mx53loco_defconfig | 24 +++++++++---------------
> 1 file changed, 9 insertions(+), 15 deletions(-)
> diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig
> index 8b12238..6e59e5b 100644
> --- a/configs/mx53loco_defconfig
> +++ b/configs/mx53loco_defconfig
> @@ -1,22 +1,16 @@
> -# Architecture
> BR2_arm=y
> BR2_cortex_a8=y
> -BR2_ARM_FPU_VFPV3D16=y
> -
> -# System
> BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
> -BR2_TARGET_UBOOT=y
> -BR2_TARGET_UBOOT_BOARDNAME="mx53_loco"
> -BR2_TARGET_UBOOT_CUSTOM_GIT=y
> -BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://git.freescale.com/imx/uboot-imx.git"
> -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="rel_imx_2.6.35_11.09.01"
> -
> -# filesystem
> -BR2_TARGET_ROOTFS_EXT2=y
> -
> -# Kernel
I prefer to keep the section comments, but OK.
> BR2_LINUX_KERNEL=y
> BR2_LINUX_KERNEL_CUSTOM_GIT=y
> BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.freescale.com/imx/linux-2.6-imx.git"
> -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="rel_imx_2.6.35_11.09.01"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="imx_2.6.35_maintain"
_VERSION has to uniquely specify a revision, so it must be a tag or a
sha1 - And not a branch.
So use b3912bb8a4caf3ec50909135e88af959982c43ca instead.
> BR2_LINUX_KERNEL_DEFCONFIG="imx5"
> +BR2_LINUX_KERNEL_ZIMAGE=y
> +BR2_TARGET_ROOTFS_EXT2=y
> +BR2_TARGET_UBOOT=y
> +BR2_TARGET_UBOOT_BOARDNAME="mx53loco"
> +BR2_TARGET_UBOOT_CUSTOM_GIT=y
> +BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://github.com/Freescale/u-boot-imx.git"
The github page seems to redirect this to u-boot-fslc - So perhaps use
that instead?
> +BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="patches-2014.07"
Same comment as for the kernel.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2014-10-20 8:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-20 7:38 [Buildroot] [PATCH 1/2] mx53loco: update support Eric Bénard
2014-10-20 7:38 ` [Buildroot] [PATCH 2/2] imx6sabresd/create-boot-sd.sh: allow usage for i.MX53 Eric Bénard
2014-10-20 8:03 ` Peter Korsgaard [this message]
2014-10-20 8:31 ` [Buildroot] [PATCH 1/2] mx53loco: update support Eric Bénard
2014-10-20 10:58 ` Peter Korsgaard
2014-10-20 8:41 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8738ajcgnf.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox