aboutsummaryrefslogtreecommitdiff
path: root/tcl
diff options
context:
space:
mode:
authorBill Traynor <wmat@alphatroop.com>2012-05-07 14:38:16 -0400
committerPeter Stuge <peter@stuge.se>2012-05-07 19:58:15 +0000
commit388d041e0fc234d76a3d27037a94603df1cebfe6 (patch)
tree9171592ca129e141e2377251eb0cc793cde067f8 /tcl
parent908ee4dc9641bd3df2eb00264575501867da539d (diff)
downloadriscv-openocd-388d041e0fc234d76a3d27037a94603df1cebfe6.zip
riscv-openocd-388d041e0fc234d76a3d27037a94603df1cebfe6.tar.gz
riscv-openocd-388d041e0fc234d76a3d27037a94603df1cebfe6.tar.bz2
cfg: add default pid/vid pair to beaglebone board cfg.
The newer versions of BeagleBone boards use the default vid/pid pair for FT2232 debugging. Please see the following README: http://beagleboard.org/static/beaglebone/latest/README.htm On revision A3/A4 boards, the VID/PID were chosen to match the TI XDS100v2 (0x0403/0xA6D0). On A5 and newer revisions when we've given the authors of CCS the chance to update their software, the generic FTDI VID/PID (0x0403/0x6010) will be used to simplify installation of drivers for systems already having those drivers. Change-Id: I44228eb2029162f23d084eb05bcfef39e615668d Signed-off-by: Bill Traynor <wmat@alphatroop.com> Reviewed-on: http://openocd.zylin.com/619 Tested-by: jenkins Reviewed-by: Peter Stuge <peter@stuge.se>
Diffstat (limited to 'tcl')
-rw-r--r--tcl/board/ti_beaglebone.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/board/ti_beaglebone.cfg b/tcl/board/ti_beaglebone.cfg
index be4da20..52989b3 100644
--- a/tcl/board/ti_beaglebone.cfg
+++ b/tcl/board/ti_beaglebone.cfg
@@ -5,7 +5,7 @@
interface ft2232
#ft2232_device_desc "BeagleBone A"
ft2232_layout xds100v2
-ft2232_vid_pid 0x0403 0xa6d0
+ft2232_vid_pid 0x0403 0xa6d0 0x0403 0x6010
adapter_khz 16000