This is an automated email from Gerrit. Oleksij Rempel (li...@rempel-privat.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4633
-- gerrit commit e2950c560284015b3ce28a3528809d8e829dc108 Author: Oleksij Rempel <o.rem...@pengutronix.de> Date: Sat Aug 4 08:32:22 2018 +0200 document usb location related commands Change-Id: I68241847490ecdb09f343c623cdbacde8ff1af5c Signed-off-by: Oleksij Rempel <o.rem...@pengutronix.de> diff --git a/doc/openocd.texi b/doc/openocd.texi index 3ae11df..b982210 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -2486,7 +2486,7 @@ If not specified, serial numbers are not considered. and are not restricted to containing only decimal digits.) @end deffn -@deffn {Config Command} {ftdi_location} <bus>:<port>[,<port>]... +@deffn {Config Command} {ftdi_location} <bus>-<port>[.<port>]... Specifies the physical USB port of the adapter to use. The path roots at @var{bus} and walks down the physical ports, with each @var{port} option specifying a deeper level in the bus topology, the last @@ -2678,6 +2678,16 @@ reset_config srst_only @end example @end deffn +@deffn {Command} {usb_blaster_location} <bus>-<port>[.<port>]... +Specifies the physical USB port of the adapter to use. The path +roots at @var{bus} and walks down the physical ports, with each +@var{port} option specifying a deeper level in the bus topology, the last +@var{port} denoting where the target adapter is actually plugged. +The USB bus topology can be queried with the command @emph{lsusb -t}. + +As a configuration command, it can be used only before 'init'. +@end deffn + @deffn {Command} {usb_blaster_lowlevel_driver} (@option{ftdi}|@option{ublast2}) Chooses the low level access method for the adapter. If not specified, @option{ftdi} is selected unless it wasn't enabled during the @@ -2784,6 +2794,15 @@ instead. As a configuration command, it can be used only before 'init'. @end deffn +@deffn {Config} {jlink usb_location} <bus>-<port>[.<port>]... +Specifies the physical USB port of the adapter to use. The path +roots at @var{bus} and walks down the physical ports, with each +@var{port} option specifying a deeper level in the bus topology, the last +@var{port} denoting where the target adapter is actually plugged. +The USB bus topology can be queried with the command @emph{lsusb -t}. + +As a configuration command, it can be used only before 'init'. +@end deffn @deffn {Config} {jlink serial} <serial number> Set the serial number of the interface, in case more than one adapter is connected to the host. If not specified, serial numbers are not considered. -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel