You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
guochunrong 6d0a53d35d Initial commit base buildroot 2022.02 2 years ago
..
fs-overlay-graphical/etc Initial commit base buildroot 2022.02 2 years ago
genimage.cfg Initial commit base buildroot 2022.02 2 years ago
grub.cfg Initial commit base buildroot 2022.02 2 years ago
linux.config Initial commit base buildroot 2022.02 2 years ago
post-build.sh Initial commit base buildroot 2022.02 2 years ago
readme.txt Initial commit base buildroot 2022.02 2 years ago

readme.txt

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/.