Your message dated Sun, 22 Oct 2017 10:49:32 +0000
with message-id <[email protected]>
and subject line Bug#793214: fixed in openocd 0.10.0-2
has caused the Debian Bug report #793214,
regarding openocd: OpenRD Ultimate unsupported since removal of ft2232 (so 
>=0.8.0)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
793214: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793214
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openocd
Version: 0.9.0-1+b1
Severity: normal

Dear Maintainer,

This is effectively a continuation of bug #751372

I've added the " B" to the end of the ftdi_device_desc line in
interface/ftdi/openrd.cfg, thus:

  ftdi_device_desc "OpenRD JTAGKey FT2232D B"

judging by the output from the working 0.5.0 package, the right number
is probably:

  adapter_khz 3000

(I've also tried various other frequencies without success)

I notice that running openocd causes the /dev/ttyUSB0 device to disapear,
so it's certainly doing something, even if it's not very useful.  If I
then un/re-plug the USB cable, the device comes back, and sometimes works
(sometimes it looks like it's got the wrong baud rate somewhere).

Attached is the output from running this with -d3 -- feel free to ask
me to run other tests, or try other options.

Cheers, Phil.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages openocd depends on:
ii  libc6              2.19-18
ii  libhidapi-hidraw0  0.8.0~rc1+git20140201.3a66d4e+dfsg-3
ii  libjim0.76         0.76-1
ii  libusb-0.1-4       2:0.1.12-25
ii  libusb-1.0-0       2:1.0.19-1

openocd recommends no packages.

openocd suggests no packages.

-- no debconf information
# openocd -d3 -f board/openrd.cfg

Open On-Chip Debugger 0.9.0 (2015-05-28-17:08)
Licensed under GNU GPL v2
For bug reports, read
    http://openocd.org/doc/doxygen/bugs.html
User : 13 3 command.c:546 command_print(): debug_level: 3
Debug: 14 3 options.c:98 add_default_dirs(): bindir=/usr/bin
Debug: 15 3 options.c:99 add_default_dirs(): pkgdatadir=/usr/share/openocd
Debug: 16 3 options.c:100 add_default_dirs(): run_prefix=
Debug: 17 3 configuration.c:44 add_script_search_dir(): adding 
/home/phil/.openocd
Debug: 18 3 configuration.c:44 add_script_search_dir(): adding 
/usr/share/openocd/site
Debug: 19 3 configuration.c:44 add_script_search_dir(): adding 
/usr/share/openocd/scripts
Debug: 20 3 configuration.c:84 find_file(): found 
/usr/share/openocd/scripts/board/openrd.cfg
Debug: 21 3 configuration.c:84 find_file(): found 
/usr/share/openocd/scripts/interface/ftdi/openrd.cfg
Debug: 22 3 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_echo WARNING!
Debug: 23 3 command.c:145 script_debug(): command - echo ocd_echo WARNING!
User : 25 3 command.c:764 jim_echo(): WARNING!
Debug: 26 3 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_echo This file was not tested with real interface, it is based on code 
in ft2232.c.
Debug: 27 3 command.c:145 script_debug(): command - echo ocd_echo This file was 
not tested with real interface, it is based on code in ft2232.c.
User : 29 3 command.c:764 jim_echo(): This file was not tested with real 
interface, it is based on code in ft2232.c.
Debug: 30 4 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_echo Please report your experience with this file to openocd-devel 
mailing list,
Debug: 31 4 command.c:145 script_debug(): command - echo ocd_echo Please report 
your experience with this file to openocd-devel mailing list,
User : 33 4 command.c:764 jim_echo(): Please report your experience with this 
file to openocd-devel mailing list,
Debug: 34 4 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_echo so it could be marked as working or fixed.
Debug: 35 4 command.c:145 script_debug(): command - echo ocd_echo so it could 
be marked as working or fixed.
User : 37 4 command.c:764 jim_echo(): so it could be marked as working or fixed.
Debug: 38 4 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_interface ftdi
Debug: 39 4 command.c:145 script_debug(): command - interface ocd_interface ftdi
Debug: 41 4 command.c:366 register_command_handler(): registering 
'ocd_ftdi_device_desc'...
Debug: 42 4 command.c:366 register_command_handler(): registering 
'ocd_ftdi_serial'...
Debug: 43 4 command.c:366 register_command_handler(): registering 
'ocd_ftdi_channel'...
Debug: 44 4 command.c:366 register_command_handler(): registering 
'ocd_ftdi_layout_init'...
Debug: 45 4 command.c:366 register_command_handler(): registering 
'ocd_ftdi_layout_signal'...
Debug: 46 4 command.c:366 register_command_handler(): registering 
'ocd_ftdi_set_signal'...
Debug: 47 4 command.c:366 register_command_handler(): registering 
'ocd_ftdi_vid_pid'...
Debug: 48 4 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_ftdi_device_desc OpenRD JTAGKey FT2232D B
Debug: 49 4 command.c:145 script_debug(): command - ftdi_device_desc 
ocd_ftdi_device_desc OpenRD JTAGKey FT2232D B
Debug: 51 4 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_ftdi_vid_pid 0x0403 0x9e90
Debug: 52 4 command.c:145 script_debug(): command - ftdi_vid_pid 
ocd_ftdi_vid_pid 0x0403 0x9e90
Debug: 54 5 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_ftdi_channel 1
Debug: 55 5 command.c:145 script_debug(): command - ftdi_channel 
ocd_ftdi_channel 1
Debug: 57 5 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_ftdi_layout_init 0x0608 0x0f1b
Debug: 58 5 command.c:145 script_debug(): command - ftdi_layout_init 
ocd_ftdi_layout_init 0x0608 0x0f1b
Debug: 60 5 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_ftdi_layout_signal nTRST -data 0x0200
Debug: 61 5 command.c:145 script_debug(): command - ftdi_layout_signal 
ocd_ftdi_layout_signal nTRST -data 0x0200
Debug: 63 5 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_ftdi_layout_signal nSRST -noe 0x0400
Debug: 64 5 command.c:145 script_debug(): command - ftdi_layout_signal 
ocd_ftdi_layout_signal nSRST -noe 0x0400
Debug: 66 5 configuration.c:84 find_file(): found 
/usr/share/openocd/scripts/target/feroceon.cfg
Debug: 67 5 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_transport select
Debug: 68 5 command.c:145 script_debug(): command - ocd_transport ocd_transport 
select
Info : 69 5 transport.c:287 jim_transport_select(): auto-selecting first 
available session transport "jtag". To override use 'transport select 
<transport>'.
Debug: 70 5 command.c:366 register_command_handler(): registering 
'ocd_jtag_flush_queue_sleep'...
Debug: 71 5 command.c:366 register_command_handler(): registering 
'ocd_jtag_rclk'...
Debug: 72 5 command.c:366 register_command_handler(): registering 
'ocd_jtag_ntrst_delay'...
Debug: 73 6 command.c:366 register_command_handler(): registering 
'ocd_jtag_ntrst_assert_width'...
Debug: 74 6 command.c:366 register_command_handler(): registering 
'ocd_scan_chain'...
Debug: 75 6 command.c:366 register_command_handler(): registering 
'ocd_jtag_reset'...
Debug: 76 6 command.c:366 register_command_handler(): registering 
'ocd_runtest'...
Debug: 77 6 command.c:366 register_command_handler(): registering 
'ocd_irscan'...
Debug: 78 6 command.c:366 register_command_handler(): registering 
'ocd_verify_ircapture'...
Debug: 79 6 command.c:366 register_command_handler(): registering 
'ocd_verify_jtag'...
Debug: 80 6 command.c:366 register_command_handler(): registering 
'ocd_tms_sequence'...
Debug: 81 6 command.c:366 register_command_handler(): registering 
'ocd_wait_srst_deassert'...
Debug: 82 6 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 83 6 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 84 6 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 85 6 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 86 6 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 87 6 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 88 6 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 89 6 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 90 6 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 91 6 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 92 6 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 93 6 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 94 6 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 95 6 command.c:366 register_command_handler(): registering 'ocd_svf'...
Debug: 96 6 command.c:366 register_command_handler(): registering 'ocd_xsvf'...
Debug: 97 6 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_transport select
Debug: 98 6 command.c:145 script_debug(): command - ocd_transport ocd_transport 
select
Debug: 99 7 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_jtag newtap feroceon cpu -irlen 4 -ircapture 0x1 -irmask 0xf 
-expected-id 0x20a023d3
Debug: 100 7 command.c:145 script_debug(): command - ocd_jtag ocd_jtag newtap 
feroceon cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id 0x20a023d3
Debug: 101 7 tcl.c:549 jim_newtap_cmd(): Creating New Tap, Chip: feroceon, Tap: 
cpu, Dotted: feroceon.cpu, 8 params
Debug: 102 7 tcl.c:573 jim_newtap_cmd(): Processing option: -irlen
Debug: 103 7 tcl.c:573 jim_newtap_cmd(): Processing option: -ircapture
Debug: 104 7 tcl.c:573 jim_newtap_cmd(): Processing option: -irmask
Debug: 105 7 tcl.c:573 jim_newtap_cmd(): Processing option: -expected-id
Debug: 106 7 core.c:1302 jtag_tap_init(): Created Tap: feroceon.cpu @ abs 
position 0, irlen 4, capture: 0x1 mask: 0xf
Debug: 107 7 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_target create feroceon.cpu feroceon -endian little -chain-position 
feroceon.cpu
Debug: 108 7 command.c:145 script_debug(): command - ocd_target ocd_target 
create feroceon.cpu feroceon -endian little -chain-position feroceon.cpu
Debug: 109 7 target.c:1837 target_free_all_working_areas_restore(): freeing all 
working areas
Debug: 110 7 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 111 7 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 112 7 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 113 7 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 114 7 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 115 7 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 116 7 command.c:366 register_command_handler(): registering 'ocd_etm'...
Debug: 117 7 command.c:366 register_command_handler(): registering 
'ocd_arm7_9'...
Debug: 118 7 command.c:366 register_command_handler(): registering 
'ocd_arm7_9'...
Debug: 119 7 command.c:366 register_command_handler(): registering 
'ocd_arm7_9'...
Debug: 120 7 command.c:366 register_command_handler(): registering 'ocd_arm9'...
Debug: 121 7 command.c:366 register_command_handler(): registering 
'ocd_arm926ejs'...
Debug: 122 7 armv4_5.c:422 arm_set_cpsr(): set CPSR 0x00000010: User mode, ARM 
state
Debug: 123 7 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 124 7 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 125 7 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 126 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 127 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 128 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 129 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 130 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 131 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 132 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 133 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 134 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 135 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 136 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 137 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 138 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 139 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 140 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 141 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 142 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 143 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 144 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 145 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 146 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 147 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 148 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 149 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 150 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 151 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 152 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 153 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 154 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 155 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 156 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 157 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 158 8 command.c:366 register_command_handler(): registering 
'ocd_feroceon.cpu'...
Debug: 159 8 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_reset_config trst_and_srst
Debug: 160 9 command.c:145 script_debug(): command - reset_config 
ocd_reset_config trst_and_srst
User : 162 9 command.c:546 command_print(): trst_and_srst separate 
srst_gates_jtag trst_push_pull srst_open_drain connect_deassert_srst
Debug: 163 9 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_adapter_nsrst_delay 200
Debug: 164 9 command.c:145 script_debug(): command - adapter_nsrst_delay 
ocd_adapter_nsrst_delay 200
User : 166 9 command.c:546 command_print(): adapter_nsrst_delay: 200
Debug: 167 9 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_jtag_ntrst_delay 200
Debug: 168 9 command.c:145 script_debug(): command - jtag_ntrst_delay 
ocd_jtag_ntrst_delay 200
User : 170 9 command.c:546 command_print(): jtag_ntrst_delay: 200
Debug: 171 9 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_feroceon.cpu configure -work-area-phys 0x10000000 -work-area-size 
65536 -work-area-backup 0
Debug: 172 9 command.c:145 script_debug(): command - ocd_feroceon.cpu 
ocd_feroceon.cpu configure -work-area-phys 0x10000000 -work-area-size 65536 
-work-area-backup 0
Debug: 173 9 target.c:1837 target_free_all_working_areas_restore(): freeing all 
working areas
Debug: 174 9 target.c:1837 target_free_all_working_areas_restore(): freeing all 
working areas
Debug: 175 9 target.c:1837 target_free_all_working_areas_restore(): freeing all 
working areas
Debug: 176 9 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_arm7_9 dcc_downloads enable
Debug: 177 9 command.c:145 script_debug(): command - ocd_arm7_9 ocd_arm7_9 
dcc_downloads enable
User : 179 9 command.c:546 command_print(): dcc downloads are enabled
Debug: 180 9 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_nand device feroceon.flash orion 0 0xd8000000
Debug: 181 9 command.c:145 script_debug(): command - ocd_nand ocd_nand device 
feroceon.flash orion 0 0xd8000000
Warn : 183 9 target.c:480 get_target(): use 'feroceon.cpu' as target 
identifier, not '0'
Debug: 184 9 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_adapter_khz 3000
Debug: 185 9 command.c:145 script_debug(): command - adapter_khz 
ocd_adapter_khz 3000
Debug: 187 9 core.c:1629 jtag_config_khz(): handle jtag khz
Debug: 188 9 core.c:1596 adapter_khz_to_speed(): convert khz to interface 
specific speed value
Debug: 189 9 core.c:1596 adapter_khz_to_speed(): convert khz to interface 
specific speed value
User : 190 9 command.c:546 command_print(): adapter speed: 3000 kHz
User : 191 9 command.c:677 command_run_line(): openrd_load_ubootUser : 192 9 
command.c:679 command_run_line(): 
Debug: 193 9 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_init
Debug: 194 9 command.c:145 script_debug(): command - init ocd_init
Debug: 196 9 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_target init
Debug: 197 10 command.c:145 script_debug(): command - ocd_target ocd_target init
Debug: 199 10 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_target names
Debug: 200 10 command.c:145 script_debug(): command - ocd_target ocd_target 
names
Debug: 201 10 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_feroceon.cpu cget -event gdb-flash-erase-start
Debug: 202 10 command.c:145 script_debug(): command - ocd_feroceon.cpu 
ocd_feroceon.cpu cget -event gdb-flash-erase-start
Debug: 203 10 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_feroceon.cpu configure -event gdb-flash-erase-start reset init
Debug: 204 10 command.c:145 script_debug(): command - ocd_feroceon.cpu 
ocd_feroceon.cpu configure -event gdb-flash-erase-start reset init
Debug: 205 10 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_feroceon.cpu cget -event gdb-flash-write-end
Debug: 206 10 command.c:145 script_debug(): command - ocd_feroceon.cpu 
ocd_feroceon.cpu cget -event gdb-flash-write-end
Debug: 207 10 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_feroceon.cpu configure -event gdb-flash-write-end reset halt
Debug: 208 10 command.c:145 script_debug(): command - ocd_feroceon.cpu 
ocd_feroceon.cpu configure -event gdb-flash-write-end reset halt
Debug: 209 10 target.c:1313 handle_target_init_command(): Initializing 
targets...
Debug: 210 10 command.c:366 register_command_handler(): registering 
'ocd_target_request'...
Debug: 211 10 command.c:366 register_command_handler(): registering 
'ocd_trace'...
Debug: 212 10 command.c:366 register_command_handler(): registering 
'ocd_trace'...
Debug: 213 10 command.c:366 register_command_handler(): registering 
'ocd_fast_load_image'...
Debug: 214 10 command.c:366 register_command_handler(): registering 
'ocd_fast_load'...
Debug: 215 10 command.c:366 register_command_handler(): registering 
'ocd_profile'...
Debug: 216 10 command.c:366 register_command_handler(): registering 
'ocd_virt2phys'...
Debug: 217 10 command.c:366 register_command_handler(): registering 'ocd_reg'...
Debug: 218 10 command.c:366 register_command_handler(): registering 
'ocd_poll'...
Debug: 219 10 command.c:366 register_command_handler(): registering 
'ocd_wait_halt'...
Debug: 220 10 command.c:366 register_command_handler(): registering 
'ocd_halt'...
Debug: 221 10 command.c:366 register_command_handler(): registering 
'ocd_resume'...
Debug: 222 10 command.c:366 register_command_handler(): registering 
'ocd_reset'...
Debug: 223 10 command.c:366 register_command_handler(): registering 
'ocd_soft_reset_halt'...
Debug: 224 10 command.c:366 register_command_handler(): registering 
'ocd_step'...
Debug: 225 10 command.c:366 register_command_handler(): registering 'ocd_mdw'...
Debug: 226 10 command.c:366 register_command_handler(): registering 'ocd_mdh'...
Debug: 227 10 command.c:366 register_command_handler(): registering 'ocd_mdb'...
Debug: 228 10 command.c:366 register_command_handler(): registering 'ocd_mww'...
Debug: 229 10 command.c:366 register_command_handler(): registering 'ocd_mwh'...
Debug: 230 10 command.c:366 register_command_handler(): registering 'ocd_mwb'...
Debug: 231 10 command.c:366 register_command_handler(): registering 'ocd_bp'...
Debug: 232 10 command.c:366 register_command_handler(): registering 'ocd_rbp'...
Debug: 233 10 command.c:366 register_command_handler(): registering 'ocd_wp'...
Debug: 234 10 command.c:366 register_command_handler(): registering 'ocd_rwp'...
Debug: 235 10 command.c:366 register_command_handler(): registering 
'ocd_load_image'...
Debug: 236 10 command.c:366 register_command_handler(): registering 
'ocd_dump_image'...
Debug: 237 10 command.c:366 register_command_handler(): registering 
'ocd_verify_image'...
Debug: 238 10 command.c:366 register_command_handler(): registering 
'ocd_test_image'...
Debug: 239 10 command.c:366 register_command_handler(): registering 
'ocd_reset_nag'...
Debug: 240 11 command.c:366 register_command_handler(): registering 'ocd_ps'...
Debug: 241 11 command.c:366 register_command_handler(): registering 
'ocd_test_mem_access'...
Debug: 242 11 ftdi.c:625 ftdi_initialize(): ftdi interface using shortest path 
jtag state transitions
Debug: 243 17 mpsse.c:363 mpsse_purge(): -
Debug: 244 17 mpsse.c:644 mpsse_loopback_config(): off
Debug: 245 17 mpsse.c:689 mpsse_set_frequency(): target 3000000 Hz
Debug: 246 17 mpsse.c:650 mpsse_set_divisor(): 1
Debug: 247 17 mpsse.c:713 mpsse_set_frequency(): actually 3000000 Hz
Debug: 248 17 core.c:1596 adapter_khz_to_speed(): convert khz to interface 
specific speed value
Debug: 249 17 core.c:1599 adapter_khz_to_speed(): have interface set up
Debug: 250 17 mpsse.c:689 mpsse_set_frequency(): target 3000000 Hz
Debug: 251 17 mpsse.c:650 mpsse_set_divisor(): 1
Debug: 252 17 mpsse.c:713 mpsse_set_frequency(): actually 3000000 Hz
Debug: 253 17 core.c:1596 adapter_khz_to_speed(): convert khz to interface 
specific speed value
Debug: 254 17 core.c:1599 adapter_khz_to_speed(): have interface set up
Info : 255 17 core.c:1384 adapter_init(): clock speed 3000 kHz
Debug: 256 17 openocd.c:137 handle_init_command(): Debug Adapter init complete
Debug: 257 17 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_transport init
Debug: 258 17 command.c:145 script_debug(): command - ocd_transport 
ocd_transport init
Debug: 260 17 transport.c:240 handle_transport_init(): handle_transport_init
Debug: 261 17 core.c:730 jtag_add_reset(): SRST line released
Debug: 262 17 core.c:754 jtag_add_reset(): TRST line released
Debug: 263 17 core.c:328 jtag_call_event_callbacks(): jtag event: TAP reset
Debug: 264 420 command.c:145 script_debug(): command - ocd_command ocd_command 
type ocd_jtag arp_init
Debug: 265 420 command.c:145 script_debug(): command - ocd_jtag ocd_jtag 
arp_init
Debug: 266 420 core.c:1397 jtag_init_inner(): Init JTAG chain
Debug: 267 421 core.c:328 jtag_call_event_callbacks(): jtag event: TAP reset
Debug: 268 421 core.c:1058 jtag_examine_chain(): DR scan interrogation for 
IDCODE/BYPASS
Debug: 269 421 core.c:328 jtag_call_event_callbacks(): jtag event: TAP reset


--- End Message ---
--- Begin Message ---
Source: openocd
Source-Version: 0.10.0-2

We believe that the bug you reported is fixed in the latest version of
openocd, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jonathan McDowell <[email protected]> (supplier of updated openocd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 22 Oct 2017 10:20:48 +0100
Source: openocd
Binary: openocd
Architecture: source amd64
Version: 0.10.0-2
Distribution: sid
Urgency: medium
Maintainer: Debian Electronics Packaging Team 
<[email protected]>
Changed-By: Jonathan McDowell <[email protected]>
Description:
 openocd    - Open on-chip JTAG debug solution for ARM and MIPS systems
Closes: 793214 837989 851534
Changes:
 openocd (0.10.0-2) unstable; urgency=medium
 .
   * Re-enable jlink and add libjaylink-dev dependency.
   * Drop use of CDBS
     + Remove needless dep on autotools / dh-autoreconf.
   * Fix SheevaPlug configuration (Closes: #837989)
   * Fix OpenRD configuration (Closes: #793214)
   * Add a basic README.source (Closes: #851534)
Checksums-Sha1:
 ecc496796d054ddcaf7a4a7012903fc801e6a477 2063 openocd_0.10.0-2.dsc
 985c97175455e4b49592b5f17c755c6fedce9646 18496 openocd_0.10.0-2.debian.tar.xz
 713b26d4bd066ea22d983addd0b6151a37cc2ffb 2871392 
openocd-dbgsym_0.10.0-2_amd64.deb
 19b3f1d09a3e601b8e54931d65af23452c4a7c88 8701 openocd_0.10.0-2_amd64.buildinfo
 d114209fc5e1bc4861bd723502fb32cdf47fa081 2454016 openocd_0.10.0-2_amd64.deb
Checksums-Sha256:
 9b0128eed6be1a3bc6f43d4ea34875a3485eb7f9fa7cc55d8aca20b27f6747ac 2063 
openocd_0.10.0-2.dsc
 2b8e7ab6246e3df3737ba2d4e00a52f963f48bbf2d2b8d9bce4501875989d94b 18496 
openocd_0.10.0-2.debian.tar.xz
 31de53cbfb2b2cc5e58e37ddab9e1ebd5822d8ed8562bae2aec226f26bacf56c 2871392 
openocd-dbgsym_0.10.0-2_amd64.deb
 5656b0b658ad40bf55545dc8179b6c75d30214291c00e25906f1f725b2f98f4f 8701 
openocd_0.10.0-2_amd64.buildinfo
 2da346bcfca5f5c1c15990d7c822f4d6bff1aac91d2a196eadb7edfa5db14253 2454016 
openocd_0.10.0-2_amd64.deb
Files:
 4fc861b0fe0d838d7efa72fdc8f8b4bd 2063 embedded optional openocd_0.10.0-2.dsc
 7c54030c25b75d3487cb7bde13a6e1bb 18496 embedded optional 
openocd_0.10.0-2.debian.tar.xz
 bafc90990c70e83093be50ca4f3d5b40 2871392 debug optional 
openocd-dbgsym_0.10.0-2_amd64.deb
 f404d88067f12f146517330dd520e352 8701 embedded optional 
openocd_0.10.0-2_amd64.buildinfo
 f1190de5cb14707ba0afaeb827a65600 2454016 embedded optional 
openocd_0.10.0-2_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEERUuPEyEc/2gMWDpQ/xYvxc8/utEFAlnsc+8ACgkQ/xYvxc8/
utEYrw//QbO9VkXE4tgHeumr9vFQewyTVs4SIsdd5wEbas7myZkEnN2W4nDdQ/rc
U296R8Hu06ING+5Gpap9EYNk5hJOQcj6pIe434kRyd3ucJ2M0453OrIt1SScFAMw
/1RL6cs08Ujt22pW09pnPUXPlpDRYrWqPtKsxFfcpJD7KN8tkyTmtn8r2PSpZ35T
UmYl1d6luagSCzvogFFX2mdNtC0OpLG3QgXtXW1y21gI1OdDXWtFUHDW6BJoLKhs
dDYORHBbapU7ErLZCvk5XLqWwwtgduX5OrM7Cklqw3BlgBxUuUFuorN9Fv1vy+/2
VtsZFbJ/3D1v27cW7o9aIfRe9W4c1ymrNvVDHImkS3X8Za8OVlVC9/e/W8PzgXBx
FYVGJIB5GjbX/pFk/EDDZ+ZrwUovh77ZBoVUaSHijV0KwZIv7A/2V8MUxFSCXLbW
kGJZWBiXUgN+jr5ANW9V3Y6OkshmwCBBTJA5ev/EJMMwT36QMV5BZ9zDK2Yj5Mll
gZF2lM7eAbOg8xj0uhb8ZL+P72QJwQTGV1+IotZDF+eYWqtDXwVQQYdtXCoVGcoJ
5XilQMjMdce/ONsYBIeKMsA6Bjsg7VTcLmU150qh3qoRo/1Rlop/0SaDrpnmJ+5t
s0HHiJR2LkI9G9OsmSn72agS7voxYmU/ONOV+L0UgmZmqpGav0w=
=xCtf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to