From 821b624ece005d8c26d128663fb4186e66896631 Mon Sep 17 00:00:00 2001 From: Stephen Clark Date: Tue, 13 Jul 2021 15:38:42 -0500 Subject: user/bsps/aarch64: Minor formatting fix Fixed formatting error in user/bsps/aarch64/a53.rst and user/bsps/aarch64/xilinx-zynqmp.rst. --- user/bsps/aarch64/xilinx-zynqmp.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'user/bsps/aarch64/xilinx-zynqmp.rst') 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 -- cgit v1.2.3