Advertisement
wkchu

Untitled

Nov 2nd, 2018
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. [xrn@a23pc07 tcl]$ sudo ../src/openocd -f interface/altera-usb-blaster.cfg -f board/reflexces_achilles_i-dev_kit_arria10.cfg
  2. Open On-Chip Debugger 0.10.0+dev-00444-g8b8b6655 (2018-06-27-17:46)
  3. Licensed under GNU GPL v2
  4. For bug reports, read
  5. http://openocd.org/doc/doxygen/bugs.html
  6. Warn : Adapter driver 'usb_blaster' did not declare which transports it allows; assuming legacy JTAG-only
  7. Info : only one transport option; autoselect 'jtag'
  8. Using external debugger
  9. Info : Listening on port 6666 for tcl connections
  10. Info : Listening on port 4444 for telnet connections
  11. Info : usb blaster interface using libftdi
  12. Info : This adapter doesn't support configurable speed
  13. Info : JTAG tap: 10m50.tap tap/device found: 0x031830dd (mfg: 0x06e (Altera), part: 0x3183, ver: 0x0)
  14. Info : JTAG tap: arria10.cpu tap/device found: 0x4ba00477 (mfg: 0x23b (ARM Ltd.), part: 0xba00, ver: 0x4)
  15. Info : JTAG tap: arria10.fpga.tap tap/device found: 0x02e630dd (mfg: 0x06e (Altera), part: 0x2e63, ver: 0x0)
  16. Info : arria10.cpu.0: hardware has 6 breakpoints, 4 watchpoints
  17. Info : arria10.cpu.0 rev 1, partnum c09, arch f, variant 4, implementor 41
  18. Info : arria10.cpu.0 cluster 0 core 0 multi core
  19. Info : Listening on port 3333 for gdb connections
  20. Info : accepting 'telnet' connection on tcp/4444
  21. TargetName Type Endian TapName State
  22. -- ------------------ ---------- ------ ------------------ ------------
  23. 0 arria10.cpu.0 cortex_a little arria10.cpu halted
  24. 1* arria10.cpu.1 cortex_a little arria10.cpu examine deferred
  25. Error: Target not examined yet
  26.  
  27. Info : arria10.cpu.1: hardware has 6 breakpoints, 4 watchpoints
  28. TargetName Type Endian TapName State
  29. -- ------------------ ---------- ------ ------------------ ------------
  30. 0 arria10.cpu.0 cortex_a little arria10.cpu halted
  31. 1* arria10.cpu.1 cortex_a little arria10.cpu running
  32. Error: armv7a_l1_d_cache_sanity_check: target not halted
  33. Error: arm7a_l2x_sanity_check: target not halted
  34. Error: cortex_a_mmu: target not halted
  35. Warn : target not halted
  36.  
  37. Error: Timeout waiting for halt
  38. embedded:startup.tcl:21: Error:
  39. in procedure 'arria10.cpu.1'
  40. in procedure 'ocd_bouncer'
  41. at file "embedded:startup.tcl", line 21
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48. [xrn@a23pc07 tcl]$ telnet localhost 4444
  49. Trying ::1...
  50. Connection failed: Connection refused
  51. Trying 127.0.0.1...
  52. Connected to localhost.
  53. Escape character is '^]'.
  54. Open On-Chip Debugger
  55. > targets
  56. TargetName Type Endian TapName State
  57. -- ------------------ ---------- ------ ------------------ ------------
  58. 0 arria10.cpu.0 cortex_a little arria10.cpu halted
  59. 1* arria10.cpu.1 cortex_a little arria10.cpu examine deferred
  60. > load_image /home/xrn/Data/projects/reptil/epo_uboot/reptil_uboot/u-boot 0xffe00000 elf
  61. Target not examined yet
  62.  
  63. > arria10.cpu.1 arp_examine
  64. arria10.cpu.1: hardware has 6 breakpoints, 4 watchpoints
  65. > arria10.cpu.0 arp_examine
  66. > targets
  67. TargetName Type Endian TapName State
  68. -- ------------------ ---------- ------ ------------------ ------------
  69. 0 arria10.cpu.0 cortex_a little arria10.cpu halted
  70. 1* arria10.cpu.1 cortex_a little arria10.cpu running
  71. > load_image /home/xrn/Data/projects/reptil/epo_uboot/reptil_uboot/u-boot 0xffe00000 elf
  72. armv7a_l1_d_cache_sanity_check: target not halted
  73. arm7a_l2x_sanity_check: target not halted
  74. cortex_a_mmu: target not halted
  75. target not halted
  76.  
  77. > arria10.cpu.0 arp_halt
  78. > arria10.cpu.1 arp_halt
  79. Timeout waiting for halt
  80. embedded:startup.tcl:21: Error:
  81. in procedure 'arria10.cpu.1'
  82. in procedure 'ocd_bouncer'
  83. at file "embedded:startup.tcl", line 21
  84. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement