mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-09 06:10:17 +03:00
Also, rebase kernel config and adapt kernel command line in grub config file to follow mmc numbering change. [Peter: drop now unused linux-4.4.config] Signed-off-by: Vincent Stehlé <vincent.stehle@intel.com> Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
How to get started with the MinnowBoard (MAX) ============================================= 1. Build Apply the defconfig: $ make minnowboard_defconfig Or, for the Minnowboard MAX board: $ 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 and power the board on. $ dd if=output/images/sdcard.img of=/dev/mmcblk0; sync 3. Enjoy Additional information about this board can be found at http://www.minnowboard.org/.