From c3b4e18ab6a0df5b79a8d5506fbc7cfb8c65909f Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Thu, 14 Jan 2021 09:18:00 -0600 Subject: 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(-) (limited to 'user/bsps') 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 -- cgit v1.2.3