Skip to content

Commit ac52583

Browse files
committed
Lower speeds and add timeout in order to not drop connection
1 parent 49fb198 commit ac52583

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

entrypoint.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ cd /runner && \
2323
-f /tools/openocd-helpers.tcl \
2424
-f interface/cmsis-dap.cfg \
2525
-f target/rp2040.cfg \
26-
-c "adapter speed 5000"
26+
-c "adapter speed 1000" \
27+
-c "gdb_remotetimeout 5000" \
28+
-c "reset init" \
29+
-c "halt"
2730

2831

0 commit comments

Comments
 (0)