diff --git a/tools/ci/testrun/utils/common.py b/tools/ci/testrun/utils/common.py index 17fd7855f32..c1f5db7a0f5 100644 --- a/tools/ci/testrun/utils/common.py +++ b/tools/ci/testrun/utils/common.py @@ -214,7 +214,7 @@ class start: "bash", [ "-c", - "qemu-system-arm -M sabrelite -smp 1 -bios none -kernel ./nuttx -nographic | tee %s" + "qemu-system-arm -semihosting -M sabrelite -m 1024 -smp 4 -kernel ./nuttx -nographic | tee %s" % self.log, ], )