mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
run: increase JTAG load timeout (Ref #1366)
This commit is contained in:
parent
f99ca9e372
commit
df8bdaaf79
2
tool/run
2
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" }
|
||||
|
Loading…
Reference in New Issue
Block a user