kumquat-buildroot/board/minnowboard/readme.txt
Arnout Vandecappelle d7ae660c87 minnowboard_defconfig: remove broken defconfig
This defconfig has been broken due to gcc5 for more than half a year,
and nobody stepped up to fix it. Remove it, as well as the files it
references. Update the readme to remove references to MinnowBoard.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-05 21:56:42 +01:00

29 lines
631 B
Plaintext

How to get started with the MinnowBoard MAX
===========================================
1. Build
Apply the defconfig:
$ make minnowboard_max_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 MAX
and power the board on.
$ dd if=output/images/sdcard.img of=/dev/mmcblk0; sync
The system starts two consoles: one on the serial port
and one on HDMI.
3. Enjoy
Additional information about this board can be found at
http://www.minnowboard.org/.