This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| openocd:starting_openocd [2020/12/09 22:00] – [Starting OpenOCD] ursgraf | openocd:starting_openocd [2022/11/24 16:06] (current) – ursgraf | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| * to the command line interface of OpenOCD with a telnet connection on port 4444 | * to the command line interface of OpenOCD with a telnet connection on port 4444 | ||
| * to the GDB server on port 3333 | * to the GDB server on port 3333 | ||
| - | ===== Windows | + | |
| + | OpenOCD is started automatically when downloading to a Zynq7000 based board. Alternatively you can start OpenOCD as follows: | ||
| + | ==== Windows ==== | ||
| Navigate to your '' | Navigate to your '' | ||
| * On the Zybo board start '' | * On the Zybo board start '' | ||
| * On the Microzed board start '' | * On the Microzed board start '' | ||
| - | These commands will | ||
| - | With a telnet connection on localhost: | ||
| - | |||
| - | The gdb connects over port 3333. | ||
| - | ===== Linux ===== | + | ==== Linux ==== |
| - | Run OpenOCD with the correct config file: | + | Navigate to your '' |
| - | cd / | + | * On the Zybo board start with '' |
| - | sudo openocd -f microzedboard.cfg | + | * On the Microzed board start with '' |
| + | Alternatively, | ||
| + | * '' | ||
| + | * '' | ||