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