aboutsummaryrefslogtreecommitdiff
path: root/tcl/board
diff options
context:
space:
mode:
authorRobert Jordens <jordens@gmail.com>2015-07-01 23:29:34 -0600
committerSpencer Oliver <spen@spen-soft.co.uk>2015-08-06 13:14:13 +0100
commit804eefc25954465a35e63abc272862169dbf4b9b (patch)
tree01df6fee5ebf4e82ba2fdc2840d6baf33a406fbe /tcl/board
parentd25355473da9a925a696183a9947aac292cd2f60 (diff)
pipistrello: ftdi-jtag/spartan6/jtagspi board
The Pipistrello is a low cost FPGA board with a Xilinx Spartan6 LX45, a SPI flash and onboard FTDI JTAG. This board is a good example use case for the jtagspi flash driver talking through a proxy bitstream. Change-Id: I04a80610ff825c36ebcb67b879507028eed141ad Signed-off-by: Robert Jordens <jordens@gmail.com> Reviewed-on: http://openocd.zylin.com/2846 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
Diffstat (limited to 'tcl/board')
-rw-r--r--tcl/board/pipistrello.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/tcl/board/pipistrello.cfg b/tcl/board/pipistrello.cfg
new file mode 100644
index 00000000..87193b4a
--- /dev/null
+++ b/tcl/board/pipistrello.cfg
@@ -0,0 +1,14 @@
+# http://pipistrello.saanlima.com/
+
+source [find interface/ftdi/pipistrello.cfg]
+source [find cpld/xilinx-xc6s.cfg]
+source [find cpld/jtagspi.cfg]
+
+# example command to write bitstream, soft-cpu bios and runtime:
+# openocd -f board/pipistrello.cfg -c "init;\
+# jtagspi_init 0 bscan_spi_xc6slx45.bit;\
+# jtagspi_program bitstream-pistrello.bin 0;\
+# jtagspi_program bios.bin 0x170000;\
+# jtagspi_program runtime.fbi 0x180000;\
+# xc6s_program xc6s.tap;\
+# exit"