mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-09-15 04:49:50 +00:00
Add configuration for digilents Zybo Z7 board. Documentation: https://digilent.com/reference/programmable-logic/zybo-z7/start Change-Id: I4b607e60f2bf531ee8f96739deb737376248fb8b Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Reviewed-on: https://review.openocd.org/c/openocd/+/8088 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
22 lines
569 B
INI
22 lines
569 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# digilent zybo
|
|
# https://digilent.com/reference/programmable-logic/zybo/start
|
|
|
|
|
|
adapter driver ftdi
|
|
ftdi channel 0
|
|
#ftdi_device_desc "Digilent Adept USB Device"
|
|
ftdi vid_pid 0x0403 0x6010
|
|
ftdi layout_init 0x3088 0x1f8b
|
|
ftdi layout_signal nSRST -data 0x3000 -oe 0x1000
|
|
ftdi layout_signal LED -data 0x0010
|
|
reset_config srst_pulls_trst
|
|
transport select jtag
|
|
|
|
source [find target/zynq_7000.cfg]
|
|
|
|
adapter speed 10000
|
|
|
|
# "ipdbg create-hub zynq.ipdbghub -pld zynq_pl.pld" -c init -c "zynq.ipdbghub ipdbg start -tool 0 -port 5555"
|