mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +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\"
|
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 jtag_spawn_id $spawn_id
|
||||||
set timeout 210
|
set timeout 360
|
||||||
expect {
|
expect {
|
||||||
"downloaded" { }
|
"downloaded" { }
|
||||||
eof { puts stderr "openocd command process died unexpectedly" }
|
eof { puts stderr "openocd command process died unexpectedly" }
|
||||||
|
Loading…
Reference in New Issue
Block a user