summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/imx/zii-imx8mq-dev/readme.rst
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2019-01-30 11:47:48 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-11 10:37:34 +0100
commitecff6c2110d6b247200a46567edafdff10c87ee1 (patch)
treefd503023a29bd489c13b7bfd6bb3c6c0d2709be4 /Documentation/boards/imx/zii-imx8mq-dev/readme.rst
parentbcb1e5420cc176cef5c1e2154e0a29894342a28d (diff)
downloadbarebox-ecff6c2110d6b247200a46567edafdff10c87ee1.tar.gz
barebox-ecff6c2110d6b247200a46567edafdff10c87ee1.tar.xz
ARM: i.MX: Add support for ZII i.MX8MQ based devices
Add support for the following ZII i.MX8MQ based boards: - ZII i.MX8MQ RMB3 - ZII i.MX8MQ Zest Most of the basic peripherals are supported by this patch. More advanced features such as PCIe, display support, etc, are planned to be added later. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/boards/imx/zii-imx8mq-dev/readme.rst')
-rw-r--r--Documentation/boards/imx/zii-imx8mq-dev/readme.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/boards/imx/zii-imx8mq-dev/readme.rst b/Documentation/boards/imx/zii-imx8mq-dev/readme.rst
new file mode 100644
index 0000000000..dc031e4af4
--- /dev/null
+++ b/Documentation/boards/imx/zii-imx8mq-dev/readme.rst
@@ -0,0 +1,24 @@
+ZII i.MX8MQ Based Boards
+========================
+
+Building Barebox
+----------------
+
+To build Barebox of ZII i.MX8MQ based board do the following:
+
+.. code-block:: sh
+
+ make ARCH=arm CROSS_COMPILE=<AArch64 toolchain prefix> mrproper
+ make ARCH=arm CROSS_COMPILE=<AArch64 toolchain prefix> imx_v8_defconfig
+ make ARCH=arm CROSS_COMPILE=<AArch64 toolchain prefix>
+
+Uploading Barebox via JTAG
+--------------------------
+
+Barebox can be bootstrapped via JTAG using OpenOCD (latest master) as
+follows:
+
+.. code-block:: sh
+
+ cd barebox
+ openocd -f Documentation/boards/imx/zii-imx8mq-dev/openocd.cfg --command "init; ddr_init; start_barebox"