mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-15 07:07:19 +08:00
user/bsps/aarch64: Minor formatting fix
Fixed formatting error in user/bsps/aarch64/a53.rst and user/bsps/aarch64/xilinx-zynqmp.rst.
This commit is contained in:
parent
4ea93d0486
commit
821b624ece
@ -29,7 +29,9 @@ The console driver supports the default Qemu emulated ARM PL011 PrimeCell UART.
|
|||||||
Running Executables
|
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:
|
||||||
|
|
||||||
|
.. code-block:: shell
|
||||||
|
|
||||||
qemu-system-aarch64 -no-reboot -nographic -serial mon:stdio \
|
qemu-system-aarch64 -no-reboot -nographic -serial mon:stdio \
|
||||||
-machine virt,gic-version=3 -cpu cortex-a53 -m 4096 -kernel example.exe
|
-machine virt,gic-version=3 -cpu cortex-a53 -m 4096 -kernel example.exe
|
||||||
|
@ -80,7 +80,9 @@ recognized and usable in RTEMS. Most ZynqMP dev boards use CGEM3.
|
|||||||
Running Executables on QEMU
|
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:
|
||||||
|
|
||||||
|
.. code-block:: shell
|
||||||
|
|
||||||
qemu-system-aarch64 -no-reboot -nographic -serial mon:stdio \
|
qemu-system-aarch64 -no-reboot -nographic -serial mon:stdio \
|
||||||
-machine xlnx-zcu102 -m 4096 -kernel example.exe
|
-machine xlnx-zcu102 -m 4096 -kernel example.exe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user