Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Trying 127.0.0.1...
- Connected to localhost.
- Escape character is '^]'.
- Open On-Chip Debugger
- > targets
- TargetName Type Endian TapName State
- -- ------------------ ---------- ------ ------------------ ------------
- 0 arria10.cpu.0 cortex_a little arria10.cpu running
- 1* arria10.cpu.1 cortex_a little arria10.cpu examine deferred
- > targets arria10.cpu.0
- > targets
- TargetName Type Endian TapName State
- -- ------------------ ---------- ------ ------------------ ------------
- 0* arria10.cpu.0 cortex_a little arria10.cpu running
- 1 arria10.cpu.1 cortex_a little arria10.cpu examine deferred
- > arp_halt
- invalid command name "arp_halt"
- > arp_reset
- invalid command name "arp_reset"
- > reset
- JTAG tap: 10m50.tap tap/device found: 0x031830dd (mfg: 0x06e (Altera), part: 0x3183, ver: 0x0)
- JTAG tap: arria10.cpu tap/device found: 0x4ba00477 (mfg: 0x23b (ARM Ltd.), part: 0xba00, ver: 0x4)
- JTAG tap: arria10.fpga.tap tap/device found: 0x02e630dd (mfg: 0x06e (Altera), part: 0x2e63, ver: 0x0)
- Deferring arp_examine of arria10.cpu.1
- Use arp_examine command to examine it manually!
- arria10.cpu.0: how to reset?
- in procedure 'reset'
- in procedure 'ocd_bouncer'
- > arria10.cpu.0 arp_reset
- embedded:startup.tcl:21: Error: wrong # args: should be "([tT]|[fF]|assert|deassert) BOOL"
- in procedure 'arria10.cpu.0'
- in procedure 'ocd_bouncer'
- at file "embedded:startup.tcl", line 21
- > arria10.cpu.0 arp_reset assert 1
- arria10.cpu.0: how to reset?
- embedded:startup.tcl:21: Error:
- in procedure 'arria10.cpu.0'
- in procedure 'ocd_bouncer'
- at file "embedded:startup.tcl", line 21
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement