Ezequiel García e25c603211 board/minnowboard-max: Add a X-based graphical defconfig %!s(int64=9) %!d(string=hai) anos
..
fs-overlay-graphical e25c603211 board/minnowboard-max: Add a X-based graphical defconfig %!s(int64=9) %!d(string=hai) anos
genimage.cfg 54ec0e2a74 board/minnowboard: Rework to generate SD card image %!s(int64=9) %!d(string=hai) anos
grub-minnowboard-max.cfg 5c084e9519 board/minnowboard: Unify Minnowboard and Minnowboard MAX boards %!s(int64=9) %!d(string=hai) anos
grub-minnowboard.cfg 5c084e9519 board/minnowboard: Unify Minnowboard and Minnowboard MAX boards %!s(int64=9) %!d(string=hai) anos
linux-3.8.config 6104cc4f10 board: add support for the MinnowBoard %!s(int64=11) %!d(string=hai) anos
linux-4.4.config 2fbd5b1f04 board/minnowboard-max: Add more peripherals and features to the kernel %!s(int64=9) %!d(string=hai) anos
post-build.sh 5c084e9519 board/minnowboard: Unify Minnowboard and Minnowboard MAX boards %!s(int64=9) %!d(string=hai) anos
post-image.sh 54ec0e2a74 board/minnowboard: Rework to generate SD card image %!s(int64=9) %!d(string=hai) anos
readme.txt 5c084e9519 board/minnowboard: Unify Minnowboard and Minnowboard MAX boards %!s(int64=9) %!d(string=hai) anos

readme.txt

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