summaryrefslogtreecommitdiff
path: root/util/flash_jlink.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/flash_jlink.py')
-rwxr-xr-xutil/flash_jlink.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/flash_jlink.py b/util/flash_jlink.py
index 9f4a55e544..3bfa26bd9c 100755
--- a/util/flash_jlink.py
+++ b/util/flash_jlink.py
@@ -160,6 +160,8 @@ def flash(jlink_exe, remote, device, interface, cmd_file):
"auto",
"-autoconnect",
"1",
+ "-NoGui",
+ "1",
"-CommandFile",
cmd_file,
]