readme.txt 457 B

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