Skip to content

Commit f6c7386

Browse files
committed
fbt flash: workaround for the reliable flash
1 parent 61b3027 commit f6c7386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/fwinterface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def connection_args(self) -> list[str]:
163163
"telnet_port disabled",
164164
"tcl_port disabled",
165165
"init",
166+
"reset halt",
166167
)
167168
]
168169
return list(OpenOCDCommandLineParameter.to_args(connect_args))

0 commit comments

Comments
 (0)