mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
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>
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.