[rtems-docs commit] user: Update aarch64/xilinx-zynqmp Qemu command

Joel Sherrill joel at rtems.org
Thu Jan 14 19:25:17 UTC 2021


Module:    rtems-docs
Branch:    master
Commit:    c3b4e18ab6a0df5b79a8d5506fbc7cfb8c65909f
Changeset: http://git.rtems.org/rtems-docs/commit/?id=c3b4e18ab6a0df5b79a8d5506fbc7cfb8c65909f

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Thu Jan 14 09:18:00 2021 -0600

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.

---

 user/bsps/aarch64/xilinx-zynqmp.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the vc mailing list