buildroot/board/minnowboard
Peter Korsgaard 707465da72 board/minnowboard/post-build.sh: only tweak /etc/inittab if available
As pointed out in bug #9161, we don't always have an inittab file (if
systemd or no init is used), so the post build script should only try to
tweak it if present.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-08-26 15:37:17 +02: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-minnowboard-max.cfg configs/minnowboard_max: bump kernel to 4.6.1 2016-06-06 21:39:06 +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.6.config configs/minnowboard_max: bump kernel to 4.6.1 2016-06-06 21:39:06 +02:00
post-build.sh board/minnowboard/post-build.sh: only tweak /etc/inittab if available 2016-08-26 15:37:17 +02:00
post-image.sh board/minnowboard: Rework to generate SD card image 2016-04-18 23:19:25 +02:00
readme.txt minnowboard-max: Enable serial and HDMI consoles 2016-06-28 13:56: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

  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/.