buildroot/board/udoo/neo
Thomas Petazzoni 2306339d1f board/udoo/neo: create boot.scr in TARGET_DIR/boot
There is no reason to create boot.scr in board/udoo/neo and later
install it in TARGET_DIR/boot, leaving a stale file behind.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-04-13 21:49:13 +02:00
..
boot.scr.txt configs/mx6sx_udoo_neo: Bump to U-Boot 2017.01 2017-01-10 21:18:21 +01:00
genimage.cfg board/udoo/neo: specify an offset for the rootfs partition 2017-02-15 21:28:48 +01:00
post-build.sh board/udoo/neo: create boot.scr in TARGET_DIR/boot 2020-04-13 21:49:13 +02:00
post-image.sh mx6sx: Add support for mx6sx udoo neo boards 2016-12-13 19:43:49 +01:00
readme.txt mx6sx: Add support for mx6sx udoo neo boards 2016-12-13 19:43:49 +01:00

MX6X Udoo Neo board

http://www.udoo.org/udoo-neo/

To build a minimal support for these boards:

    $ make mx6sx_udoo_neo_defconfig
    $ make

Buildroot prepares a bootable "sdcard.img" image in the output/images/
directory, ready to be dumped on an 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/neo/genimage.cfg.