diff options
author | fenugrec <fenugrec@users.sourceforge.net> | 2015-10-22 16:13:52 -0400 |
---|---|---|
committer | Freddie Chopin <freddie.chopin@gmail.com> | 2015-10-30 13:12:54 +0000 |
commit | 4124e5deb4d95be490a6127ae15f28b1403a969e (patch) | |
tree | 16cee89ba00d8cad4aaa0737b27f746bf957f640 /doc | |
parent | 3084de185c8e3ed294ad18f210862bd40876af1d (diff) | |
download | riscv-openocd-4124e5deb4d95be490a6127ae15f28b1403a969e.zip riscv-openocd-4124e5deb4d95be490a6127ae15f28b1403a969e.tar.gz riscv-openocd-4124e5deb4d95be490a6127ae15f28b1403a969e.tar.bz2 |
docs: added note for increasing gdb remotetimeout when using the "gdb_port pipe" command.
Change-Id: I9c9514a193fd65454890571a17373b9c64d84757
Signed-off-by: fenugrec <fenugrec@users.sourceforge.net>
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/3040
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 63bbf21..0608a28 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2126,6 +2126,11 @@ The GDB port for the first target will be the base port, the second target will listen on gdb_port + 1, and so on. When not specified during the configuration stage, the port @var{number} defaults to 3333. + +Note: when using "gdb_port pipe", increasing the default remote timeout in +gdb (with 'set remotetimeout') is recommended. An insufficient timeout may +cause initialization to fail with "Unknown remote qXfer reply: OK". + @end deffn @deffn {Command} tcl_port [number] |