Fixes https://gitlab.com/buildroot.org/buildroot/-/jobs/1297337965 Commit15a2f9b819(package/{mesa3d, mesa3d-headers}: bump version to 21.0.2) marked BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST as legacy, but forgot to update the defconfig. The SW rasterizer isn't really needed with the Intel GPU, so just drop it. In addition, X11 now needs some help with loading the modules in the correct order, similar to how it was done for the test in commit4a3639bad0(support/testing: test_glxinfo load X11 modules in the right order). Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
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/.