|
From: <ge...@op...> - 2015-10-23 07:41:49
|
This is an automated email from Gerrit. Paul Fertser (fer...@gm...) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3040 -- gerrit commit 9c3420cd6abf79ebec7ad6591c99d3957dc2ed01 Author: fenugrec <fen...@us...> Date: Thu Oct 22 16:13:52 2015 -0400 docs: added note for increasing gdb remotetimeout when using the "gdb_port pipe" command. Change-Id: I9c9514a193fd65454890571a17373b9c64d84757 Signed-off-by: fenugrec <fen...@us...> Signed-off-by: Paul Fertser <fer...@gm...> diff --git a/doc/openocd.texi b/doc/openocd.texi index 21141ca..b399de5 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] -- |