]> git.sur5r.net Git - openocd/commitdiff
tcl/board: add Marsohod3 FPGA board config
authorAntony Pavlov <antonynpavlov@gmail.com>
Sun, 27 Sep 2015 23:04:46 +0000 (02:04 +0300)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sun, 14 Aug 2016 01:05:28 +0000 (02:05 +0100)
Marsohod3 is a cheap FPGA Development and Education board.
Please see http://www.marsohod.org/plata-marsokhod3 for details.

Sample usage:

  openocd -f board/marsohod3.cfg -c init -c "svf -tap 10m50.tap project.svf" -c shutdown

Change-Id: Ie5f43e696bbd1f3be2710c3916e808359f6e8d18
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Reviewed-on: http://openocd.zylin.com/3606
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
tcl/board/marsohod3.cfg [new file with mode: 0644]

diff --git a/tcl/board/marsohod3.cfg b/tcl/board/marsohod3.cfg
new file mode 100644 (file)
index 0000000..bb3c74f
--- /dev/null
@@ -0,0 +1,13 @@
+#
+# Marsohod3 FPGA Development and Education board
+#
+# http://www.marsohod.org/plata-marsokhod3
+#
+
+# Built-in MBFTDI programmer
+source [find interface/ftdi/mbftdi.cfg]
+adapter_khz 2000
+transport select jtag
+
+# MAX10 10M50SAE144C8GES FPGA
+source [find fpga/altera-10m50.cfg]