buildroot/board/minnowboard
Yann E. MORIN b9bc22ee8a configs/minnowboard_max-graphical: remove defconfig
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>
2022-07-23 22:30:14 +02:00
..
genimage.cfg board/*/genimage.cfg: use partition-table-type = "gpt" for genimage-15 2021-12-27 15:41:51 +01:00
grub.cfg board/minnowboard: grub.cfg: disable eudev network interface renaming 2021-01-31 21:32:38 +01:00
linux.config configs/minnowboard_max_defconfig: bump kernel to 5.10.11 2021-01-31 21:32:24 +01:00
post-build.sh board/minnowboard: remove support for minnowboard 2017-03-05 21:56:42 +01:00
readme.txt minnowboard_defconfig: remove broken defconfig 2017-03-05 21:56:42 +01:00

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