Advertisement
Guest User

openocd imx7 colibri

a guest
Apr 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.56 KB | None | 0 0
  1. $ #output of openocd
  2. $ sudo build/bin/openocd -f tcl/interface/ftdi/dp_busblasg -f tcl/board/nxp_imx7sabre.cfg
  3. Open On-Chip Debugger 0.10.0+dev-00403-g3737dd6 (2018-04-23-09:42)
  4. Licensed under GNU GPL v2
  5. For bug reports, read
  6.         http://openocd.org/doc/doxygen/bugs.html
  7. Info : If you need SWD support, flash KT-Link buffer from https://github.com/bharrisau/busblaster
  8. and use dp_busblaster_kt-link.cfg instead
  9. adapter speed: 1000 kHz
  10. trst_and_srst separate srst_gates_jtag trst_push_pull srst_push_pull connect_deassert_srst
  11. adapter_nsrst_delay: 100
  12. Info : Listening on port 6666 for tcl connections
  13. Info : Listening on port 4444 for telnet connections
  14. Info : clock speed 1000 kHz
  15. Info : JTAG tap: imx7.cpu tap/device found: 0x5ba00477 (mfg: 0x23b (ARM Ltd.), part: 0xba00, ver: 0x5)
  16. Info : imx7.cpu_a7.0: hardware has 6 breakpoints, 4 watchpoints
  17. Info : imx7.cpu_a7.0 rev 5, partnum c07, arch f, variant 0, implementor 41
  18. Info : imx7.cpu_a7.0 cluster 0 core 0 multi core
  19. Info : Listening on port 3333 for gdb connections
  20. Info : Listening on port 3334 for gdb connections
  21. # Telnet connexion
  22. Info : accepting 'telnet' connection on tcp/4444
  23. # running 'reset init' from telnet
  24. Info : JTAG tap: imx7.cpu tap/device found: 0x5ba00477 (mfg: 0x23b (ARM Ltd.), part: 0xba00, ver: 0x5)
  25. Info : Deferring arp_examine of imx7.cpu_a7.1
  26. Info : Use arp_examine command to examine it manually!
  27. Info : Deferring arp_examine of imx7.cpu_m4
  28. Info : Use arp_examine command to examine it manually!
  29. target halted in ARM state due to debug-request, current mode: Undefined instruction
  30. cpsr: 0x200001db pc: 0x9ffb3fe0
  31. Info : imx7.cpu_a7.0 rev 5, partnum c07, arch f, variant 0, implementor 41
  32. MMU: disabled, D-Cache: disabled, I-Cache: enabled
  33. Warn : imx7.cpu_a7.1: ran after reset and before halt ...
  34. memory bus access delay set to 0 tck
  35.  
  36. # Output from telnet
  37. $ telnet localhost 4444
  38. Trying 127.0.0.1...
  39. Connected to localhost.
  40. Escape character is '^]'.
  41. Open On-Chip Debugger
  42. > reset init
  43. JTAG tap: imx7.cpu tap/device found: 0x5ba00477 (mfg: 0x23b (ARM Ltd.), part: 0xba00, ver: 0x5)
  44. Deferring arp_examine of imx7.cpu_a7.1
  45. Use arp_examine command to examine it manually!
  46. Deferring arp_examine of imx7.cpu_m4
  47. Use arp_examine command to examine it manually!
  48. target halted in ARM state due to debug-request, current mode: Undefined instruction
  49. cpsr: 0x200001db pc: 0x9ffb3fe0
  50. imx7.cpu_a7.0 rev 5, partnum c07, arch f, variant 0, implementor 41
  51. MMU: disabled, D-Cache: disabled, I-Cache: enabled
  52. imx7.cpu_a7.1: ran after reset and before halt ...
  53. memory bus access delay set to 0 tck
  54. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement