This is an automated email from Gerrit. Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2036
-- gerrit commit 978ffb9ac4f9f00ccd427d22778c6efa3e498220 Author: Paul Fertser <[email protected]> Date: Sun Mar 9 09:54:08 2014 +0400 tcl/board: add config for DP Bus Blaster reconfiguration Reported and tested by Gracana on IRC. Change-Id: If0524d2d627d566e8b5e1d00784dd7556f44b125 Signed-off-by: Paul Fertser <[email protected]> diff --git a/tcl/board/dp_busblaster_v3.cfg b/tcl/board/dp_busblaster_v3.cfg new file mode 100644 index 0000000..a72637d --- /dev/null +++ b/tcl/board/dp_busblaster_v3.cfg @@ -0,0 +1,13 @@ +# +# Dangerous Prototypes - Bus Blaster +# +# http://dangerousprototypes.com/docs/Bus_Blaster +# +# To reprogram the on-board CPLD do: +# openocd -f board/dp_busblaster.cfg -c "init; svf <path_to_svf>; shutdown" +# + +source [find interface/ftdi/dp_busblaster.cfg] +ftdi_channel 1 + +jtag newtap xc2c32a tap -expected-id 0x06e1c093 -irlen 8 -- ------------------------------------------------------------------------------ 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
