buildroot/board/minnowboard
Ezequiel García e25c603211 board/minnowboard-max: Add a X-based graphical defconfig
This commit adds a new defconfig to build a X-based
graphical system for the Minnowboard MAX board.

  * The 'openbox' windows manager is chosen because it's simple
    and lightweigth.

  * Basic X apps are enabled (such as xrandr, xterm), so we
    can at least get a console and change video mode.

  * ALSA default configuration is provided, so HDMI audio
    works out-of-the-box.

  * OpenGL is supported.

Tested on Minnoboard Turot (which is Minnowboard Max compatible).

[Peter: drop unneeded/specific toolchain config options]
Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-04-18 23:19:25 +02:00
..
fs-overlay-graphical board/minnowboard-max: Add a X-based graphical defconfig 2016-04-18 23:19:25 +02:00
genimage.cfg board/minnowboard: Rework to generate SD card image 2016-04-18 23:19:25 +02:00
grub-minnowboard-max.cfg board/minnowboard: Unify Minnowboard and Minnowboard MAX boards 2016-04-18 23:19:25 +02:00
grub-minnowboard.cfg board/minnowboard: Unify Minnowboard and Minnowboard MAX boards 2016-04-18 23:19:25 +02:00
linux-3.8.config board: add support for the MinnowBoard 2014-02-19 23:29:10 +01:00
linux-4.4.config board/minnowboard-max: Add more peripherals and features to the kernel 2016-04-18 23:19:25 +02:00
post-build.sh board/minnowboard: Unify Minnowboard and Minnowboard MAX boards 2016-04-18 23:19:25 +02:00
post-image.sh board/minnowboard: Rework to generate SD card image 2016-04-18 23:19:25 +02:00
readme.txt board/minnowboard: Unify Minnowboard and Minnowboard MAX boards 2016-04-18 23:19:25 +02:00

How to get started with the MinnowBoard (MAX)
=============================================

1. Build

  Apply the defconfig:

  $ make minnowboard_defconfig

  Or, for the Minnowboard MAX board:

  $ make minnowboard_max_defconfig

  Add any additional packages required and build:

  $ make

2. Write the SD card

  The build process will create a SD card image in output/images.
  Write the image to an mSD card, insert into the MinnowBoard
  and power the board on.

  $ dd if=output/images/sdcard.img of=/dev/mmcblk0; sync

3. Enjoy

Additional information about this board can be found at
http://www.minnowboard.org/.