tcl/board: add config for DP Bus Blaster reconfiguration
Reported and tested by Gracana on IRC. Change-Id: If0524d2d627d566e8b5e1d00784dd7556f44b125 Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2036 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>__archive__
parent
d99efc9076
commit
ae806d8f4e
|
@ -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_v3.cfg -c "adapter_khz 1000; 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
|
Loading…
Reference in New Issue