kumquat-buildroot/board/solidrun/mx6cubox
Arnout Vandecappelle 31be2ec220 boards: replace $HOST_DIR/usr/ with $HOST_DIR/ in scripts
Since things are no longer installed in $(HOST_DIR)/usr, the callers
should also not refer to it.

This is a mechanical change with
git grep -l 'HOST_DIR}\?/usr/' board | xargs sed -i 's%\(HOST_DIR}\?\)/usr/%\1/%g'

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-07-05 15:23:13 +02:00
..
boot.scr.txt configs: Add support for Solidrun's MX6 Cubox/Hummingboard 2016-09-14 22:58:31 +02:00
genimage.cfg configs: Add support for Solidrun's MX6 Cubox/Hummingboard 2016-09-14 22:58:31 +02:00
post-build.sh boards: replace $HOST_DIR/usr/ with $HOST_DIR/ in scripts 2017-07-05 15:23:13 +02:00
post-image.sh configs: Add support for Solidrun's MX6 Cubox/Hummingboard 2016-09-14 22:58:31 +02:00
readme.txt configs: Add support for Solidrun's MX6 Cubox/Hummingboard 2016-09-14 22:58:31 +02:00

Solidrun's MX6 Cubox/Hummingboard

https://www.solid-run.com/freescale-imx6-family/hummingboard/

https://www.solid-run.com/freescale-imx6-family/cubox-i/

To build a minimal support for these boards:

    $ make mx6cubox_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/solidrun/mx6cubox/genimage.cfg.