From df8bdaaf799e782ea3f49e0fc0734eb5393fe255 Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Wed, 14 Jan 2015 12:17:37 +0100 Subject: [PATCH] run: increase JTAG load timeout (Ref #1366) --- tool/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/run b/tool/run index ab97b4198..67fa35bf5 100755 --- a/tool/run +++ b/tool/run @@ -858,7 +858,7 @@ proc jtag_load { } { eval spawn openocd -f $debugger -f $board -c init -c halt -c \"load_image $elf_img\" -c \"resume $entrypoint\" set jtag_spawn_id $spawn_id - set timeout 210 + set timeout 360 expect { "downloaded" { } eof { puts stderr "openocd command process died unexpectedly" }