All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] Fun with Minnowboard Turot
@ 2016-04-12  5:29 Ezequiel Garcia
  2016-04-12  5:29 ` [Buildroot] [PATCH 1/4] board/minnowboard-max: Rework to generate SD card image Ezequiel Garcia
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Ezequiel Garcia @ 2016-04-12  5:29 UTC (permalink / raw)
  To: buildroot

Recently got myself a Minnowboard Turot board and have been
goofing around with it. The Minnowboard Turot is compatible with
the Minnowboard MAX board, so I've reused the defconfig and board
stuff.

These four patches are the result of some experiments; first
two patches use genimage to generate an SD card image.

The third patch extends the Minnowboard MAX kernel config,
so the system has more capabilities.

The last patch adds a graphical defconfig. I believe this is
a quite cool board, and it's nice to show how easy we can
produce a graphical X-based platform using Buildroot.

Feedback welcome!

Ezequiel Garcia (4):
  board/minnowboard-max: Rework to generate SD card image
  board/minnowboard: Rework to generate SD card image
  board/minnowboard-max: Add more peripherals and features to the kernel
  board/minnowboard-max: Add a X-based graphical defconfig

 board/minnowboard-max/asound.conf           |   2 +
 board/minnowboard-max/genimage.cfg          |  34 ++++
 board/minnowboard-max/linux.config          |  17 ++
 board/minnowboard-max/post-build.sh         |  20 +++
 board/minnowboard-max/post-image.sh         |  13 ++
 board/minnowboard-max/readme.txt            |  39 ++---
 board/minnowboard-max/startx                | 239 ++++++++++++++++++++++++++++
 board/minnowboard/genimage.cfg              |  34 ++++
 board/minnowboard/post-image.sh             |  13 ++
 board/minnowboard/readme.txt                |  39 ++---
 configs/minnowboard_defconfig               |   8 +
 configs/minnowboard_max_defconfig           |   8 +
 configs/minnowboard_max_graphical_defconfig |  78 +++++++++
 13 files changed, 490 insertions(+), 54 deletions(-)
 create mode 100644 board/minnowboard-max/asound.conf
 create mode 100644 board/minnowboard-max/genimage.cfg
 create mode 100755 board/minnowboard-max/post-image.sh
 create mode 100755 board/minnowboard-max/startx
 create mode 100644 board/minnowboard/genimage.cfg
 create mode 100755 board/minnowboard/post-image.sh
 create mode 100644 configs/minnowboard_max_graphical_defconfig

-- 
2.7.0

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

end of thread, other threads:[~2016-04-13 22:02 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-12  5:29 [Buildroot] [PATCH 0/4] Fun with Minnowboard Turot Ezequiel Garcia
2016-04-12  5:29 ` [Buildroot] [PATCH 1/4] board/minnowboard-max: Rework to generate SD card image Ezequiel Garcia
2016-04-12 23:21   ` Arnout Vandecappelle
2016-04-13 19:59     ` Peter Korsgaard
2016-04-13 20:05       ` Ezequiel Garcia
2016-04-13 20:39   ` Peter Korsgaard
2016-04-12  5:29 ` [Buildroot] [PATCH 2/4] board/minnowboard: " Ezequiel Garcia
2016-04-12 23:24   ` Arnout Vandecappelle
2016-04-12 23:56     ` Ezequiel Garcia
2016-04-12  5:29 ` [Buildroot] [PATCH 3/4] board/minnowboard-max: Add more peripherals and features to the kernel Ezequiel Garcia
2016-04-12 23:29   ` Arnout Vandecappelle
2016-04-12 23:55     ` Ezequiel Garcia
2016-04-13 21:02       ` Peter Korsgaard
2016-04-13 22:02         ` Ezequiel Garcia
2016-04-12  5:29 ` [Buildroot] [PATCH 4/4] board/minnowboard-max: Add a X-based graphical defconfig Ezequiel Garcia
2016-04-12 23:41   ` Arnout Vandecappelle
2016-04-13  0:02     ` Ezequiel Garcia
2016-04-13  7:38       ` Arnout Vandecappelle
2016-04-13 21:02     ` Peter Korsgaard

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.