summaryrefslogtreecommitdiffstats
path: root/board/solidrun/mx6cubox/readme.txt
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-09-14 09:49:07 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-09-14 22:58:31 +0200
commitf2d98f374434b7510c73cc9e90d9a045230e659e (patch)
tree42b3f574569daca24d2019386fca3567f68233be /board/solidrun/mx6cubox/readme.txt
parent96165841a7eab926765c10569fccf73a5fd9b9c8 (diff)
downloadbuildroot-f2d98f374434b7510c73cc9e90d9a045230e659e.tar.gz
buildroot-f2d98f374434b7510c73cc9e90d9a045230e659e.zip
configs: Add support for Solidrun's MX6 Cubox/Hummingboard
Add support for Solidrun's MX6 Cubox/Hummingboard. For more information about these boards, please check: https://www.solid-run.com/freescale-imx6-family/hummingboard/ https://www.solid-run.com/freescale-imx6-family/cubox-i/ U-Boot is capable of detecting the version of the board in run-time and loads the correct dtb. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'board/solidrun/mx6cubox/readme.txt')
-rw-r--r--board/solidrun/mx6cubox/readme.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/board/solidrun/mx6cubox/readme.txt b/board/solidrun/mx6cubox/readme.txt
new file mode 100644
index 0000000000..630ab6c75e
--- /dev/null
+++ b/board/solidrun/mx6cubox/readme.txt
@@ -0,0 +1,18 @@
+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.
OpenPOWER on IntegriCloud