Advertisement
Guest User

Untitled

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