toolchain-external: reduce nesting in copy_toolchain_sysroot
[buildroot-gz.git] / board / minnowboard / readme.txt
blobf76cd77c3403c2ad596d2003a21e22c6a0dad2bd
1 How to get started with the MinnowBoard (MAX)
2 =============================================
4 1. Build
6   Apply the defconfig:
8   $ make minnowboard_defconfig
10   Or, for the Minnowboard MAX board:
12   $ make minnowboard_max_defconfig
14   Add any additional packages required and build:
16   $ make
18 2. Write the SD card
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
27   and one on HDMI.
29 3. Enjoy
31 Additional information about this board can be found at
32 http://www.minnowboard.org/.