[PATCH rtems-docs v1 2/2] user/bsps/aarch64: Minor formatting fix

Joel Sherrill joel at rtems.org
Wed Jul 14 16:21:51 UTC 2021


This looks ok to me.

--joel

On Wed, Jul 14, 2021 at 10:35 AM Stephen Clark
<stephen.clark at oarcorp.com> wrote:
>
> Fixed formatting error in user/bsps/aarch64/a53.rst
> and user/bsps/aarch64/xilinx-zynqmp.rst.
> ---
>  user/bsps/aarch64/a53.rst           | 8 +++++---
>  user/bsps/aarch64/xilinx-zynqmp.rst | 8 +++++---
>  2 files changed, 10 insertions(+), 6 deletions(-)
>
> diff --git a/user/bsps/aarch64/a53.rst b/user/bsps/aarch64/a53.rst
> index 52e1509..9d8e1ce 100644
> --- a/user/bsps/aarch64/a53.rst
> +++ b/user/bsps/aarch64/a53.rst
> @@ -29,7 +29,9 @@ The console driver supports the default Qemu emulated ARM PL011 PrimeCell UART.
>  Running Executables
>  -------------------
>
> -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 virt,gic-version=3 -cpu cortex-a53 -m 4096 -kernel example.exe
> +.. code-block:: shell
> +
> +  qemu-system-aarch64 -no-reboot -nographic -serial mon:stdio \
> +   -machine virt,gic-version=3 -cpu cortex-a53 -m 4096 -kernel example.exe
> diff --git a/user/bsps/aarch64/xilinx-zynqmp.rst b/user/bsps/aarch64/xilinx-zynqmp.rst
> index 30ae8a3..85c70e0 100644
> --- a/user/bsps/aarch64/xilinx-zynqmp.rst
> +++ b/user/bsps/aarch64/xilinx-zynqmp.rst
> @@ -85,7 +85,9 @@ Most ZynqMP dev boards use CGEM3. None of the interfaces are enabled by default.
>  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
> --
> 2.27.0
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list