kumquat-buildroot/board/solidrun/mx6cubox
Fabio Estevam 981bc738a4 board/mx6cubox: Switch to extlinux.conf
Currently mx6cubox uses a custom boot.scr.txt script
and custom image generation scripts: genimage.cfg, post-build.sh
and post-image.sh.

Switch to using the more standard extlinux.conf solution
and remove the custom scripts in favor of the standard
board/freescale/common/imx/post-image.sh one.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Tested-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-07-20 21:27:29 +02:00
..
patches/uboot board/mx6cubox: Switch to extlinux.conf 2021-07-20 21:27:29 +02:00
rootfs_overlay/boot/extlinux board/mx6cubox: Switch to extlinux.conf 2021-07-20 21:27:29 +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.