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.
This commit is contained in:
Kinsey Moore 2021-01-14 09:18:00 -06:00 committed by Joel Sherrill
parent 58bf83ea4b
commit c3b4e18ab6

View File

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