Commit 0d42c28
committed
boards: espressif: remove --no-init from openocd runner args
Remove the --no-init flag from the common ESP32 board.cmake to fix
west debugserver on boards with built-in USB JTAG (ESP32-C6, ESP32-H2).
Without init, OpenOCD cannot establish target context, causing
debugserver to fail with 'reset init' or leaving targets in a
watchdog reset loop.
Signed-off-by: Sylvio Alves <[email protected]>1 parent 44eaeb0 commit 0d42c28
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments