projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13aa52d
)
openocd: Add Artix DC-SCM cable type
author
Joel Stanley
<joel@jms.id.au>
Tue, 16 Aug 2022 05:14:44 +0000
(15:14 +1000)
committer
Joel Stanley
<joel@jms.id.au>
Wed, 31 Aug 2022 09:21:15 +0000
(18:51 +0930)
The Antmicro Artix DC-SCM uses the following FTDI part:
0403:6011 Future Technology Devices International, Ltd FT4232H Quad HS USB-UART/FIFO IC
To use:
$ openocd/flash-arty -c antmicro-artix-dc-scm -f a100 -t bin -a 0x300000 ~/u-boot
Signed-off-by: Joel Stanley <joel@jms.id.au>
openocd/antmicro-artix-dc-scm.cfg
[new file with mode: 0644]
patch
|
blob
diff --git a/openocd/antmicro-artix-dc-scm.cfg
b/openocd/antmicro-artix-dc-scm.cfg
new file mode 100644
(file)
index 0000000..
885e5c2
--- /dev/null
+++ b/
openocd/antmicro-artix-dc-scm.cfg
@@ -0,0
+1,6
@@
+interface ftdi
+ftdi_vid_pid 0x0403 0x6011
+ftdi_channel 0
+ftdi_layout_init 0x00e8 0x60eb
+reset_config none
+adapter_khz 25000