Advertisement
Guest User

without config

a guest
Jun 25th, 2021
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. % openocd \
  2. --file interface/jlink.cfg \
  3. --command "adapter speed 15000" \
  4. --command "transport select jtag"
  5. Open On-Chip Debugger 0.11.0
  6. Licensed under GNU GPL v2
  7. For bug reports, read
  8. http://openocd.org/doc/doxygen/bugs.html
  9. adapter speed: 15000 kHz
  10.  
  11. jtag
  12. Info : Listening on port 6666 for tcl connections
  13. Info : Listening on port 4444 for telnet connections
  14. Info : J-Link V9 compiled Mar 29 2018 17:46:13
  15. Info : Hardware version: 9.60
  16. Info : VTarget = 3.301 V
  17. Info : clock speed 15000 kHz
  18. Warn : There are no enabled taps. AUTO PROBING MIGHT NOT WORK!!
  19. Info : TAP auto0.tap does not have valid IDCODE (idcode=0x220601ba)
  20. Info : JTAG tap: auto1.tap tap/device found: 0x110300dd (mfg: 0x06e (Altera), part: 0x1030, ver: 0x1)
  21. Warn : AUTO auto0.tap - use "jtag newtap auto0 tap -irlen 5 -expected-id 0x00000000"
  22. Warn : AUTO auto1.tap - use "jtag newtap auto1 tap -irlen 2 -expected-id 0x110300dd"
  23. Error: IR capture error at bit 7, saw 0x03ffffffffffffffffffffffffffaaa1 not 0x...3
  24. Warn : Bypassing JTAG setup events due to errors
  25. Warn : gdb services need one or more targets defined
  26. ^Cshutdown command invoked
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement