Import xPack OpenOCD 0.12.0-7 and GNU Make 4.4.1 from x86_64-w64-mingw32.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
# 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"
|
||||
Reference in New Issue
Block a user