summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorVincent Stehlé <vincent.stehle@laposte.net>2016-10-15 18:51:55 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-15 22:58:14 +0200
commit46a373e2f59356f70a551507b7b8dc2943fe49ff (patch)
treeb8bcfc3070bd5e83bd681af4dac049876207cbe0 /board
parentac0d9534604213893fb43dba19f20bb957bff1bf (diff)
configs/lego_ev3: bump kernel to 4.4 series
Bump kernel revision used by lego_ev3_defconfig to the latest tag from ev3dev, as suggested by Peter. This is a 4.4 series kernel, which has the added benefit of not necessitating a specific gcc to boot. We need a patch to create an empty drivers/lego/Kconfig file for the build to succeed though, as the ev3dev kernel normally expects a drivers tree to be checked out there. Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Suggested-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board')
-rw-r--r--board/lego/ev3/patches/linux/0001-Create-empty-drivers-lego-Kconfig.patch24
-rw-r--r--board/lego/ev3/readme.txt10
2 files changed, 27 insertions, 7 deletions
diff --git a/board/lego/ev3/patches/linux/0001-Create-empty-drivers-lego-Kconfig.patch b/board/lego/ev3/patches/linux/0001-Create-empty-drivers-lego-Kconfig.patch
new file mode 100644
index 000000000..614d53dd3
--- /dev/null
+++ b/board/lego/ev3/patches/linux/0001-Create-empty-drivers-lego-Kconfig.patch
@@ -0,0 +1,24 @@
+From 72c5727488f10160abfadcc77dd9763c4408b5e9 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= <vincent.stehle@laposte.net>
+Date: Sat, 15 Oct 2016 16:23:31 +0200
+Subject: [PATCH] Create empty drivers/lego/Kconfig
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
+---
+ drivers/lego/Kconfig | 1 +
+ 1 file changed, 1 insertion(+)
+ create mode 100644 drivers/lego/Kconfig
+
+diff --git a/drivers/lego/Kconfig b/drivers/lego/Kconfig
+new file mode 100644
+index 0000000..d7cbf4f
+--- /dev/null
++++ b/drivers/lego/Kconfig
+@@ -0,0 +1 @@
++# Empty Kconfig just to make source from drivers/Kconfig succeed.
+--
+2.9.3
+
diff --git a/board/lego/ev3/readme.txt b/board/lego/ev3/readme.txt
index 3c0bd2ec4..7d9ec4fbf 100644
--- a/board/lego/ev3/readme.txt
+++ b/board/lego/ev3/readme.txt
@@ -16,11 +16,8 @@ See:
The buildroot configuration uses the Linux kernel of the ev3dev project.
See:
-- http://botbench.com/blog/2013/07/31/lego-mindstorms-ev3-source-code-available/
-- https://github.com/mindboards/ev3sources
-
-Note that the EV3 configuration uses gcc 4.7, as the boot is broken with gcc
-4.8.
+- https://github.com/ev3dev/ev3-kernel/
+- http://www.ev3dev.org/
How it works
============
@@ -61,13 +58,12 @@ After building, you should obtain this tree:
├── rootfs.ext3 -> rootfs.ext2
└── uImage
-
Prepare your SDcard
===================
The following µSD card layout is recommended:
-- First partition formated with a FAT filesystem, containing the uImage.
+- First partition formatted with a FAT filesystem, containing the uImage.
- Second partition formatted as ext2 or ext3, containing the root filesystem.
Create the SDcard partition table