summaryrefslogtreecommitdiffstats
path: root/user/bsps/aarch64
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2021-01-14 09:18:00 -0600
committerJoel Sherrill <joel@rtems.org>2021-01-14 13:25:09 -0600
commitc3b4e18ab6a0df5b79a8d5506fbc7cfb8c65909f (patch)
tree9ccb5aa5e7d9fc6acd172fdb2a208733e09c7161 /user/bsps/aarch64
parentuser: Mention use of LLVM (diff)
downloadrtems-docs-c3b4e18ab6a0df5b79a8d5506fbc7cfb8c65909f.tar.bz2
user: Update aarch64/xilinx-zynqmp Qemu command
The Xilinx ZynqMP BSP has been updated to use the second UART in the memory map as the primary UART since this is how both the hardware and Qemu use them.
Diffstat (limited to 'user/bsps/aarch64')
-rw-r--r--user/bsps/aarch64/xilinx-zynqmp.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/bsps/aarch64/xilinx-zynqmp.rst b/user/bsps/aarch64/xilinx-zynqmp.rst
index fd225b5..7c8ecdf 100644
--- a/user/bsps/aarch64/xilinx-zynqmp.rst
+++ b/user/bsps/aarch64/xilinx-zynqmp.rst
@@ -31,5 +31,5 @@ Running Executables
Executables generated by these BSPs can be run using the following command::
-qemu-system-aarch64 -no-reboot -nographic -serial null -serial mon:stdio \
+qemu-system-aarch64 -no-reboot -nographic -serial mon:stdio \
-machine xlnx-zcu102 -m 4096 -kernel example.exe