buildroot/board/minnowboard
Arnout Vandecappelle 273d60cec6 board/minnowboard: remove support for minnowboard
The scripts used for the minnowboards were generic for MinnowBoard and
MinnowBoard MAX. Since we removed the original MinnowBoard, this isn't
necessary anymore.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-05 21:56:42 +01:00
..
fs-overlay-graphical/etc minnowboard-max: Start X on boot and run a few demos 2016-07-04 17:04:16 +02:00
genimage.cfg board/minnowboard: Rework to generate SD card image 2016-04-18 23:19:25 +02:00
grub.cfg board/minnowboard: remove support for minnowboard 2017-03-05 21:56:42 +01:00
linux-4.8.config minnowboard_max: defconfigs: bump linux kernel to 4.8.1 2016-10-09 22:21:01 +02:00
post-build.sh board/minnowboard: remove support for minnowboard 2017-03-05 21:56:42 +01:00
post-image.sh board/minnowboard: Rework to generate SD card image 2016-04-18 23:19:25 +02:00
readme.txt minnowboard_defconfig: remove broken defconfig 2017-03-05 21:56:42 +01:00

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

1. Build

  Apply the defconfig:

  $ 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 MAX
  and power the board on.

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

  The system starts two consoles: one on the serial port
  and one on HDMI.

3. Enjoy

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