Qemu's machine definition uses the second UART in the memory map as the primary UART. This follows from the hardware itself where the second UART in the memory map is UART 0. This switches the tester to using the correct UART. --- tester/rtems/testing/bsps/xilinx_zynqmp_ilp32.ini | 2 +- tester/rtems/testing/bsps/xilinx_zynqmp_lp64.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32.ini b/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32.ini index 5ff0e86..35869ed 100644 --- a/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32.ini +++ b/tester/rtems/testing/bsps/xilinx_zynqmp_ilp32.ini @@ -35,4 +35,4 @@ bsp = xilinx_zynqmp_ilp32 arch = aarch64 tester = %{_rtscripts}/qemu.cfg -bsp_qemu_opts = %{qemu_opts_base} -serial null -serial mon:stdio -machine xlnx-zcu102 -m 4096 +bsp_qemu_opts = %{qemu_opts_base} -serial mon:stdio -machine xlnx-zcu102 -m 4096 diff --git a/tester/rtems/testing/bsps/xilinx_zynqmp_lp64.ini b/tester/rtems/testing/bsps/xilinx_zynqmp_lp64.ini index 8db82b6..cd2d268 100644 --- a/tester/rtems/testing/bsps/xilinx_zynqmp_lp64.ini +++ b/tester/rtems/testing/bsps/xilinx_zynqmp_lp64.ini @@ -35,4 +35,4 @@ bsp = xilinx_zynqmp_lp64 arch = aarch64 tester = %{_rtscripts}/qemu.cfg -bsp_qemu_opts = %{qemu_opts_base} -serial null -serial mon:stdio -machine xlnx-zcu102 -m 4096 +bsp_qemu_opts = %{qemu_opts_base} -serial mon:stdio -machine xlnx-zcu102 -m 4096 -- 2.20.1 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel