Created
February 19, 2018 10:44
-
-
Save aep/d3edf0fea9352bb1d07fe36d15db0168 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aep@derp: ~/kram openocd -f openocd.conf -f target/ar71xx.cfg | |
Open On-Chip Debugger 0.10.0 | |
Licensed under GNU GPL v2 | |
For bug reports, read | |
http://openocd.org/doc/doxygen/bugs.html | |
Info : If you need SWD support, flash KT-Link buffer from https://github.com/bharrisau/busblaster | |
and use dp_busblaster_kt-link.cfg instead | |
adapter speed: 1000 kHz | |
jtag | |
adapter_nsrst_delay: 100 | |
jtag_ntrst_delay: 100 | |
trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain connect_deassert_srst | |
131072 | |
Info : clock speed 1000 kHz | |
Info : TAP ar71xx.cpu does not have IDCODE | |
Error: ar71xx.cpu: IR capture error; saw 0x11 not 0x01 | |
Warn : Bypassing JTAG setup events due to errors | |
Info : accepting 'telnet' connection on tcp/4444 | |
Info : JTAG tap: ar71xx.cpu tap/device found: 0x00000001 (mfg: 0x000 (<invalid>), part: 0x0000, ver: 0x0) | |
Error: timed out while waiting for target halted | |
TARGET: ar71xx.cpu - Not halted | |
in procedure 'reset' | |
in procedure 'ocd_bouncer' | |
Info : Halt timed out, wake up GDB. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment