mirror of
https://git.code.sf.net/p/openocd/code
synced 2024-11-25 05:16:24 +00:00
7c38f24529
The patch was created automatically using the following script: %<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<--- (cat << EOF ftdi_device_desc ftdi device_desc ftdi_serial ftdi serial ftdi_channel ftdi channel ftdi_layout_init ftdi layout_init ftdi_layout_signal ftdi layout_signal ftdi_set_signal ftdi set_signal ftdi_get_signal ftdi get_signal ftdi_vid_pid ftdi vid_pid ftdi_tdo_sample_edge ftdi tdo_sample_edge EOF ) | while read a b; do sed -i "s/$a/$b/g" $(find tcl -type f -name "*.cfg" ) done %<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<---%<--- Change-Id: Iff781f37bb5511b7e15cbe6dcdf6d28e89fb174f Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: http://openocd.zylin.com/6333 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
20 lines
688 B
INI
20 lines
688 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
#
|
|
# Dangerous Prototypes - Bus Blaster
|
|
#
|
|
# http://dangerousprototypes.com/docs/Bus_Blaster
|
|
#
|
|
# The Bus Blaster has a configurable buffer between the FTDI FT2232H
|
|
# and the JTAG header which allows it to emulate various debugger
|
|
# types. This config works with KT-Link compatible implementation from
|
|
# https://raw.githubusercontent.com/dergraaf/busblaster_v4/master/ktlink/ktlink.svf
|
|
#
|
|
# To reprogram the on-board CPLD do:
|
|
# openocd -f board/dp_busblaster_v4.cfg -c "adapter speed 1000; init; svf <path_to_svf>; shutdown"
|
|
#
|
|
|
|
source [find interface/ftdi/dp_busblaster.cfg]
|
|
ftdi channel 1
|
|
|
|
jtag newtap xc2c64a tap -expected-id 0x06e5c093 -irlen 8
|