summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2017-10-12 12:26:54 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-10-17 08:46:08 +0200
commitd3c34d608bc2d6ae51f11658e345814a77ed8da6 (patch)
tree749961b4b9cbde7c12e39473065817f88a67c2fd /Documentation
parent028c1ece168fba4ee1d4924220cce47eca6ffb28 (diff)
downloadbarebox-d3c34d608bc2d6ae51f11658e345814a77ed8da6.tar.gz
barebox-d3c34d608bc2d6ae51f11658e345814a77ed8da6.tar.xz
docs: add qemu vexpress
Add a basic command line for QEMU vexpress. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/arm-qemu-vexpress.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/boards/arm-qemu-vexpress.rst b/Documentation/boards/arm-qemu-vexpress.rst
new file mode 100644
index 0000000000..dcbac8e625
--- /dev/null
+++ b/Documentation/boards/arm-qemu-vexpress.rst
@@ -0,0 +1,20 @@
+QEMU vexpress
+=======
+
+ARM Qemu vexpress
+-----------------
+
+Running barebox on QEMU vexpress machine
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Usage::
+
+ $ qemu-system-arm -m 1024M \
+ -machine vexpress-a9 -cpu cortex-a9 \
+ -nographic -no-reboot \
+ -kernel images/barebox-vexpress-ca9.img
+
+ $ qemu-system-arm -m 1024M \
+ -machine vexpress-a15 -cpu cortex-a15 \
+ -nographic -no-reboot \
+ -kernel images/barebox-vexpress-ca15.img