mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 17:03:29 +00:00
tools: ci: Fix testrun/utins/common.py for sabrelite (QEMU)
Summary: - I noticed that nuttx crashes if DEBUG_ASSERTIONS=y - This commit fixes this issue by changing QEMU options Impact: - None Testing: - Tested with QEMU Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
25a6448a1a
commit
79704620f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue