aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorJohn Pham <jhnphm@gmail.com>2015-02-02 21:22:38 -0500
committerAntonio Borneo <borneo.antonio@gmail.com>2020-10-24 23:24:45 +0100
commitebb88156ce1a848aa34610872c6a3c0845a811fc (patch)
tree86cba0c0283986a0b702aa2b45fe0cdc63503931 /tcl
parente8f483139d15d824cfae48d950ec761184d89510 (diff)
downloadriscv-openocd-ebb88156ce1a848aa34610872c6a3c0845a811fc.zip
riscv-openocd-ebb88156ce1a848aa34610872c6a3c0845a811fc.tar.gz
riscv-openocd-ebb88156ce1a848aa34610872c6a3c0845a811fc.tar.bz2
Added comment to ti-icdi.cfg
Added comment to ti-icdi.cfg specifying how to get serial and an example of specifying hla_serial for ti-icdi devices. This has been implemented in revision 2121a8f92969804611412b705af8114697a647dc Change-Id: I648458a4dea176beae6a3f1a4e5641d0206077eb Signed-off-by: John Pham <jhnphm@gmail.com> Reviewed-on: http://openocd.zylin.com/2528 Tested-by: jenkins Reviewed-by: Matthew Trescott <matthewtrescott@gmail.com> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/interface/ti-icdi.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcl/interface/ti-icdi.cfg b/tcl/interface/ti-icdi.cfg
index 9b46b43..9decae9 100644
--- a/tcl/interface/ti-icdi.cfg
+++ b/tcl/interface/ti-icdi.cfg
@@ -11,3 +11,8 @@ adapter driver hla
hla_layout ti-icdi
hla_vid_pid 0x1cbe 0x00fd
+# Optionally specify the serial number of TI-ICDI devices, for when using
+# multiple devices. Serial numbers can be obtained using lsusb -v
+# Ex.
+#hla_serial "0F003065"
+