mirror of
https://git.rtems.org/rtems-tools/
synced 2025-06-01 23:04:18 +08:00
tester: Swap Xilinx ZynqMP BSPs to secondary UART
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.
This commit is contained in:
parent
90342feb4d
commit
4da011424c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user