1 How to get started with the MinnowBoard (MAX)
2 =============================================
8 $ make minnowboard_defconfig
10 Or, for the Minnowboard MAX board:
12 $ make minnowboard_max_defconfig
14 Add any additional packages required and build:
20 The build process will create a SD card image in output/images.
21 Write the image to an mSD card, insert into the MinnowBoard
22 and power the board on.
24 $ dd if=output/images/sdcard.img of=/dev/mmcblk0; sync
26 The system starts two consoles: one on the serial port
31 Additional information about this board can be found at
32 http://www.minnowboard.org/.