boards: gd32vf103v_eval: No longer needed particular version of OpenOCD

The SDK version after 0.15.0 includes OpenOCD that support gd32vf103,
so no external installation is required.
Update document.

Signed-off-by: Yuichiro SAGISAKA <yu.sagisaka@fujitsu.com>
This commit is contained in:
Yuichiro SAGISAKA 2023-01-17 17:29:19 +09:00 committed by Carles Cufí
parent 1004c6828f
commit 77e72fcfcb
1 changed files with 0 additions and 8 deletions

View File

@ -93,20 +93,12 @@ The GD32VF103V-EVAL includes an onboard programmer/debugger (GD-Link) which
allows flash programming and debugging over USB. There is also a JTAG header
(JP1) which can be used with tools like Segger J-Link.
.. note::
The OpenOCD shipped with Zephyr SDK does not support GD32VF103. You will need
to build the `riscv-openocd fork <https://github.com/riscv/riscv-openocd>`_.
Note that compared with OpenOCD, J-Link offers a better programming and
debugging experience on this board.
#. Build the Zephyr kernel and the :ref:`hello_world` sample application:
.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: gd32vf103v_eval
:goals: build
:gen-args: -DOPENOCD=<path/to/riscv-openocd/bin/openocd> -DOPENOCD_DEFAULT_PATH=<path/to/riscv-openocd/share/openocd/scripts>
:compact:
#. Run your favorite terminal program to listen for output. On Linux the