91ccf292c6
As reported by bug #9176 the current v4.6 kernel config (used by Minnowboard MAX and Turbot) does not support USB disks. Since this is a pretty essential functionality, it's desirable to have it, so let's add the required options. Kernel config linux-v3.8.config (currently used by the first generation Minnowboard) doesn't need this change. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
||
---|---|---|
.. | ||
fs-overlay-graphical/etc | ||
genimage.cfg | ||
grub-minnowboard-max.cfg | ||
grub-minnowboard.cfg | ||
linux-3.8.config | ||
linux-4.6.config | ||
post-build.sh | ||
post-image.sh | ||
readme.txt |
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 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/.