forked from auracaster/openocd
simplify ipdbg commands: $hub_name ipdbg start -> $hub_name start ipdbg/fix: While there, handle the multi-word deprecated commands by adding quotes. Change-Id: I5a56df2dbf2a5710442242727fa9384e5541ed53 Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Fixes: https://sourceforge.net/p/openocd/tickets/434/ Reported-by: Evgeniy Naydanov <evgeniy.naydanov@syntacore.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8873 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
21 lines
529 B
INI
21 lines
529 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# Gowin RUNBER FPGA Development Board
|
|
# https://www.seeedstudio.com/Gowin-RUNBER-Development-Board-p-4779.html
|
|
|
|
adapter driver ftdi
|
|
ftdi vid_pid 0x0403 0x6010
|
|
|
|
ftdi channel 0
|
|
ftdi layout_init 0x0008 0x008b
|
|
reset_config none
|
|
transport select jtag
|
|
adapter speed 6000
|
|
|
|
source [find fpga/gowin_gw1n.cfg]
|
|
|
|
|
|
#openocd -f board/gowin_runber.cfg -c "init" -c "pld load 0 impl/pnr/gw1n_blinker.fs"
|
|
#ipdbg create-hub gw1n.ipdbghub -tap gw1n.tap -ir 0x42
|
|
#gw1n.ipdbghub start -tool 0 -port 5555
|