tcl/board: add Marsohod3 FPGA board config
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>
This commit is contained in:
parent
f1864801a8
commit
68622efb3f
|
@ -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]
|
Loading…
Reference in New Issue