summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/imx/wandboard.rst
diff options
context:
space:
mode:
authorRoland Hieber <rohieb@rohieb.name>2018-06-12 00:02:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-13 09:15:53 +0200
commit92c1373d6ef16eefd9cb0bd1c8c00567e8491507 (patch)
tree2bff51673bc692f9a0f7aa083065145a709434ef /Documentation/boards/imx/wandboard.rst
parent5685b65b9638a9367e56f50e8a30038e6b9f7c84 (diff)
downloadbarebox-92c1373d6ef16eefd9cb0bd1c8c00567e8491507.tar.gz
barebox-92c1373d6ef16eefd9cb0bd1c8c00567e8491507.tar.xz
doc: boards: Wandboard: fix formatting and punctuation
Signed-off-by: Roland Hieber <rohieb@rohieb.name> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/boards/imx/wandboard.rst')
-rw-r--r--Documentation/boards/imx/wandboard.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/boards/imx/wandboard.rst b/Documentation/boards/imx/wandboard.rst
index 574318a009..8283b47260 100644
--- a/Documentation/boards/imx/wandboard.rst
+++ b/Documentation/boards/imx/wandboard.rst
@@ -8,14 +8,15 @@ 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
+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.
+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/
+For further documentation, including board schematics, see http://wandboard.org/.