readme.txt 484 B

1234567891011121314151617
  1. Udoo MX6Q/DL board
  2. For information about MX6 Udoo boards:
  3. http://www.udoo.org/
  4. To build a minimal support for these boards:
  5. $ make mx6udoo_defconfig
  6. $ make
  7. Buildroot prepares a bootable "sdcard.img" image in the output/images/
  8. directory, ready to be dumped on a micro SD card:
  9. dd if=output/images/sdcard.img of=/dev/<your-microsd-device>
  10. For details about the medium image layout, see the definition in
  11. board/freescale/common/imx/genimage.cfg.template_no_boot_part_spl.