buildroot/board/udoo
Fabio Estevam 8ec127d8d8 configs/mx6udoo: Add initial support
Add the initial support for mx6q/dl udoo boards.

For information about these boards, please visit:
http://www.udoo.org/

In linux.fragment we disable USB support for now because kernel 4.8
hangs on udoo board.

This is been addressed by Peter Chen's kernel patch series that provides
a standard way to reset a USB hub.

When such series hit mainline, then we can bump the kernel and remove
linux.fragment.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-09 22:47:18 +02:00
..
genimage.cfg configs/mx6udoo: Add initial support 2016-10-09 22:47:18 +02:00
linux.fragment configs/mx6udoo: Add initial support 2016-10-09 22:47:18 +02:00
post-image.sh configs/mx6udoo: Add initial support 2016-10-09 22:47:18 +02:00
readme.txt configs/mx6udoo: Add initial support 2016-10-09 22:47:18 +02:00

readme.txt

Udoo MX6Q/DL board

For information about MX6 Udoo boards:
http://www.udoo.org/

To build a minimal support for these boards:

    $ make mx6udoo_defconfig
    $ make

Buildroot prepares a bootable "sdcard.img" image in the output/images/
directory, ready to be dumped on a micro SD card:

dd if=output/images/sdcard.img of=/dev/<your-microsd-device>

For details about the medium image layout, see the definition in
board/udoo/genimage.cfg.