summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurz <akurz@blala.de>2017-06-08 20:41:37 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-06-13 09:27:14 +0200
commit332eedd6e75c57c3f4acea1b3045f628a7a2f349 (patch)
tree72a18176048bd4384145810fb5dbc9b8b45444ec
parent9e99b950e6cd2e8a52929d4c9444f5d40df2a1c5 (diff)
downloadbarebox-332eedd6e75c57c3f4acea1b3045f628a7a2f349.tar.gz
barebox-332eedd6e75c57c3f4acea1b3045f628a7a2f349.tar.xz
ARM: i.MX6 Wandboard: add Documentation
Signed-off-by: Alexander Kurz <akurz@blala.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Documentation/boards/imx/Wandboard.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/boards/imx/Wandboard.rst b/Documentation/boards/imx/Wandboard.rst
new file mode 100644
index 0000000000..574318a009
--- /dev/null
+++ b/Documentation/boards/imx/Wandboard.rst
@@ -0,0 +1,21 @@
+Wandboard
+=========
+
+The Wandboard is a carrier board available with three different
+System-on-Module options, the Wandboard Solo (i.MX6S, 512MiB DDR3),
+the Wandboard Dual (i.MX6DL, 1GiB DDR3) and Wandboard Quad (i.MX6Q, 2GiB DDR3).
+
+The device boots from the SD card slot on the System-on-Module board, it
+will not boot from the slot on the carrier board.
+
+To boot barebox on any wandboard, build imx_v7_defconfig
+and copy the barebox imx-image to the i.MX boot location of a SD card, e.g.
+dd bs=1024 skip=1 seek=1 if=images/barebox-imx6-wandboard.img of=/dev/mmcblk0
+
+Only one image exists, supporting all three Wandboard variants, barebox will
+detect the Wandboard variant depending on the SoC variant.
+This image is only usable for SD-boot. It will not boot via imx-usb-loader.
+
+Connect to the serial port using a null-modem cable to get console access.
+
+For further documentation, including board schematics see http://wandboard.org/