Created
April 5, 2015 14:11
-
-
Save jitomesky/4d247a26aee1daa828fc to your computer and use it in GitHub Desktop.
ARM-USB-TINY-H with new OpenOCD's ftdi driver
This file contains 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
$ openocd -f interface/ftdi/olimex-arm-usb-tiny-h.cfg -c "transport select jtag" -f rpi2.cfg | |
Open On-Chip Debugger 0.9.0-dev-00358-gd3c2679-dirty (2015-04-03-21:53) | |
Licensed under GNU GPL v2 | |
For bug reports, read | |
http://openocd.sourceforge.net/doc/doxygen/bugs.html | |
jtag | |
adapter speed: 1000 kHz | |
adapter_nsrst_delay: 400 | |
none separate | |
Info : clock speed 1000 kHz | |
Info : JTAG tap: rpi2.dap tap/device found: 0x4ba00477 (mfg: 0x23b, part: 0xba00, ver: 0x4) | |
Info : rpi2.cpu.0: hardware has 6 breakpoints, 4 watchpoints | |
Info : rpi2.cpu.1: hardware has 6 breakpoints, 4 watchpoints | |
Info : rpi2.cpu.2: hardware has 6 breakpoints, 4 watchpoints | |
Info : rpi2.cpu.3: hardware has 6 breakpoints, 4 watchpoints |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment