This is an automated email from Gerrit. Antony Pavlov ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4155
-- gerrit commit 694043e18f14151d93a3d64109c02b74b3ea0053 Author: Antony Pavlov <[email protected]> Date: Tue Jun 6 10:21:46 2017 +0300 tcl/board: add Altera DE1 Development and Education board config Change-Id: I1e256dd1993f1819e28a6672784111ee24913671 Signed-off-by: Antony Pavlov <[email protected]> diff --git a/tcl/board/de1.cfg b/tcl/board/de1.cfg new file mode 100644 index 0000000..bab0a22 --- /dev/null +++ b/tcl/board/de1.cfg @@ -0,0 +1,20 @@ +# +# Altera DE1 Development and Education board +# +# https://www.terasic.com.tw/cgi-bin/page/archive.pl?No=83 +# + +# Built-in Altera USB Blaster programmer +source [find interface/altera-usb-blaster.cfg] + +# Cyclone II EP2C20F484C7N FPGA +source [find fpga/altera-ep2c20.cfg] + +# +# Usage: +# +# openocd -f board/de1.cfg \ +# -c "init" \ +# -c "svf -tap ep2c20.tap <svf file>" \ +# -c "shutdown" +# -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
