This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| openocd:starting_openocd [2018/08/20 17:33] – created mgehrig2 | openocd:starting_openocd [2022/11/24 16:06] (current) – ursgraf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Starting OpenOCD ====== | ====== Starting OpenOCD ====== | ||
| - | OpenOCD | + | OpenOCD |
| + | * to the command line interface of OpenOCD with a telnet connection on port 4444 | ||
| + | * to the GDB server on port 3333 | ||
| - | OpenOCD | + | OpenOCD |
| + | ==== Windows ==== | ||
| + | Navigate to your '' | ||
| + | * On the Zybo board start '' | ||
| + | * On the Microzed board start '' | ||
| - | After startup the shell of OpenOCD is blocked. | ||
| - | With a telnet connection on localhost: | + | ==== Linux ==== |
| - | + | Navigate to your '' | |
| - | The gdb connects over port 3333. | + | * On the Zybo board start with '' |
| + | * On the Microzed board start with '' | ||
| + | Alternatively, | ||
| + | * '' | ||
| + | * '' | ||