Skip to content

Commit

Permalink
colorlight-5a-75b/gpio: add openocd-ft4232h.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Keddie committed Mar 5, 2020
1 parent ca66950 commit 75ffe74
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions colorlight-5a-75b/gpio/openocd-ft4232h.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#
# Configuration information for the FTDI FT4232 programmer
#

adapter driver ftdi
adapter speed 4000
ftdi_device_desc "FT4232H MiniModule"
ftdi_vid_pid 0x0403 0x6011
ftdi_channel 1
ftdi_layout_init 0x00a8 0x00eb
ftdi_layout_signal nSRST -noe 0x0020
ftdi_layout_signal SWD_EN -ndata 0x0080
ftdi_layout_signal SWDIO_OE -data 0x0008
transport select jtag
reset_config none
telnet_port 4444

jtag newtap lfe5u25 tap -irlen 8 -irmask 0xFF -ircapture 0x5 -expected-id 0x41111043

init
scan_chain
svf -tap lfe5u25.tap -quiet -progress soc_basesoc_colorlight_5a_75b/gateware/top.svf
shutdown


0 comments on commit 75ffe74

Please sign in to comment.