This is an automated email from Gerrit. Tom Rini ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2017
-- gerrit commit 2ca914a6827b3edc59b1518a895d77c6890aebad Author: Tom Rini <[email protected]> Date: Mon Mar 3 15:17:55 2014 -0500 cfg: Switch ti_beaglebone to new ftdi interface Tested on Beagelbone White. Change-Id: I544d7c1ba21a6bd594c0a1c4a9611639fa3c320d Signed-off-by: Tom Rini <[email protected]> diff --git a/tcl/board/ti_beaglebone.cfg b/tcl/board/ti_beaglebone.cfg index 52989b3..5d31d1d 100644 --- a/tcl/board/ti_beaglebone.cfg +++ b/tcl/board/ti_beaglebone.cfg @@ -2,10 +2,7 @@ # http://beagleboard.org/bone # The JTAG interface is built directly on the board. -interface ft2232 -#ft2232_device_desc "BeagleBone A" -ft2232_layout xds100v2 -ft2232_vid_pid 0x0403 0xa6d0 0x0403 0x6010 +source [find interface/ftdi/xds100v2.cfg] adapter_khz 16000 -- ------------------------------------------------------------------------------ Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce. With Perforce, you get hassle-free workflows. Merge that actually works. Faster operations. Version large binaries. Built-in WAN optimization and the freedom to use Git, Perforce or both. Make the move to Perforce. http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
