From 8c16914c00e2f40b4e4addfb0d354f375b56d2de Mon Sep 17 00:00:00 2001 From: Etienne Carriere Date: Mon, 30 Oct 2023 10:30:02 +0100 Subject: [PATCH] board/qemu/arm-vexpress-tz: fix info regarding Qemu enable=on Since Qemu 6.0.0, a warning appear in the log if a short-form boolean option is used. This was fixed by Romain for the main cmdline description (see 04afe86cd7e8 ("board/qemu/arm-vexpress-tz: use enable=on")) but was not updated in the alternate cmdlines for when using a dual console or a GDB debug setup. By the way, fix description mentioning qemu-system-arm command line option -S that is an uppercase S, not a lower case s. Signed-off-by: Etienne Carriere Signed-off-by: Thomas Petazzoni --- board/qemu/arm-vexpress-tz/readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/board/qemu/arm-vexpress-tz/readme.txt b/board/qemu/arm-vexpress-tz/readme.txt index 3036dd54ca..3e84fe6391 100644 --- a/board/qemu/arm-vexpress-tz/readme.txt +++ b/board/qemu/arm-vexpress-tz/readme.txt @@ -62,7 +62,7 @@ consoles over telnet connections: -serial telnet:127.0.0.1:1235,server \ -serial telnet:127.0.0.1:1236,server \ -netdev user,id=vmnic -device virtio-net-device,netdev=vmnic \ - -semihosting-config enable,target=native \ + -semihosting-config enable=on,target=native \ -bios flash.bin QEMU is now waiting for the telnet connection. From another shell, open a @@ -91,7 +91,7 @@ From a first shell: -smp 1 -s -m 1024 -d unimp \ -serial stdio \ -netdev user,id=vmnic -device virtio-net-device,netdev=vmnic \ - -semihosting-config enable,target=native \ + -semihosting-config enable=on,target=native \ -bios flash.bin \ -S @@ -123,7 +123,7 @@ Emulation has started, TF-A has loaded OP-TEE and U-boot images in memory and has booted OP-TEE. Emulation stopped at OP-TEE core entry. Note: QEMU hosts a GDB service listening to TCP port 1234, as set through -qemu-system-arm command line option -s. +qemu-system-arm command line option -S. Note: To build the GDB server, the following extra options have to be added to the Buildroot configuration: