mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 05:55:41 +10:00
Change-Id: Ib1d1be1067107633949a202a05f7fd06831ba84b Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Reviewed-on: https://review.openocd.org/c/openocd/+/7751 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
21 lines
534 B
INI
21 lines
534 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# BeMicro Cyclone III
|
|
|
|
|
|
adapter driver ftdi
|
|
ftdi channel 0
|
|
ftdi layout_init 0x0008 0x008b
|
|
ftdi vid_pid 0x0403 0xa4a0
|
|
reset_config none
|
|
transport select jtag
|
|
|
|
adapter speed 10000
|
|
|
|
source [find fpga/altera-cycloneiii.cfg]
|
|
|
|
#quartus_cpf --option=bitstream_compression=off -c output_files\cycloneiii_blinker.sof cycloneiii_blinker.rbf
|
|
|
|
#openocd -f board/bemicro_cycloneiii.cfg -c "init" -c "pld load 0 cycloneiii_blinker.rbf"
|
|
# "ipdbg -start -tap cycloneiii.tap -hub 0x00e -tool 0 -port 5555"
|