From: David Lechner <david@lechnology.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/4] LEGO MINDSTORMS EV3 Updates
Date: Sun, 30 Oct 2016 18:32:22 -0500 [thread overview]
Message-ID: <1477870346-4941-1-git-send-email-david@lechnology.com> (raw)
Hi,
I saw that you have EV3 support using the ev3dev kernel (I'm the ev3dev
maintainer). Here are some updates for better EV3 support in Buildroot.
Earlier this year, I submitted a patch to U-Boot for EV3 support, so we can
now use mainline U-Boot for EV3.
Also, following up from a recent Buildroot email thread, I have added a script
to create usable images using the genimage tool. I also added a linux extension
for the ev3dev drivers. We use them as a git submodule in our kernel, but since
buildroot doesn't seem to be able to handle that, this accomplishes the same
result.
FYI, I am also working on mainline linux kernel support for the EV3, so maybe
around 4.10 or 4.11, we can switch to a mainline kernel here and it will
actually boot. If you don't want to include the ev3dev kernel extension stuff,
that is OK. I assume no one is using Buildroot much with the EV3 at this point
anyway.
David Lechner (4):
configs/lego_ev3: add U-Boot support
board/lego/ev3: Create images using genimage
linux: add ev3dev extension
board/lego/ev3: Use ev3dev linux ext for ev3dev drivers
board/lego/ev3/genimage.cfg | 57 ++++
board/lego/ev3/linux_defconfig | 297 +++++++++++++++++++++
.../0001-Create-empty-drivers-lego-Kconfig.patch | 24 --
board/lego/ev3/post-image.sh | 14 +
board/lego/ev3/readme.txt | 84 ++----
configs/lego_ev3_defconfig | 17 +-
linux/Config.ext.in | 10 +
linux/linux-ext-ev3dev.mk | 13 +
package/Config.in | 1 +
package/ev3dev/Config.in | 12 +
package/ev3dev/ev3dev.mk | 11 +
package/ev3dev/lego-linux-drivers.hash | 2 +
support/scripts/pkg-stats | 1 +
13 files changed, 450 insertions(+), 93 deletions(-)
create mode 100644 board/lego/ev3/genimage.cfg
create mode 100644 board/lego/ev3/linux_defconfig
delete mode 100644 board/lego/ev3/patches/linux/0001-Create-empty-drivers-lego-Kconfig.patch
create mode 100755 board/lego/ev3/post-image.sh
create mode 100644 linux/linux-ext-ev3dev.mk
create mode 100644 package/ev3dev/Config.in
create mode 100644 package/ev3dev/ev3dev.mk
create mode 100644 package/ev3dev/lego-linux-drivers.hash
--
2.7.4
next reply other threads:[~2016-10-30 23:32 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-30 23:32 David Lechner [this message]
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
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=1477870346-4941-1-git-send-email-david@lechnology.com \
--to=david@lechnology.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.