2020-03-31 03:05:47 -05:00
|
|
|
# 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:
|
2021-05-21 11:01:59 -05:00
|
|
|
# openocd -f board/dp_busblaster_v4.cfg -c "adapter speed 1000; init; svf <path_to_svf>; shutdown"
|
2020-03-31 03:05:47 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
source [find interface/ftdi/dp_busblaster.cfg]
|
2021-06-23 13:54:49 -05:00
|
|
|
ftdi channel 1
|
2020-03-31 03:05:47 -05:00
|
|
|
|
|
|
|
jtag newtap xc2c64a tap -expected-id 0x06e5c093 -irlen 8
|