-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
colorlight-5a-75b/gpio: add openocd-ft4232h.cfg
- Loading branch information
Tom Keddie
committed
Mar 5, 2020
1 parent
ca66950
commit 75ffe74
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|