2022-06-12 16:48:05 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2014-03-08 23:54:08 -06:00
|
|
|
#
|
|
|
|
# Dangerous Prototypes - Bus Blaster
|
|
|
|
#
|
|
|
|
# http://dangerousprototypes.com/docs/Bus_Blaster
|
|
|
|
#
|
|
|
|
# To reprogram the on-board CPLD do:
|
2019-08-23 08:51:00 -05:00
|
|
|
# openocd -f board/dp_busblaster_v3.cfg -c "adapter speed 1000; init; svf <path_to_svf>; shutdown"
|
2014-03-08 23:54:08 -06:00
|
|
|
#
|
|
|
|
|
|
|
|
source [find interface/ftdi/dp_busblaster.cfg]
|
2021-06-23 13:54:49 -05:00
|
|
|
ftdi channel 1
|
2014-03-08 23:54:08 -06:00
|
|
|
|
|
|
|
jtag newtap xc2c32a tap -expected-id 0x06e1c093 -irlen 8
|