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