readme.txt 631 B

12345678910111213141516171819202122232425262728
  1. How to get started with the MinnowBoard MAX
  2. ===========================================
  3. 1. Build
  4. Apply the defconfig:
  5. $ make minnowboard_max_defconfig
  6. Add any additional packages required and build:
  7. $ make
  8. 2. Write the SD card
  9. The build process will create a SD card image in output/images.
  10. Write the image to an mSD card, insert into the MinnowBoard MAX
  11. and power the board on.
  12. $ dd if=output/images/sdcard.img of=/dev/mmcblk0; sync
  13. The system starts two consoles: one on the serial port
  14. and one on HDMI.
  15. 3. Enjoy
  16. Additional information about this board can be found at
  17. http://www.minnowboard.org/.