Giulio Benetti 764ab77456 board/minnowboard/genimage.cfg: beautify file пре 3 година
..
fs-overlay-graphical 0054fb6345 configs/minnowboard_max-graphical_defconfig: unbreak X11/mesa пре 4 година
genimage.cfg 764ab77456 board/minnowboard/genimage.cfg: beautify file пре 3 година
grub.cfg 03c817553a board/minnowboard: grub.cfg: disable eudev network interface renaming пре 4 година
linux.config 552cafd7a8 configs/minnowboard_max_defconfig: bump kernel to 5.10.11 пре 4 година
post-build.sh 273d60cec6 board/minnowboard: remove support for minnowboard пре 8 година
readme.txt d7ae660c87 minnowboard_defconfig: remove broken defconfig пре 8 година

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