Advertisement
Guest User

log with ep1k30 and ADSP on the chain

a guest
Jun 25th, 2021
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 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 ep1k30 tap -irlen 10 -expected-id 0x110300dd"
  6.  
  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 ep1k30.tap does not have valid IDCODE (idcode=0x220601ba)
  21. Info : JTAG tap: auto0.tap tap/device found: 0x110300dd (mfg: 0x06e (Altera), part: 0x1030, ver: 0x1)
  22. Warn : AUTO auto0.tap - use "jtag newtap auto0 tap -irlen 2 -expected-id 0x110300dd"
  23. Error: auto0.tap: IR capture error; saw 0x0002 not 0x0001
  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