tcl/board: add Marsohod2 FPGA board config
Marsohod2 is a very cheap FPGA Development and Education board. Please see http://www.marsohod.org/prodmarsohod2 for details. Sample usage: openocd -f board/marsohod2.cfg -c init -c "svf -tap ep3c10.tap project.svf" -c shutdown Change-Id: Ibf39a5d463eeda9d4031fa626f01ea2599396ff2 Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Reviewed-on: http://openocd.zylin.com/2890 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com> Reviewed-by: Paul Fertser <fercerpav@gmail.com>__archive__
parent
6a3423748b
commit
352e6c9d4b
|
@ -0,0 +1,13 @@
|
||||||
|
#
|
||||||
|
# Marsohod2 FPGA Development and Education board
|
||||||
|
#
|
||||||
|
# http://www.marsohod.org/prodmarsohod2
|
||||||
|
#
|
||||||
|
|
||||||
|
# Built-in MBFTDI programmer
|
||||||
|
source [find interface/ftdi/mbftdi.cfg]
|
||||||
|
adapter_khz 2000
|
||||||
|
transport select jtag
|
||||||
|
|
||||||
|
# Cyclone III EP3C10E144 FPGA
|
||||||
|
source [find fpga/altera-ep3c10.cfg]
|
Loading…
Reference in New Issue