Advertisement
Guest User

Untitled

a guest
Jul 12th, 2011
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. wmat@univac:~/openocd-bin$ sudo openocd -f interface/flyswatter2.cfg -f board/ti_pandaboard.cfg
  2. Open On-Chip Debugger 0.5.0-dev-00950-g898dd3a-dirty (2011-07-12-15:43)
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.berlios.de/doc/doxygen/bugs.html
  6. Info : only one transport option; autoselect 'jtag'
  7. 15000 kHz
  8. RCLK - adaptive
  9. Using dbgbase = 0x80000000
  10. force hard breakpoints
  11. trst_only separate trst_push_pull
  12. Info : max TCK change to: 30000 kHz
  13. Info : RCLK (adaptive clock speed)
  14. Error: couldn't read enough bytes from FT2232 device (0 < 81)
  15. Error: couldn't read from FT2232
  16. in procedure 'runtest'
  17. Info : JTAG tap: omap4430.jrc tap/device found: 0x000000ff (mfg: 0x07f, part: 0x0000, ver: 0x0)
  18. Warn : JTAG tap: omap4430.jrc UNEXPECTED: 0x000000ff (mfg: 0x07f, part: 0x0000, ver: 0x0)
  19. Error: JTAG tap: omap4430.jrc expected 1 of 2: 0x3b95c02f (mfg: 0x017, part: 0xb95c, ver: 0x3)
  20. Error: JTAG tap: omap4430.jrc expected 2 of 2: 0x1b85202f (mfg: 0x017, part: 0xb852, ver: 0x1)
  21. Error: Trying to use configured scan chain anyway...
  22. Error: couldn't read enough bytes from FT2232 device (0 < 2)
  23. Error: couldn't read from FT2232
  24. Warn : Bypassing JTAG setup events due to errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement