From bc4d3fda38cd7b14214aac2a9bb3e8a0f0fac71b Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Wed, 4 May 2022 22:09:26 -0500 Subject: *-generic.conf: Update qemu config to remove duplicate options runqemu now appears to set -serial mon:stdio by default. This can conflict with the built in parameters. Reported by: Jeremy Puhlman It may look unusual, but the remaining -serial null are still required for booting. Signed-off-by: Mark Hatle (cherry picked from commit 72754d63ce7552d9b67f907ec82bb540e060435b) Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/machine/versal-generic.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-core/conf/machine/versal-generic.conf') diff --git a/meta-xilinx-core/conf/machine/versal-generic.conf b/meta-xilinx-core/conf/machine/versal-generic.conf index 8d17c3af..53b20cb8 100644 --- a/meta-xilinx-core/conf/machine/versal-generic.conf +++ b/meta-xilinx-core/conf/machine/versal-generic.conf @@ -72,7 +72,7 @@ QEMU_HW_DTB_PMC_vp1202-versal = "${QEMU_HW_DTB_PATH}/board-versal-vp1202-pmc-vir QB_OPT_APPEND:append:qemuboot-xilinx = " \ -hw-dtb ${QEMU_HW_DTB_PS} \ - -serial null -serial null -serial mon:stdio -serial null -display none \ + -serial null -serial null \ ${@qemu_add_extra_args(d)} \ " -- cgit v1.2.3-54-g00ecf