mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-26 20:23:32 +00:00
19 lines
393 B
INI
19 lines
393 B
INI
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#
|
||
|
# AVNET UltraZED EG StarterKit
|
||
|
# ZynqMP UlraScale-EG plus IO Carrier with on-board digilent smt2
|
||
|
#
|
||
|
source [find interface/ftdi/digilent_jtag_smt2_nc.cfg]
|
||
|
# jtag transport only
|
||
|
transport select jtag
|
||
|
# reset lines are not wired
|
||
|
reset_config none
|
||
|
|
||
|
# slow default clock
|
||
|
adapter speed 1000
|
||
|
|
||
|
set CHIPNAME uscale
|
||
|
|
||
|
source [find target/xilinx_zynqmp.cfg]
|