Pierre-Louis Bossart 02b7fbf8fc board/minnowboard: add CONFIG_IGB in Linux kernel config vor 6 Jahren
..
fs-overlay-graphical 36e83efc66 minnowboard-max: Start X on boot and run a few demos vor 8 Jahren
genimage.cfg 54ec0e2a74 board/minnowboard: Rework to generate SD card image vor 8 Jahren
grub.cfg 273d60cec6 board/minnowboard: remove support for minnowboard vor 7 Jahren
linux.config 02b7fbf8fc board/minnowboard: add CONFIG_IGB in Linux kernel config vor 6 Jahren
post-build.sh 273d60cec6 board/minnowboard: remove support for minnowboard vor 7 Jahren
post-image.sh 54ec0e2a74 board/minnowboard: Rework to generate SD card image vor 8 Jahren
readme.txt d7ae660c87 minnowboard_defconfig: remove broken defconfig vor 7 Jahren

readme.txt

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