kumquat-buildroot/board/minnowboard/readme.txt
Ezequiel García 54ec0e2a74 board/minnowboard: Rework to generate SD card image
Let's rework the board and config files to use genimage
to generate the SD card image directly.

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

26 lines
539 B
Plaintext

How to get started with the MinnowBoard
========================================
1. Build
Apply the defconfig:
$ make minnowboard_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/.