tcl: remove remaining deprecated commands
There are still few adapter_khz, ftdi_location, jtag_nsrst_delay and xds110_serial strolling around ... Change-Id: I3e8503dcc3875e3c92e6536f3d455a5e448d51ff Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/6270 Tested-by: jenkins
This commit is contained in:
parent
240943c65a
commit
30f3a2a650
|
@ -10,7 +10,7 @@
|
||||||
# https://raw.githubusercontent.com/dergraaf/busblaster_v4/master/ktlink/ktlink.svf
|
# https://raw.githubusercontent.com/dergraaf/busblaster_v4/master/ktlink/ktlink.svf
|
||||||
#
|
#
|
||||||
# To reprogram the on-board CPLD do:
|
# To reprogram the on-board CPLD do:
|
||||||
# openocd -f board/dp_busblaster_v4.cfg -c "adapter_khz 1000; init; svf <path_to_svf>; shutdown"
|
# openocd -f board/dp_busblaster_v4.cfg -c "adapter speed 1000; init; svf <path_to_svf>; shutdown"
|
||||||
#
|
#
|
||||||
|
|
||||||
source [find interface/ftdi/dp_busblaster.cfg]
|
source [find interface/ftdi/dp_busblaster.cfg]
|
||||||
|
|
|
@ -19,7 +19,7 @@ adapter speed 3000
|
||||||
jtag_rclk 1000
|
jtag_rclk 1000
|
||||||
$_TARGETNAME configure -event "reset-start" { jtag_rclk 1000 }
|
$_TARGETNAME configure -event "reset-start" { jtag_rclk 1000 }
|
||||||
|
|
||||||
#jtag_nsrst_delay 200
|
#adapter srst delay 200
|
||||||
#jtag_ntrst_delay 200
|
#jtag_ntrst_delay 200
|
||||||
|
|
||||||
$_TARGETNAME configure -event "reset-assert" {
|
$_TARGETNAME configure -event "reset-assert" {
|
||||||
|
|
|
@ -3,7 +3,7 @@ ftdi_device_desc "Quad RS232-HS"
|
||||||
ftdi_vid_pid 0x0403 0x6011
|
ftdi_vid_pid 0x0403 0x6011
|
||||||
ftdi_channel 0
|
ftdi_channel 0
|
||||||
ftdi_layout_init 0x0008 0x000b
|
ftdi_layout_init 0x0008 0x000b
|
||||||
# ftdi_location 1:8
|
# adapter usb location 1:8
|
||||||
|
|
||||||
reset_config none
|
reset_config none
|
||||||
transport select jtag
|
transport select jtag
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# ADP-Corvette-F1 R2.0
|
# ADP-Corvette-F1 R2.0
|
||||||
# http://www.andestech.com/en/products-solutions/andeshape-platforms/corvette-f1-r2/
|
# http://www.andestech.com/en/products-solutions/andeshape-platforms/corvette-f1-r2/
|
||||||
|
|
||||||
adapter_khz 10000
|
adapter speed 10000
|
||||||
|
|
||||||
adapter driver ftdi
|
adapter driver ftdi
|
||||||
ftdi_device_desc "Dual RS232-HS"
|
ftdi_device_desc "Dual RS232-HS"
|
||||||
|
|
|
@ -15,7 +15,7 @@ ftdi_device_desc "Quad RS232-HS"
|
||||||
ftdi_vid_pid 0x0403 0x6011
|
ftdi_vid_pid 0x0403 0x6011
|
||||||
ftdi_channel 0
|
ftdi_channel 0
|
||||||
# Use this to distinguish multiple boards by topology
|
# Use this to distinguish multiple boards by topology
|
||||||
#ftdi_location 5:1
|
#adapter usb location 5:1
|
||||||
# sampling on falling edge generally seems to work and accelerates things but
|
# sampling on falling edge generally seems to work and accelerates things but
|
||||||
# is not fully tested
|
# is not fully tested
|
||||||
#ftdi_tdo_sample_edge falling
|
#ftdi_tdo_sample_edge falling
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
source [find interface/ftdi/snps_sdp.cfg]
|
source [find interface/ftdi/snps_sdp.cfg]
|
||||||
adapter_khz 10000
|
adapter speed 10000
|
||||||
|
|
||||||
# ARCs supports only JTAG.
|
# ARCs supports only JTAG.
|
||||||
transport select jtag
|
transport select jtag
|
||||||
|
|
|
@ -9,4 +9,4 @@ adapter driver xds110
|
||||||
|
|
||||||
# Use serial number option to use a specific XDS110
|
# Use serial number option to use a specific XDS110
|
||||||
# when more than one are connected to the host.
|
# when more than one are connected to the host.
|
||||||
#xds110_serial 00000000
|
#xds110 serial 00000000
|
||||||
|
|
Loading…
Reference in New Issue