Advertisement
Guest User

NSLU2 JTAG issues

a guest
Apr 29th, 2015
1,227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. $ openocd -f interface/ftdi/olimex-arm-usb-ocd.cfg -f board/linksys_nslu2.cfg
  2. Open On-Chip Debugger 0.8.0 (2015-04-14-09:12)
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.sourceforge.net/doc/doxygen/bugs.html
  6.  
  7. Info : only one transport option; autoselect 'jtag'
  8. adapter speed: 300 kHz
  9. Info : ixp42x.cpu: hardware has 2 breakpoints and 2 watchpoints
  10. 0
  11. Info : clock speed 300 kHz
  12. Info : JTAG tap: ixp42x.cpu tap/device found: 0x29277013 (mfg: 0x009,
  13. part: 0x9277, ver: 0x2)
  14. [..]
  15.  
  16. $ telnet localhost 4444
  17. Trying ::1...
  18. Trying 127.0.0.1...
  19. Connected to localhost.
  20. Escape character is '^]'.
  21. Open On-Chip Debugger
  22. > halt
  23. target was in unknown state when halt was requested
  24. in procedure 'halt'
  25. > poll
  26. background polling: on
  27. TAP: ixp42x.cpu (enabled)
  28. target state: unknown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement