From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/4] configs/lego_ev3: add U-Boot support
Date: Tue, 1 Nov 2016 16:02:05 +0100 [thread overview]
Message-ID: <20161101160205.74aea6d9@free-electrons.com> (raw)
In-Reply-To: <1477870346-4941-2-git-send-email-david@lechnology.com>
Hello,
Thanks for this patch series updating the lego_ev3 support, much appreciated!
On Sun, 30 Oct 2016 18:32:23 -0500, David Lechner wrote:
> This adds U-Boot configuration for LEGO MINDSTORMS EV3. U-Boot has
> had support for LEGO MINDSTORMS EV3 since v2016.05.
>
> Signed-off-by: David Lechner <david@lechnology.com>
> ---
> configs/lego_ev3_defconfig | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/configs/lego_ev3_defconfig b/configs/lego_ev3_defconfig
> index 1ddc4f9..bf425f1 100644
> --- a/configs/lego_ev3_defconfig
> +++ b/configs/lego_ev3_defconfig
> @@ -24,3 +24,8 @@ BR2_LINUX_KERNEL_UIMAGE=y
> BR2_TARGET_ROOTFS_EXT2=y
> BR2_TARGET_ROOTFS_EXT2_3=y
> # BR2_TARGET_ROOTFS_TAR is not set
> +
> +# U-Boot
> +BR2_TARGET_UBOOT=y
> +BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
> +BR2_TARGET_UBOOT_BOARD_DEFCONFIG="legoev3"
You should use a specific U-Boot version, so that we're sure we'll
continue to use the same tested version over time. See other defconfigs:
wandboard_defconfig:BR2_TARGET_UBOOT=y
wandboard_defconfig:BR2_TARGET_UBOOT_BOARDNAME="wandboard"
wandboard_defconfig:BR2_TARGET_UBOOT_CUSTOM_VERSION=y
wandboard_defconfig:BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09.01"
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-11-01 15:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-30 23:32 [Buildroot] [PATCH 0/4] LEGO MINDSTORMS EV3 Updates David Lechner
2016-10-30 23:32 ` [Buildroot] [PATCH 1/4] configs/lego_ev3: add U-Boot support David Lechner
2016-11-01 15:02 ` Thomas Petazzoni [this message]
2016-10-30 23:32 ` [Buildroot] [PATCH 2/4] board/lego/ev3: Create images using genimage David Lechner
2016-10-31 4:19 ` Baruch Siach
2016-10-31 15:57 ` David Lechner
2016-11-01 15:04 ` Thomas Petazzoni
2016-11-01 18:54 ` [Buildroot] <DKIM> " Vincent Stehlé
2016-10-30 23:32 ` [Buildroot] [PATCH 3/4] linux: add ev3dev extension David Lechner
2016-11-01 15:09 ` Thomas Petazzoni
2016-10-30 23:32 ` [Buildroot] [PATCH 4/4] board/lego/ev3: Use ev3dev linux ext for ev3dev drivers David Lechner
2016-11-01 15:10 ` 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=20161101160205.74aea6d9@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.