summaryrefslogtreecommitdiffstats
path: root/user/bsps/aarch64/xilinx-zynqmp.rst
diff options
context:
space:
mode:
authorStephen Clark <stephen.clark@oarcorp.com>2021-07-13 15:38:42 -0500
committerJoel Sherrill <joel@rtems.org>2021-07-15 11:30:49 -0500
commit821b624ece005d8c26d128663fb4186e66896631 (patch)
tree8ad8b1e10b9456e835bef38615605147b4067677 /user/bsps/aarch64/xilinx-zynqmp.rst
parentxilinx-zynqmp.rst: Documented SDIO driver (diff)
downloadrtems-docs-821b624ece005d8c26d128663fb4186e66896631.tar.bz2
user/bsps/aarch64: Minor formatting fix
Fixed formatting error in user/bsps/aarch64/a53.rst and user/bsps/aarch64/xilinx-zynqmp.rst.
Diffstat (limited to '')
-rw-r--r--user/bsps/aarch64/xilinx-zynqmp.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/user/bsps/aarch64/xilinx-zynqmp.rst b/user/bsps/aarch64/xilinx-zynqmp.rst
index e4404e3..ca232de 100644
--- a/user/bsps/aarch64/xilinx-zynqmp.rst
+++ b/user/bsps/aarch64/xilinx-zynqmp.rst
@@ -80,7 +80,9 @@ recognized and usable in RTEMS. Most ZynqMP dev boards use CGEM3.
Running Executables on QEMU
---------------------------
-Executables generated by these BSPs can be run using the following command::
+Executables generated by these BSPs can be run using the following command:
-qemu-system-aarch64 -no-reboot -nographic -serial mon:stdio \
- -machine xlnx-zcu102 -m 4096 -kernel example.exe
+.. code-block:: shell
+
+ qemu-system-aarch64 -no-reboot -nographic -serial mon:stdio \
+ -machine xlnx-zcu102 -m 4096 -kernel example.exe