Advertisement
Guest User

Untitled

a guest
Oct 15th, 2018
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. root@localhost:~# openocd -f interface/jlink.cfg -f target/imx6.cfg
  2. Open On-Chip Debugger 0.10.0+dev-00548-g06589d2d (2018-10-15-22:06)
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.org/doc/doxygen/bugs.html
  6. Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'.
  7. Warn : imx6.sdma: nonstandard IR value
  8. adapter speed: 1000 kHz
  9. Info : Listening on port 6666 for tcl connections
  10. Info : Listening on port 4444 for telnet connections
  11. Info : J-Link ARM V8 compiled Nov 14 2012 22:34:52
  12. Info : Hardware version: 8.00
  13. Info : VTarget = 3.293 V
  14. Info : clock speed 1000 kHz
  15. Info : JTAG tap: imx6.cpu tap/device found: 0x4ba00477 (mfg: 0x23b (ARM Ltd.), part: 0xba00, ver: 0x4)
  16. Info : TAP imx6.sdma does not have IDCODE
  17. Info : JTAG tap: imx6.sjc tap/device found: 0x2191c01d (mfg: 0x00e (Freescale (Motorola)), part: 0x191c, ver: 0x2)
  18. Info : imx6.cpu.0: hardware has 6 breakpoints, 4 watchpoints
  19. Info : Listening on port 3333 for gdb connections
  20. Info : accepting 'gdb' connection on tcp/3333
  21. Error: attempted 'gdb' connection rejected
  22. Info : accepting 'telnet' connection on tcp/4444
  23. adapter speed: 1000 kHz
  24. Info : JTAG tap: imx6.cpu tap/device found: 0x4ba00477 (mfg: 0x23b (ARM Ltd.), part: 0xba00, ver: 0x4)
  25. Info : TAP imx6.sdma does not have IDCODE
  26. Info : JTAG tap: imx6.sjc tap/device found: 0x2191c01d (mfg: 0x00e (Freescale (Motorola)), part: 0x191c, ver: 0x2)
  27. Error: imx6.cpu.0: how to reset?
  28. in procedure 'reset'
  29. in procedure 'ocd_bouncer'
  30.  
  31.  
  32. Error: unknown reset_config flag (seperate)
  33. reset_config [none|trst_only|srst_only|trst_and_srst]
  34. [srst_pulls_trst|trst_pulls_srst|combined|separate]
  35. [srst_gates_jtag|srst_nogate] [trst_push_pull|trst_open_drain]
  36. [srst_push_pull|srst_open_drain]
  37. [connect_deassert_srst|connect_assert_srst]
  38.  
  39. trst_and_srst separate srst_gates_jtag trst_push_pull srst_open_drain connect_deassert_srst
  40. adapter speed: 1000 kHz
  41. Error: JTAG scan chain interrogation failed: all zeroes
  42. Error: Check JTAG interface, timings, target power, etc.
  43. Error: Trying to use configured scan chain anyway...
  44. Error: imx6.cpu: IR capture error; saw 0x00 not 0x01
  45. Warn : Bypassing JTAG setup events due to errors
  46. Error: Invalid ACK (0) in DAP response
  47. Error: Invalid ACK (0) in DAP response
  48. Error: Invalid ACK (7) in DAP response
  49. Error: Debug regions are unpowered, an unexpected reset might have happened
  50. Error: JTAG-DP STICKY ERROR
  51. Error: Could not find APB-AP for debug access
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement