so here's the latest version of my config:

proc program_device { filename } {
program $filename verify reset exit 0x00000000
}

set WORKAREASIZE 0x8000
set CHIPNAME tm4c123gh6pm
#set TARGETNAME $CHIPNAME.cpu

source [find interface/ftdi/xds100v2.cfg]
source [find target/stellaris.cfg]
#adapter_khz 1000
#reset_config srst_only

#jtag newtap $CHIPNAME cpu -expected-id 0x4ba00477 -irlen 4
#target create $TARGETNAME cortex_m -chain-position $TARGETNAME
#$TARGETNAME configure -work-area-phys 0x20000000 -work-area-size
$WORKAREASIZE -work-area-backup 0

# flash configuration ... autodetects sizes, autoprobed
#flash bank $CHIPNAME.flash stellaris 0 0 0 0 $TARGETNAME
init; ftdi_set_signal PWR_RST 1; jtag arp_init; halt; reset init;

as you can see I'm sourcing now the stellaris config. It doesn't seem to
be worse. The first attempt after power up still fails and every other
try is ok.

The debug output is now based on v0.9.0

For comparison, I've also made a second debug output of the config which
is NOT sourcing the stellaris config but uses my own definitions (see
above).

#############################################################################
stellaris config:
#############################################################################

Open On-Chip Debugger 0.9.0 (2015-06-21-13:00)
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 4 options.c:98 add_default_dirs(): bindir=/usr/bin
Debug: 15 4 options.c:99 add_default_dirs():
pkgdatadir=/usr/share/openocd
Debug: 16 4 options.c:100 add_default_dirs(): run_prefix=
Debug: 17 4 configuration.c:44 add_script_search_dir():
adding /home/HASLERRAIL/holzwarth/.openocd
Debug: 18 4 configuration.c:44 add_script_search_dir():
adding /usr/share/openocd/site
Debug: 19 4 configuration.c:44 add_script_search_dir():
adding /usr/share/openocd/scripts
Debug: 20 4 configuration.c:84 find_file(): found
xds100v2_tm4c123_flash.cfg
Debug: 21 4 configuration.c:84 find_file():
found /usr/share/openocd/scripts/interface/ftdi/xds100v2.cfg
Debug: 22 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_interface ftdi
Debug: 23 4 command.c:145 script_debug(): command - interface
ocd_interface ftdi
Debug: 25 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_device_desc'...
Debug: 26 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_serial'...
Debug: 27 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_channel'...
Debug: 28 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_layout_init'...
Debug: 29 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_layout_signal'...
Debug: 30 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_set_signal'...
Debug: 31 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_vid_pid'...
Debug: 32 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_vid_pid 0x0403 0xa6d0 0x0403 0x6010
Debug: 33 4 command.c:145 script_debug(): command - ftdi_vid_pid
ocd_ftdi_vid_pid 0x0403 0xa6d0 0x0403 0x6010
Debug: 35 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_init 0x0038 0x597b
Debug: 36 5 command.c:145 script_debug(): command - ftdi_layout_init
ocd_ftdi_layout_init 0x0038 0x597b
Debug: 38 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal nTRST -data 0x0010
Debug: 39 5 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal nTRST -data 0x0010
Debug: 41 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal nSRST -oe 0x0100
Debug: 42 5 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal nSRST -oe 0x0100
Debug: 44 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal EMU_EN -data 0x0020
Debug: 45 5 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal EMU_EN -data 0x0020
Debug: 47 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal EMU0 -oe 0x0040
Debug: 48 5 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal EMU0 -oe 0x0040
Debug: 50 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal EMU1 -oe 0x1000
Debug: 51 5 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal EMU1 -oe 0x1000
Debug: 53 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal PWR_RST -data 0x0800
Debug: 54 5 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal PWR_RST -data 0x0800
Debug: 56 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal LOOPBACK -data 0x4000
Debug: 57 5 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal LOOPBACK -data 0x4000
Debug: 59 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_echo 
Info : to use this adapter you MUST add ``init; ftdi_set_signal PWR_RST
1; jtag arp_init'' to the end of your config file!

Debug: 60 5 command.c:145 script_debug(): command - echo ocd_echo 
Info : to use this adapter you MUST add ``init; ftdi_set_signal PWR_RST
1; jtag arp_init'' to the end of your config file!

User : 62 5 command.c:764 jim_echo(): 
Info : to use this adapter you MUST add ``init; ftdi_set_signal PWR_RST
1; jtag arp_init'' to the end of your config file!

Debug: 63 5 configuration.c:84 find_file():
found /usr/share/openocd/scripts/target/stellaris.cfg
Debug: 64 5 configuration.c:84 find_file():
found /usr/share/openocd/scripts/target/swj-dp.tcl
Debug: 65 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_transport select
Debug: 66 5 command.c:145 script_debug(): command - ocd_transport
ocd_transport select
Info : 67 5 transport.c:287 jim_transport_select(): auto-selecting first
available session transport "jtag". To override use 'transport select
<transport>'.
Debug: 68 5 command.c:366 register_command_handler(): registering
'ocd_jtag_flush_queue_sleep'...
Debug: 69 5 command.c:366 register_command_handler(): registering
'ocd_jtag_rclk'...
Debug: 70 5 command.c:366 register_command_handler(): registering
'ocd_jtag_ntrst_delay'...
Debug: 71 5 command.c:366 register_command_handler(): registering
'ocd_jtag_ntrst_assert_width'...
Debug: 72 5 command.c:366 register_command_handler(): registering
'ocd_scan_chain'...
Debug: 73 5 command.c:366 register_command_handler(): registering
'ocd_jtag_reset'...
Debug: 74 5 command.c:366 register_command_handler(): registering
'ocd_runtest'...
Debug: 75 5 command.c:366 register_command_handler(): registering
'ocd_irscan'...
Debug: 76 6 command.c:366 register_command_handler(): registering
'ocd_verify_ircapture'...
Debug: 77 6 command.c:366 register_command_handler(): registering
'ocd_verify_jtag'...
Debug: 78 6 command.c:366 register_command_handler(): registering
'ocd_tms_sequence'...
Debug: 79 6 command.c:366 register_command_handler(): registering
'ocd_wait_srst_deassert'...
Debug: 80 6 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 81 6 command.c:366 register_command_handler(): registering
'ocd_jtag'...
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_svf'...
Debug: 94 6 command.c:366 register_command_handler(): registering
'ocd_xsvf'...
Debug: 95 6 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_transport select
Debug: 96 6 command.c:145 script_debug(): command - ocd_transport
ocd_transport select
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 6 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_transport select
Debug: 100 6 command.c:145 script_debug(): command - ocd_transport
ocd_transport select
Debug: 101 6 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_jtag newtap tm4c123gh6pm cpu -irlen 4 -irmask 0xf
-expected-id 0x0ba00477 -ignore-version
Debug: 102 6 command.c:145 script_debug(): command - ocd_jtag ocd_jtag
newtap tm4c123gh6pm cpu -irlen 4 -irmask 0xf -expected-id 0x0ba00477
-ignore-version
Debug: 103 6 tcl.c:549 jim_newtap_cmd(): Creating New Tap, Chip:
tm4c123gh6pm, Tap: cpu, Dotted: tm4c123gh6pm.cpu, 7 params
Debug: 104 6 tcl.c:573 jim_newtap_cmd(): Processing option: -irlen
Debug: 105 6 tcl.c:573 jim_newtap_cmd(): Processing option: -irmask
Debug: 106 6 tcl.c:573 jim_newtap_cmd(): Processing option: -expected-id
Debug: 107 6 tcl.c:573 jim_newtap_cmd(): Processing option:
-ignore-version
Debug: 108 6 core.c:1302 jtag_tap_init(): Created Tap: tm4c123gh6pm.cpu
@ abs position 0, irlen 4, capture: 0x1 mask: 0xf
Debug: 109 6 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_target create tm4c123gh6pm.cpu cortex_m
-chain-position tm4c123gh6pm.cpu
Debug: 110 6 command.c:145 script_debug(): command - ocd_target
ocd_target create tm4c123gh6pm.cpu cortex_m -chain-position
tm4c123gh6pm.cpu
Debug: 111 6 target.c:1837 target_free_all_working_areas_restore():
freeing all working areas
Debug: 112 6 command.c:366 register_command_handler(): registering
'ocd_arm'...
Debug: 113 6 command.c:366 register_command_handler(): registering
'ocd_arm'...
Debug: 114 6 command.c:366 register_command_handler(): registering
'ocd_arm'...
Debug: 115 6 command.c:366 register_command_handler(): registering
'ocd_arm'...
Debug: 116 6 command.c:366 register_command_handler(): registering
'ocd_arm'...
Debug: 117 6 command.c:366 register_command_handler(): registering
'ocd_arm'...
Debug: 118 6 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 119 6 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 120 6 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 121 6 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 122 6 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 123 6 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 124 6 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 125 6 command.c:366 register_command_handler(): registering
'ocd_tpiu'...
Debug: 126 6 command.c:366 register_command_handler(): registering
'ocd_itm'...
Debug: 127 6 command.c:366 register_command_handler(): registering
'ocd_itm'...
Debug: 128 6 command.c:366 register_command_handler(): registering
'ocd_cortex_m'...
Debug: 129 6 command.c:366 register_command_handler(): registering
'ocd_cortex_m'...
Debug: 130 6 command.c:366 register_command_handler(): registering
'ocd_cortex_m'...
Debug: 131 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 132 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 133 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 134 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 135 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 136 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 137 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 138 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 139 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 140 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 141 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 142 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 143 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 144 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 145 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 146 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 147 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 148 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 149 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 150 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 151 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 152 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 153 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 154 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 155 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 156 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 157 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 158 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 159 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 160 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 161 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 162 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 163 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 164 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 165 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 166 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 167 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 168 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 169 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 170 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 171 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 172 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 173 6 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 174 6 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_tm4c123gh6pm.cpu configure -work-area-phys
0x20000000 -work-area-size 0x8000
Debug: 175 6 command.c:145 script_debug(): command -
ocd_tm4c123gh6pm.cpu ocd_tm4c123gh6pm.cpu configure -work-area-phys
0x20000000 -work-area-size 0x8000
Debug: 176 6 target.c:1837 target_free_all_working_areas_restore():
freeing all working areas
Debug: 177 6 target.c:1837 target_free_all_working_areas_restore():
freeing all working areas
Debug: 178 6 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_adapter_khz 500
Debug: 179 6 command.c:145 script_debug(): command - adapter_khz
ocd_adapter_khz 500
Debug: 181 6 core.c:1629 jtag_config_khz(): handle jtag khz
Debug: 182 6 core.c:1596 adapter_khz_to_speed(): convert khz to
interface specific speed value
Debug: 183 6 core.c:1596 adapter_khz_to_speed(): convert khz to
interface specific speed value
User : 184 6 command.c:546 command_print(): adapter speed: 500 kHz
Debug: 185 6 configuration.c:84 find_file():
found /usr/share/openocd/scripts/mem_helper.tcl
Debug: 186 6 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_add_usage_text mrw address
Debug: 187 6 command.c:145 script_debug(): command - add_usage_text
ocd_add_usage_text mrw address
Debug: 189 6 command.c:1100 help_add_command(): added 'mrw' help text
Debug: 190 6 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_add_help_text mrw Returns value of word in memory.
Debug: 191 6 command.c:145 script_debug(): command - add_help_text
ocd_add_help_text mrw Returns value of word in memory.
Debug: 193 6 command.c:1113 help_add_command(): added 'mrw' help text
Debug: 194 6 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_add_usage_text mmw address setbits clearbits
Debug: 195 6 command.c:145 script_debug(): command - add_usage_text
ocd_add_usage_text mmw address setbits clearbits
Debug: 197 6 command.c:1100 help_add_command(): added 'mmw' help text
Debug: 198 6 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_add_help_text mmw Modify word in memory. new_val =
(old_val & ~clearbits) | setbits;
Debug: 199 6 command.c:145 script_debug(): command - add_help_text
ocd_add_help_text mmw Modify word in memory. new_val = (old_val &
~clearbits) | setbits;
Debug: 201 6 command.c:1113 help_add_command(): added 'mmw' help text
Debug: 202 6 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_tm4c123gh6pm.cpu configure -event reset-start 
        adapter_khz 500

        #
        # When nRST is asserted on most Stellaris devices, it clears some of
        # the debug state.  The ARMv7M and Cortex-M3 TRMs say that's wrong;
        # and OpenOCD depends on those TRMs.  So we won't use SRST on those
        # chips.  (Only power-on reset should affect debug state, beyond a
        # few specified bits; not the chip's nRST input, wired to SRST.)
        #
        # REVISIT current errata specs don't seem to cover this issue.
        # Do we have more details than this email?
        #   https://lists.berlios.de/pipermail
        #       /openocd-development/2008-August/003065.html
        #

        global _DEVICECLASS

        if {$_DEVICECLASS != 0xff} {
           set device_class $_DEVICECLASS
        } else {
           set device_class [expr (([mrw 0x400fe000] >> 16) & 0xff)]
        }

        if {$device_class == 0 || $device_class == 1 ||
                $device_class == 3 || $device_class == 5 || $device_class == 
0xa} {
                if {![using_hla]} {
                   # Sandstorm, Fury, DustDevil, Blizzard and Snowflake are 
able to
use NVIC SYSRESETREQ
                   cortex_m reset_config sysresetreq
                }
        } else {
                if {![using_hla]} {
                   # Tempest and Firestorm default to using NVIC VECTRESET
                   # peripherals will need reseting manually, see proc
reset_peripherals
                   cortex_m reset_config vectreset
                }
                # reset peripherals, based on code in
                # http://www.ti.com/lit/er/spmz573a/spmz573a.pdf
                reset_peripherals $device_class
        }

Debug: 203 6 command.c:145 script_debug(): command -
ocd_tm4c123gh6pm.cpu ocd_tm4c123gh6pm.cpu configure -event reset-start 
        adapter_khz 500

        #
        # When nRST is asserted on most Stellaris devices, it clears some of
        # the debug state.  The ARMv7M and Cortex-M3 TRMs say that's wrong;
        # and OpenOCD depends on those TRMs.  So we won't use SRST on those
        # chips.  (Only power-on reset should affect debug state, beyond a
        # few specified bits; not the chip's nRST input, wired to SRST.)
        #
        # REVISIT current errata specs don't seem to cover this issue.
        # Do we have more details than this email?
        #   https://lists.berlios.de/pipermail
        #       /openocd-development/2008-August/003065.html
        #

        global _DEVICECLASS

        if {$_DEVICECLASS != 0xff} {
           set device_class $_DEVICECLASS
        } else {
           set device_class [expr (([mrw 0x400fe000] >> 16) & 0xff)]
        }

        if {$device_class == 0 || $device_class == 1 ||
                $device_class == 3 || $device_class == 5 || $device_class == 
0xa} {
                if {![using_hla]} {
                   # Sandstorm, Fury, DustDevil, Blizzard and Snowflake are 
able to
use NVIC SYSRESETREQ
                   cortex_m reset_config sysresetreq
                }
        } else {
                if {![using_hla]} {
                   # Tempest and Firestorm default to using NVIC VECTRESET
                   # peripherals will need reseting manually, see proc
reset_peripherals
                   cortex_m reset_config vectreset
                }
                # reset peripherals, based on code in
                # http://www.ti.com/lit/er/spmz573a/spmz573a.pdf
                reset_peripherals $device_class
        }

Debug: 204 7 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_flash bank tm4c123gh6pm.flash stellaris 0 0 0 0
tm4c123gh6pm.cpu
Debug: 205 7 command.c:145 script_debug(): command - ocd_flash ocd_flash
bank tm4c123gh6pm.flash stellaris 0 0 0 0 tm4c123gh6pm.cpu
Debug: 207 7 command.c:366 register_command_handler(): registering
'ocd_stellaris'...
Debug: 208 7 command.c:366 register_command_handler(): registering
'ocd_stellaris'...
Debug: 209 7 tcl.c:824 handle_flash_bank_command(): 'stellaris' driver
usage field missing
Debug: 210 7 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_init
Debug: 211 7 command.c:145 script_debug(): command - init ocd_init
Debug: 213 7 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_target init
Debug: 214 7 command.c:145 script_debug(): command - ocd_target
ocd_target init
Debug: 216 7 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_target names
Debug: 217 7 command.c:145 script_debug(): command - ocd_target
ocd_target names
Debug: 218 7 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_tm4c123gh6pm.cpu cget -event gdb-flash-erase-start
Debug: 219 7 command.c:145 script_debug(): command -
ocd_tm4c123gh6pm.cpu ocd_tm4c123gh6pm.cpu cget -event
gdb-flash-erase-start
Debug: 220 7 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_tm4c123gh6pm.cpu configure -event
gdb-flash-erase-start reset init
Debug: 221 7 command.c:145 script_debug(): command -
ocd_tm4c123gh6pm.cpu ocd_tm4c123gh6pm.cpu configure -event
gdb-flash-erase-start reset init
Debug: 222 7 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_tm4c123gh6pm.cpu cget -event gdb-flash-write-end
Debug: 223 7 command.c:145 script_debug(): command -
ocd_tm4c123gh6pm.cpu ocd_tm4c123gh6pm.cpu cget -event
gdb-flash-write-end
Debug: 224 7 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_tm4c123gh6pm.cpu configure -event
gdb-flash-write-end reset halt
Debug: 225 7 command.c:145 script_debug(): command -
ocd_tm4c123gh6pm.cpu ocd_tm4c123gh6pm.cpu configure -event
gdb-flash-write-end reset halt
Debug: 226 7 target.c:1313 handle_target_init_command(): Initializing
targets...
Debug: 227 7 command.c:366 register_command_handler(): registering
'ocd_target_request'...
Debug: 228 7 command.c:366 register_command_handler(): registering
'ocd_trace'...
Debug: 229 7 command.c:366 register_command_handler(): registering
'ocd_trace'...
Debug: 230 7 command.c:366 register_command_handler(): registering
'ocd_fast_load_image'...
Debug: 231 7 command.c:366 register_command_handler(): registering
'ocd_fast_load'...
Debug: 232 7 command.c:366 register_command_handler(): registering
'ocd_profile'...
Debug: 233 7 command.c:366 register_command_handler(): registering
'ocd_virt2phys'...
Debug: 234 7 command.c:366 register_command_handler(): registering
'ocd_reg'...
Debug: 235 7 command.c:366 register_command_handler(): registering
'ocd_poll'...
Debug: 236 7 command.c:366 register_command_handler(): registering
'ocd_wait_halt'...
Debug: 237 7 command.c:366 register_command_handler(): registering
'ocd_halt'...
Debug: 238 7 command.c:366 register_command_handler(): registering
'ocd_resume'...
Debug: 239 7 command.c:366 register_command_handler(): registering
'ocd_reset'...
Debug: 240 7 command.c:366 register_command_handler(): registering
'ocd_soft_reset_halt'...
Debug: 241 7 command.c:366 register_command_handler(): registering
'ocd_step'...
Debug: 242 7 command.c:366 register_command_handler(): registering
'ocd_mdw'...
Debug: 243 7 command.c:366 register_command_handler(): registering
'ocd_mdh'...
Debug: 244 7 command.c:366 register_command_handler(): registering
'ocd_mdb'...
Debug: 245 7 command.c:366 register_command_handler(): registering
'ocd_mww'...
Debug: 246 7 command.c:366 register_command_handler(): registering
'ocd_mwh'...
Debug: 247 7 command.c:366 register_command_handler(): registering
'ocd_mwb'...
Debug: 248 7 command.c:366 register_command_handler(): registering
'ocd_bp'...
Debug: 249 7 command.c:366 register_command_handler(): registering
'ocd_rbp'...
Debug: 250 7 command.c:366 register_command_handler(): registering
'ocd_wp'...
Debug: 251 7 command.c:366 register_command_handler(): registering
'ocd_rwp'...
Debug: 252 7 command.c:366 register_command_handler(): registering
'ocd_load_image'...
Debug: 253 7 command.c:366 register_command_handler(): registering
'ocd_dump_image'...
Debug: 254 7 command.c:366 register_command_handler(): registering
'ocd_verify_image'...
Debug: 255 7 command.c:366 register_command_handler(): registering
'ocd_test_image'...
Debug: 256 7 command.c:366 register_command_handler(): registering
'ocd_reset_nag'...
Debug: 257 7 command.c:366 register_command_handler(): registering
'ocd_ps'...
Debug: 258 7 command.c:366 register_command_handler(): registering
'ocd_test_mem_access'...
Debug: 259 7 ftdi.c:625 ftdi_initialize(): ftdi interface using shortest
path jtag state transitions
Debug: 260 8 mpsse.c:363 mpsse_purge(): -
Debug: 261 8 mpsse.c:644 mpsse_loopback_config(): off
Debug: 262 8 mpsse.c:689 mpsse_set_frequency(): target 500000 Hz
Debug: 263 8 mpsse.c:681 mpsse_rtck_config(): off
Debug: 264 8 mpsse.c:670 mpsse_divide_by_5_config(): off
Debug: 265 8 mpsse.c:650 mpsse_set_divisor(): 59
Debug: 266 8 mpsse.c:713 mpsse_set_frequency(): actually 500000 Hz
Debug: 267 8 core.c:1596 adapter_khz_to_speed(): convert khz to
interface specific speed value
Debug: 268 8 core.c:1599 adapter_khz_to_speed(): have interface set up
Debug: 269 8 mpsse.c:689 mpsse_set_frequency(): target 500000 Hz
Debug: 270 8 mpsse.c:681 mpsse_rtck_config(): off
Debug: 271 8 mpsse.c:670 mpsse_divide_by_5_config(): off
Debug: 272 8 mpsse.c:650 mpsse_set_divisor(): 59
Debug: 273 8 mpsse.c:713 mpsse_set_frequency(): actually 500000 Hz
Debug: 274 8 core.c:1596 adapter_khz_to_speed(): convert khz to
interface specific speed value
Debug: 275 8 core.c:1599 adapter_khz_to_speed(): have interface set up
Info : 276 8 core.c:1384 adapter_init(): clock speed 500 kHz
Debug: 277 8 openocd.c:137 handle_init_command(): Debug Adapter init
complete
Debug: 278 8 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_transport init
Debug: 279 8 command.c:145 script_debug(): command - ocd_transport
ocd_transport init
Debug: 281 8 transport.c:240 handle_transport_init():
handle_transport_init
Debug: 282 8 core.c:730 jtag_add_reset(): SRST line released
Debug: 283 8 core.c:754 jtag_add_reset(): TRST line released
Debug: 284 8 core.c:328 jtag_call_event_callbacks(): jtag event: TAP
reset
Debug: 285 8 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_jtag arp_init
Debug: 286 8 command.c:145 script_debug(): command - ocd_jtag ocd_jtag
arp_init
Debug: 287 8 core.c:1397 jtag_init_inner(): Init JTAG chain
Debug: 288 8 core.c:328 jtag_call_event_callbacks(): jtag event: TAP
reset
Debug: 289 8 core.c:1058 jtag_examine_chain(): DR scan interrogation for
IDCODE/BYPASS
Debug: 290 8 core.c:328 jtag_call_event_callbacks(): jtag event: TAP
reset
Error: 291 9 core.c:948 jtag_examine_chain_check(): JTAG scan chain
interrogation failed: all ones
Error: 292 9 core.c:949 jtag_examine_chain_check(): Check JTAG
interface, timings, target power, etc.
Error: 293 9 core.c:1442 jtag_init_inner(): Trying to use configured
scan chain anyway...
Debug: 294 9 core.c:1188 jtag_validate_ircapture(): IR capture
validation scan
Error: 295 9 core.c:1240 jtag_validate_ircapture(): tm4c123gh6pm.cpu: IR
capture error; saw 0x0f not 0x01
Debug: 296 9 core.c:328 jtag_call_event_callbacks(): jtag event: TAP
reset
Warn : 297 9 core.c:1465 jtag_init_inner(): Bypassing JTAG setup events
due to errors
Debug: 298 9 openocd.c:150 handle_init_command(): Examining targets...
Debug: 299 9 target.c:1465 target_call_event_callbacks(): target event
21 (examine-start)
Debug: 300 9 arm_adi_v5.c:649 ahbap_debugport_init():  
Debug: 301 9 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 302 9 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 303 10 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 304 10 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 305 10 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 306 11 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 307 11 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 308 11 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 309 12 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 310 12 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 311 12 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 312 13 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 313 13 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 314 13 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 315 13 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 316 13 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 317 13 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 318 14 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 319 14 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 320 14 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 321 15 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 322 15 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 323 15 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 324 16 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 325 16 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 326 16 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 327 16 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 328 16 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 329 16 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 330 17 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 331 17 openocd.c:152 handle_init_command(): target examination
failed
Debug: 332 17 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_flash init
Debug: 333 17 command.c:145 script_debug(): command - ocd_flash
ocd_flash init
Debug: 335 17 tcl.c:890 handle_flash_init_command(): Initializing flash
devices...
Debug: 336 17 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 337 17 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 338 17 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 339 17 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 340 17 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 341 17 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 342 17 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 343 17 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 344 17 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 345 17 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 346 17 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 347 17 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 348 17 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_mflash init
Debug: 349 17 command.c:145 script_debug(): command - ocd_mflash
ocd_mflash init
Debug: 351 17 mflash.c:1379 handle_mflash_init_command(): Initializing
mflash devices...
Debug: 352 17 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_nand init
Debug: 353 17 command.c:145 script_debug(): command - ocd_nand ocd_nand
init
Debug: 355 17 tcl.c:497 handle_nand_init_command(): Initializing NAND
devices...
Debug: 356 17 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_pld init
Debug: 357 17 command.c:145 script_debug(): command - ocd_pld ocd_pld
init
Debug: 359 17 pld.c:207 handle_pld_init_command(): Initializing PLDs...
Debug: 360 17 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_set_signal PWR_RST 1
Debug: 361 17 command.c:145 script_debug(): command - ftdi_set_signal
ocd_ftdi_set_signal PWR_RST 1
Debug: 363 17 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_jtag arp_init
Debug: 364 17 command.c:145 script_debug(): command - ocd_jtag ocd_jtag
arp_init
Debug: 365 17 core.c:1397 jtag_init_inner(): Init JTAG chain
Debug: 366 17 core.c:328 jtag_call_event_callbacks(): jtag event: TAP
reset
Debug: 367 17 core.c:1058 jtag_examine_chain(): DR scan interrogation
for IDCODE/BYPASS
Debug: 368 17 core.c:328 jtag_call_event_callbacks(): jtag event: TAP
reset
Info : 369 19 core.c:958 jtag_examine_chain_display(): JTAG tap:
tm4c123gh6pm.cpu tap/device found: 0x4ba00477 (mfg: 0x23b, part: 0xba00,
ver: 0x4)
Debug: 370 19 core.c:1188 jtag_validate_ircapture(): IR capture
validation scan
Debug: 371 19 core.c:1246 jtag_validate_ircapture(): tm4c123gh6pm.cpu:
IR capture 0x01
Debug: 372 19 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_halt
Debug: 373 19 command.c:145 script_debug(): command - halt ocd_halt
Debug: 375 19 target.c:2759 handle_halt_command(): -
Error: 376 19 target.c:549 target_halt(): Target not examined yet
Debug: 377 19 command.c:628 run_command(): Command failed with error
code -4
User : 378 19 command.c:689 command_run_line():


#############################################################################
without stellaris config:
#############################################################################

Open On-Chip Debugger 0.9.0 (2015-06-21-13:00)
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/HASLERRAIL/holzwarth/.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
xds100v2_tm4c123_flash.cfg
Debug: 21 3 configuration.c:84 find_file():
found /usr/share/openocd/scripts/interface/ftdi/xds100v2.cfg
Debug: 22 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_interface ftdi
Debug: 23 4 command.c:145 script_debug(): command - interface
ocd_interface ftdi
Debug: 25 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_device_desc'...
Debug: 26 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_serial'...
Debug: 27 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_channel'...
Debug: 28 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_layout_init'...
Debug: 29 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_layout_signal'...
Debug: 30 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_set_signal'...
Debug: 31 4 command.c:366 register_command_handler(): registering
'ocd_ftdi_vid_pid'...
Debug: 32 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_vid_pid 0x0403 0xa6d0 0x0403 0x6010
Debug: 33 4 command.c:145 script_debug(): command - ftdi_vid_pid
ocd_ftdi_vid_pid 0x0403 0xa6d0 0x0403 0x6010
Debug: 35 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_init 0x0038 0x597b
Debug: 36 4 command.c:145 script_debug(): command - ftdi_layout_init
ocd_ftdi_layout_init 0x0038 0x597b
Debug: 38 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal nTRST -data 0x0010
Debug: 39 4 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal nTRST -data 0x0010
Debug: 41 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal nSRST -oe 0x0100
Debug: 42 4 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal nSRST -oe 0x0100
Debug: 44 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal EMU_EN -data 0x0020
Debug: 45 4 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal EMU_EN -data 0x0020
Debug: 47 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal EMU0 -oe 0x0040
Debug: 48 4 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal EMU0 -oe 0x0040
Debug: 50 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal EMU1 -oe 0x1000
Debug: 51 4 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal EMU1 -oe 0x1000
Debug: 53 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal PWR_RST -data 0x0800
Debug: 54 4 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal PWR_RST -data 0x0800
Debug: 56 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_layout_signal LOOPBACK -data 0x4000
Debug: 57 4 command.c:145 script_debug(): command - ftdi_layout_signal
ocd_ftdi_layout_signal LOOPBACK -data 0x4000
Debug: 59 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_echo 
Info : to use this adapter you MUST add ``init; ftdi_set_signal PWR_RST
1; jtag arp_init'' to the end of your config file!

Debug: 60 4 command.c:145 script_debug(): command - echo ocd_echo 
Info : to use this adapter you MUST add ``init; ftdi_set_signal PWR_RST
1; jtag arp_init'' to the end of your config file!

User : 62 4 command.c:764 jim_echo(): 
Info : to use this adapter you MUST add ``init; ftdi_set_signal PWR_RST
1; jtag arp_init'' to the end of your config file!

Debug: 63 4 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_adapter_khz 1000
Debug: 64 4 command.c:145 script_debug(): command - adapter_khz
ocd_adapter_khz 1000
Debug: 66 4 core.c:1629 jtag_config_khz(): handle jtag khz
Debug: 67 4 core.c:1596 adapter_khz_to_speed(): convert khz to interface
specific speed value
Debug: 68 5 core.c:1596 adapter_khz_to_speed(): convert khz to interface
specific speed value
User : 69 5 command.c:546 command_print(): adapter speed: 1000 kHz
Debug: 70 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_reset_config srst_only
Debug: 71 5 command.c:145 script_debug(): command - reset_config
ocd_reset_config srst_only
User : 73 5 command.c:546 command_print(): srst_only separate
srst_gates_jtag srst_open_drain connect_deassert_srst
Debug: 74 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_transport select
Debug: 75 5 command.c:145 script_debug(): command - ocd_transport
ocd_transport select
Info : 76 5 transport.c:287 jim_transport_select(): auto-selecting first
available session transport "jtag". To override use 'transport select
<transport>'.
Debug: 77 5 command.c:366 register_command_handler(): registering
'ocd_jtag_flush_queue_sleep'...
Debug: 78 5 command.c:366 register_command_handler(): registering
'ocd_jtag_rclk'...
Debug: 79 5 command.c:366 register_command_handler(): registering
'ocd_jtag_ntrst_delay'...
Debug: 80 5 command.c:366 register_command_handler(): registering
'ocd_jtag_ntrst_assert_width'...
Debug: 81 5 command.c:366 register_command_handler(): registering
'ocd_scan_chain'...
Debug: 82 5 command.c:366 register_command_handler(): registering
'ocd_jtag_reset'...
Debug: 83 5 command.c:366 register_command_handler(): registering
'ocd_runtest'...
Debug: 84 5 command.c:366 register_command_handler(): registering
'ocd_irscan'...
Debug: 85 5 command.c:366 register_command_handler(): registering
'ocd_verify_ircapture'...
Debug: 86 5 command.c:366 register_command_handler(): registering
'ocd_verify_jtag'...
Debug: 87 5 command.c:366 register_command_handler(): registering
'ocd_tms_sequence'...
Debug: 88 5 command.c:366 register_command_handler(): registering
'ocd_wait_srst_deassert'...
Debug: 89 5 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 90 5 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 91 5 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 92 5 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 93 5 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 94 5 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 95 5 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 96 5 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 97 5 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 98 5 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 99 5 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 100 5 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 101 5 command.c:366 register_command_handler(): registering
'ocd_jtag'...
Debug: 102 5 command.c:366 register_command_handler(): registering
'ocd_svf'...
Debug: 103 5 command.c:366 register_command_handler(): registering
'ocd_xsvf'...
Debug: 104 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_transport select
Debug: 105 5 command.c:145 script_debug(): command - ocd_transport
ocd_transport select
Debug: 106 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_jtag newtap tm4c123gh6pm cpu -expected-id
0x4ba00477 -irlen 4
Debug: 107 5 command.c:145 script_debug(): command - ocd_jtag ocd_jtag
newtap tm4c123gh6pm cpu -expected-id 0x4ba00477 -irlen 4
Debug: 108 5 tcl.c:549 jim_newtap_cmd(): Creating New Tap, Chip:
tm4c123gh6pm, Tap: cpu, Dotted: tm4c123gh6pm.cpu, 4 params
Debug: 109 5 tcl.c:573 jim_newtap_cmd(): Processing option: -expected-id
Debug: 110 5 tcl.c:573 jim_newtap_cmd(): Processing option: -irlen
Debug: 111 5 core.c:1302 jtag_tap_init(): Created Tap: tm4c123gh6pm.cpu
@ abs position 0, irlen 4, capture: 0x1 mask: 0x3
Debug: 112 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_target create tm4c123gh6pm.cpu cortex_m
-chain-position tm4c123gh6pm.cpu
Debug: 113 5 command.c:145 script_debug(): command - ocd_target
ocd_target create tm4c123gh6pm.cpu cortex_m -chain-position
tm4c123gh6pm.cpu
Debug: 114 5 target.c:1837 target_free_all_working_areas_restore():
freeing all working areas
Debug: 115 5 command.c:366 register_command_handler(): registering
'ocd_arm'...
Debug: 116 5 command.c:366 register_command_handler(): registering
'ocd_arm'...
Debug: 117 5 command.c:366 register_command_handler(): registering
'ocd_arm'...
Debug: 118 5 command.c:366 register_command_handler(): registering
'ocd_arm'...
Debug: 119 5 command.c:366 register_command_handler(): registering
'ocd_arm'...
Debug: 120 5 command.c:366 register_command_handler(): registering
'ocd_arm'...
Debug: 121 5 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 122 5 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 123 5 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 124 5 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 125 5 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 126 5 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 127 5 command.c:366 register_command_handler(): registering
'ocd_dap'...
Debug: 128 5 command.c:366 register_command_handler(): registering
'ocd_tpiu'...
Debug: 129 5 command.c:366 register_command_handler(): registering
'ocd_itm'...
Debug: 130 5 command.c:366 register_command_handler(): registering
'ocd_itm'...
Debug: 131 5 command.c:366 register_command_handler(): registering
'ocd_cortex_m'...
Debug: 132 5 command.c:366 register_command_handler(): registering
'ocd_cortex_m'...
Debug: 133 5 command.c:366 register_command_handler(): registering
'ocd_cortex_m'...
Debug: 134 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 135 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 136 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 137 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 138 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 139 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 140 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 141 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 142 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 143 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 144 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 145 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 146 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 147 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 148 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 149 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 150 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 151 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 152 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 153 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 154 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 155 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 156 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 157 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 158 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 159 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 160 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 161 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 162 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 163 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 164 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 165 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 166 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 167 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 168 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 169 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 170 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 171 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 172 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 173 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 174 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 175 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 176 5 command.c:366 register_command_handler(): registering
'ocd_tm4c123gh6pm.cpu'...
Debug: 177 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_tm4c123gh6pm.cpu configure -work-area-phys
0x20000000 -work-area-size 0x8000 -work-area-backup 0
Debug: 178 5 command.c:145 script_debug(): command -
ocd_tm4c123gh6pm.cpu ocd_tm4c123gh6pm.cpu configure -work-area-phys
0x20000000 -work-area-size 0x8000 -work-area-backup 0
Debug: 179 5 target.c:1837 target_free_all_working_areas_restore():
freeing all working areas
Debug: 180 5 target.c:1837 target_free_all_working_areas_restore():
freeing all working areas
Debug: 181 5 target.c:1837 target_free_all_working_areas_restore():
freeing all working areas
Debug: 182 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_flash bank tm4c123gh6pm.flash stellaris 0 0 0 0
tm4c123gh6pm.cpu
Debug: 183 5 command.c:145 script_debug(): command - ocd_flash ocd_flash
bank tm4c123gh6pm.flash stellaris 0 0 0 0 tm4c123gh6pm.cpu
Debug: 185 5 command.c:366 register_command_handler(): registering
'ocd_stellaris'...
Debug: 186 5 command.c:366 register_command_handler(): registering
'ocd_stellaris'...
Debug: 187 5 tcl.c:824 handle_flash_bank_command(): 'stellaris' driver
usage field missing
Debug: 188 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_init
Debug: 189 5 command.c:145 script_debug(): command - init ocd_init
Debug: 191 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_target init
Debug: 192 5 command.c:145 script_debug(): command - ocd_target
ocd_target init
Debug: 194 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_target names
Debug: 195 5 command.c:145 script_debug(): command - ocd_target
ocd_target names
Debug: 196 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_tm4c123gh6pm.cpu cget -event gdb-flash-erase-start
Debug: 197 5 command.c:145 script_debug(): command -
ocd_tm4c123gh6pm.cpu ocd_tm4c123gh6pm.cpu cget -event
gdb-flash-erase-start
Debug: 198 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_tm4c123gh6pm.cpu configure -event
gdb-flash-erase-start reset init
Debug: 199 5 command.c:145 script_debug(): command -
ocd_tm4c123gh6pm.cpu ocd_tm4c123gh6pm.cpu configure -event
gdb-flash-erase-start reset init
Debug: 200 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_tm4c123gh6pm.cpu cget -event gdb-flash-write-end
Debug: 201 5 command.c:145 script_debug(): command -
ocd_tm4c123gh6pm.cpu ocd_tm4c123gh6pm.cpu cget -event
gdb-flash-write-end
Debug: 202 5 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_tm4c123gh6pm.cpu configure -event
gdb-flash-write-end reset halt
Debug: 203 5 command.c:145 script_debug(): command -
ocd_tm4c123gh6pm.cpu ocd_tm4c123gh6pm.cpu configure -event
gdb-flash-write-end reset halt
Debug: 204 5 target.c:1313 handle_target_init_command(): Initializing
targets...
Debug: 205 5 command.c:366 register_command_handler(): registering
'ocd_target_request'...
Debug: 206 5 command.c:366 register_command_handler(): registering
'ocd_trace'...
Debug: 207 5 command.c:366 register_command_handler(): registering
'ocd_trace'...
Debug: 208 5 command.c:366 register_command_handler(): registering
'ocd_fast_load_image'...
Debug: 209 5 command.c:366 register_command_handler(): registering
'ocd_fast_load'...
Debug: 210 5 command.c:366 register_command_handler(): registering
'ocd_profile'...
Debug: 211 5 command.c:366 register_command_handler(): registering
'ocd_virt2phys'...
Debug: 212 5 command.c:366 register_command_handler(): registering
'ocd_reg'...
Debug: 213 5 command.c:366 register_command_handler(): registering
'ocd_poll'...
Debug: 214 5 command.c:366 register_command_handler(): registering
'ocd_wait_halt'...
Debug: 215 5 command.c:366 register_command_handler(): registering
'ocd_halt'...
Debug: 216 5 command.c:366 register_command_handler(): registering
'ocd_resume'...
Debug: 217 5 command.c:366 register_command_handler(): registering
'ocd_reset'...
Debug: 218 5 command.c:366 register_command_handler(): registering
'ocd_soft_reset_halt'...
Debug: 219 5 command.c:366 register_command_handler(): registering
'ocd_step'...
Debug: 220 5 command.c:366 register_command_handler(): registering
'ocd_mdw'...
Debug: 221 5 command.c:366 register_command_handler(): registering
'ocd_mdh'...
Debug: 222 5 command.c:366 register_command_handler(): registering
'ocd_mdb'...
Debug: 223 5 command.c:366 register_command_handler(): registering
'ocd_mww'...
Debug: 224 5 command.c:366 register_command_handler(): registering
'ocd_mwh'...
Debug: 225 5 command.c:366 register_command_handler(): registering
'ocd_mwb'...
Debug: 226 5 command.c:366 register_command_handler(): registering
'ocd_bp'...
Debug: 227 5 command.c:366 register_command_handler(): registering
'ocd_rbp'...
Debug: 228 5 command.c:366 register_command_handler(): registering
'ocd_wp'...
Debug: 229 5 command.c:366 register_command_handler(): registering
'ocd_rwp'...
Debug: 230 5 command.c:366 register_command_handler(): registering
'ocd_load_image'...
Debug: 231 5 command.c:366 register_command_handler(): registering
'ocd_dump_image'...
Debug: 232 5 command.c:366 register_command_handler(): registering
'ocd_verify_image'...
Debug: 233 5 command.c:366 register_command_handler(): registering
'ocd_test_image'...
Debug: 234 5 command.c:366 register_command_handler(): registering
'ocd_reset_nag'...
Debug: 235 6 command.c:366 register_command_handler(): registering
'ocd_ps'...
Debug: 236 6 command.c:366 register_command_handler(): registering
'ocd_test_mem_access'...
Debug: 237 6 ftdi.c:625 ftdi_initialize(): ftdi interface using shortest
path jtag state transitions
Debug: 238 6 mpsse.c:363 mpsse_purge(): -
Debug: 239 6 mpsse.c:644 mpsse_loopback_config(): off
Debug: 240 6 mpsse.c:689 mpsse_set_frequency(): target 1000000 Hz
Debug: 241 6 mpsse.c:681 mpsse_rtck_config(): off
Debug: 242 6 mpsse.c:670 mpsse_divide_by_5_config(): off
Debug: 243 6 mpsse.c:650 mpsse_set_divisor(): 29
Debug: 244 6 mpsse.c:713 mpsse_set_frequency(): actually 1000000 Hz
Debug: 245 6 core.c:1596 adapter_khz_to_speed(): convert khz to
interface specific speed value
Debug: 246 6 core.c:1599 adapter_khz_to_speed(): have interface set up
Debug: 247 6 mpsse.c:689 mpsse_set_frequency(): target 1000000 Hz
Debug: 248 6 mpsse.c:681 mpsse_rtck_config(): off
Debug: 249 6 mpsse.c:670 mpsse_divide_by_5_config(): off
Debug: 250 6 mpsse.c:650 mpsse_set_divisor(): 29
Debug: 251 6 mpsse.c:713 mpsse_set_frequency(): actually 1000000 Hz
Debug: 252 6 core.c:1596 adapter_khz_to_speed(): convert khz to
interface specific speed value
Debug: 253 6 core.c:1599 adapter_khz_to_speed(): have interface set up
Info : 254 6 core.c:1384 adapter_init(): clock speed 1000 kHz
Debug: 255 6 openocd.c:137 handle_init_command(): Debug Adapter init
complete
Debug: 256 6 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_transport init
Debug: 257 6 command.c:145 script_debug(): command - ocd_transport
ocd_transport init
Debug: 259 6 transport.c:240 handle_transport_init():
handle_transport_init
Debug: 260 6 core.c:730 jtag_add_reset(): SRST line released
Debug: 261 6 core.c:754 jtag_add_reset(): TRST line released
Debug: 262 6 core.c:328 jtag_call_event_callbacks(): jtag event: TAP
reset
Debug: 263 7 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_jtag arp_init
Debug: 264 7 command.c:145 script_debug(): command - ocd_jtag ocd_jtag
arp_init
Debug: 265 7 core.c:1397 jtag_init_inner(): Init JTAG chain
Debug: 266 7 core.c:328 jtag_call_event_callbacks(): jtag event: TAP
reset
Debug: 267 7 core.c:1058 jtag_examine_chain(): DR scan interrogation for
IDCODE/BYPASS
Debug: 268 7 core.c:328 jtag_call_event_callbacks(): jtag event: TAP
reset
Error: 269 7 core.c:948 jtag_examine_chain_check(): JTAG scan chain
interrogation failed: all ones
Error: 270 7 core.c:949 jtag_examine_chain_check(): Check JTAG
interface, timings, target power, etc.
Error: 271 7 core.c:1442 jtag_init_inner(): Trying to use configured
scan chain anyway...
Debug: 272 7 core.c:1188 jtag_validate_ircapture(): IR capture
validation scan
Error: 273 7 core.c:1240 jtag_validate_ircapture(): tm4c123gh6pm.cpu: IR
capture error; saw 0x0f not 0x01
Debug: 274 7 core.c:328 jtag_call_event_callbacks(): jtag event: TAP
reset
Warn : 275 7 core.c:1465 jtag_init_inner(): Bypassing JTAG setup events
due to errors
Debug: 276 7 openocd.c:150 handle_init_command(): Examining targets...
Debug: 277 7 target.c:1465 target_call_event_callbacks(): target event
21 (examine-start)
Debug: 278 8 arm_adi_v5.c:649 ahbap_debugport_init():  
Debug: 279 8 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 280 8 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 281 8 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 282 8 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 283 8 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 284 8 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 285 8 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 286 8 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 287 9 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 288 9 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 289 9 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 290 9 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 291 9 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 292 9 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 293 10 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 294 10 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 295 10 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 296 10 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 297 10 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 298 10 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 299 11 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 300 11 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 301 11 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 302 11 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 303 11 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 304 11 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 305 12 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 306 12 arm_adi_v5.c:691 ahbap_debugport_init(): DAP: wait
CDBGPWRUPACK
Debug: 307 12 arm_adi_v5.h:391 dap_dp_poll_register(): DAP: poll 4, mask
0x0820000000, value 0x20000000
Warn : 308 12 adi_v5_jtag.c:252 jtagdp_transaction_endcheck(): Invalid
ACK 0x7 in JTAG-DP transaction
Debug: 309 12 openocd.c:152 handle_init_command(): target examination
failed
Debug: 310 12 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_flash init
Debug: 311 12 command.c:145 script_debug(): command - ocd_flash
ocd_flash init
Debug: 313 12 tcl.c:890 handle_flash_init_command(): Initializing flash
devices...
Debug: 314 12 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 315 12 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 316 12 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 317 12 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 318 12 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 319 12 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 320 12 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 321 12 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 322 12 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 323 12 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 324 12 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 325 12 command.c:366 register_command_handler(): registering
'ocd_flash'...
Debug: 326 12 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_mflash init
Debug: 327 13 command.c:145 script_debug(): command - ocd_mflash
ocd_mflash init
Debug: 329 13 mflash.c:1379 handle_mflash_init_command(): Initializing
mflash devices...
Debug: 330 13 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_nand init
Debug: 331 13 command.c:145 script_debug(): command - ocd_nand ocd_nand
init
Debug: 333 13 tcl.c:497 handle_nand_init_command(): Initializing NAND
devices...
Debug: 334 13 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_pld init
Debug: 335 13 command.c:145 script_debug(): command - ocd_pld ocd_pld
init
Debug: 337 13 pld.c:207 handle_pld_init_command(): Initializing PLDs...
Debug: 338 13 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_ftdi_set_signal PWR_RST 1
Debug: 339 13 command.c:145 script_debug(): command - ftdi_set_signal
ocd_ftdi_set_signal PWR_RST 1
Debug: 341 13 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_jtag arp_init
Debug: 342 13 command.c:145 script_debug(): command - ocd_jtag ocd_jtag
arp_init
Debug: 343 13 core.c:1397 jtag_init_inner(): Init JTAG chain
Debug: 344 13 core.c:328 jtag_call_event_callbacks(): jtag event: TAP
reset
Debug: 345 13 core.c:1058 jtag_examine_chain(): DR scan interrogation
for IDCODE/BYPASS
Debug: 346 13 core.c:328 jtag_call_event_callbacks(): jtag event: TAP
reset
Info : 347 13 core.c:958 jtag_examine_chain_display(): JTAG tap:
tm4c123gh6pm.cpu tap/device found: 0x4ba00477 (mfg: 0x23b, part: 0xba00,
ver: 0x4)
Debug: 348 13 core.c:1188 jtag_validate_ircapture(): IR capture
validation scan
Debug: 349 14 core.c:1246 jtag_validate_ircapture(): tm4c123gh6pm.cpu:
IR capture 0x01
Debug: 350 14 command.c:145 script_debug(): command - ocd_command
ocd_command type ocd_halt
Debug: 351 14 command.c:145 script_debug(): command - halt ocd_halt
Debug: 353 14 target.c:2759 handle_halt_command(): -
Error: 354 14 target.c:549 target_halt(): Target not examined yet
Debug: 355 14 command.c:628 run_command(): Command failed with error
code -4
User : 356 14 command.c:689 command_run_line(): 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to