b9bc22ee8a
This defconfig uses mesa3d's i965 DRI driver, but mesa3d no longer has any DRI driver now, so this defconfig no longer builds. Switching to the Gallium driver would require access to an actual board to test, and that was not available when applying the mesa3d bump. So, better drop this defconfig, and let an interested party reinstate it, using the Gallium driver. Note that we do still have the defconfig for the basic, non-graphical Minnowbaord Max. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> |
||
---|---|---|
.. | ||
genimage.cfg | ||
grub.cfg | ||
linux.config | ||
post-build.sh | ||
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/.