Advertisement
wkchu

Untitled

Nov 2nd, 2018
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. Trying 127.0.0.1...
  2. Connected to localhost.
  3. Escape character is '^]'.
  4. Open On-Chip Debugger
  5. > targets
  6. TargetName Type Endian TapName State
  7. -- ------------------ ---------- ------ ------------------ ------------
  8. 0 arria10.cpu.0 cortex_a little arria10.cpu running
  9. 1* arria10.cpu.1 cortex_a little arria10.cpu examine deferred
  10. > targets arria10.cpu.0
  11. > targets
  12. TargetName Type Endian TapName State
  13. -- ------------------ ---------- ------ ------------------ ------------
  14. 0* arria10.cpu.0 cortex_a little arria10.cpu running
  15. 1 arria10.cpu.1 cortex_a little arria10.cpu examine deferred
  16. > arp_halt
  17. invalid command name "arp_halt"
  18. > arp_reset
  19. invalid command name "arp_reset"
  20. > reset
  21. JTAG tap: 10m50.tap tap/device found: 0x031830dd (mfg: 0x06e (Altera), part: 0x3183, ver: 0x0)
  22. JTAG tap: arria10.cpu tap/device found: 0x4ba00477 (mfg: 0x23b (ARM Ltd.), part: 0xba00, ver: 0x4)
  23. JTAG tap: arria10.fpga.tap tap/device found: 0x02e630dd (mfg: 0x06e (Altera), part: 0x2e63, ver: 0x0)
  24. Deferring arp_examine of arria10.cpu.1
  25. Use arp_examine command to examine it manually!
  26. arria10.cpu.0: how to reset?
  27. in procedure 'reset'
  28. in procedure 'ocd_bouncer'
  29.  
  30.  
  31. > arria10.cpu.0 arp_reset
  32. embedded:startup.tcl:21: Error: wrong # args: should be "([tT]|[fF]|assert|deassert) BOOL"
  33. in procedure 'arria10.cpu.0'
  34. in procedure 'ocd_bouncer'
  35. at file "embedded:startup.tcl", line 21
  36. > arria10.cpu.0 arp_reset assert 1
  37. arria10.cpu.0: how to reset?
  38. embedded:startup.tcl:21: Error:
  39. in procedure 'arria10.cpu.0'
  40. in procedure 'ocd_bouncer'
  41. at file "embedded:startup.tcl", line 21
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement