2017-03-01 09:30:42 +01:00
|
|
|
How to get started with the MinnowBoard MAX
|
|
|
|
===========================================
|
2014-02-19 20:10:21 +01:00
|
|
|
|
2016-04-16 17:23:20 +02:00
|
|
|
1. Build
|
2014-02-19 20:10:21 +01:00
|
|
|
|
2016-04-16 17:23:20 +02:00
|
|
|
Apply the defconfig:
|
2014-02-19 20:10:21 +01:00
|
|
|
|
2016-04-15 17:56:05 +02:00
|
|
|
$ make minnowboard_max_defconfig
|
|
|
|
|
2016-04-16 17:23:20 +02:00
|
|
|
Add any additional packages required and build:
|
2014-02-19 20:10:21 +01:00
|
|
|
|
2016-04-16 17:23:20 +02:00
|
|
|
$ make
|
2014-02-19 20:10:21 +01:00
|
|
|
|
2016-04-16 17:23:20 +02:00
|
|
|
2. Write the SD card
|
2014-02-19 20:10:21 +01:00
|
|
|
|
2016-04-16 17:23:20 +02:00
|
|
|
The build process will create a SD card image in output/images.
|
2017-03-01 09:30:42 +01:00
|
|
|
Write the image to an mSD card, insert into the MinnowBoard MAX
|
2016-04-16 17:23:20 +02:00
|
|
|
and power the board on.
|
2014-02-19 20:10:21 +01:00
|
|
|
|
2016-04-16 17:23:20 +02:00
|
|
|
$ dd if=output/images/sdcard.img of=/dev/mmcblk0; sync
|
2014-02-19 20:10:21 +01:00
|
|
|
|
2016-06-21 07:35:01 +02:00
|
|
|
The system starts two consoles: one on the serial port
|
|
|
|
and one on HDMI.
|
|
|
|
|
2016-04-16 17:23:20 +02:00
|
|
|
3. Enjoy
|
2014-02-19 20:10:21 +01:00
|
|
|
|
2014-07-24 20:07:02 +02:00
|
|
|
Additional information about this board can be found at
|
2014-02-19 20:10:21 +01:00
|
|
|
http://www.minnowboard.org/.
|