[PATCH] user: Update aarch64/xilinx-zynqmp Qemu command

Kinsey Moore kinsey.moore at oarcorp.com
Thu Jan 14 15:23:45 UTC 2021


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
-- 
2.20.1



More information about the devel mailing list