mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-16 06:37:23 +08:00
34 lines
1.3 KiB
Plaintext
34 lines
1.3 KiB
Plaintext
'
|
|
' Executable debugging : JTAG
|
|
'
|
|
' Copyright (c) 2018 Chris Johns <chrisj@rtems.org>
|
|
' All rights reserved.
|
|
'
|
|
@startditaa
|
|
|
|
+---------------------------------+
|
|
| OpenOCD |
|
|
| |
|
|
+----------+ | +--------+ |
|
|
| | TCP | /---------------\ | | |
|
|
| GDB |<-------->| GDB server |<->| JTAG | |
|
|
| | | \---------------/ | | |
|
|
+----------+ | +--------+ |
|
|
^ | ^ |
|
|
| +---------------------------|-----+
|
|
/-----\ | USB
|
|
| ELF | V
|
|
\-----/ /-------\
|
|
| POD |
|
|
\-------/
|
|
^
|
|
| cable
|
|
V
|
|
+----------+
|
|
| |
|
|
| Target |
|
|
| |
|
|
+----------+
|
|
|
|
@endditaa
|