python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / board / minnowboard / readme.txt
blobfdbb81e3aa71f90164aba805f5a75d3e3566bc3e
1 How to get started with the MinnowBoard MAX
2 ===========================================
4 1. Build
6   Apply the defconfig:
8   $ make minnowboard_max_defconfig
10   Add any additional packages required and build:
12   $ make
14 2. Write the SD card
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
23   and one on HDMI.
25 3. Enjoy
27 Additional information about this board can be found at
28 http://www.minnowboard.org/.