doc: Update OpenSDA document for flashing with jlink

Flashing support was added to the jlink runner in commit
9f57d11d9b, but the OpenSDA document
wasn't updated accordingly. Update it now.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
Maureen Helm 2018-08-02 12:38:14 -05:00 committed by Carles Cufí
commit 0c5a88a6f7

View file

@ -107,8 +107,15 @@ application binary. :ref:`nxp_opensda_firmware` with this application.
Flashing
========
The Segger J-Link firmware does not support command line flashing, therefore
the CMake ``flash`` target is not supported.
Use the CMake ``flash`` target with the argument ``OPENSDA_FW=jlink`` to build
your Zephyr application, invoke the J-Link Commander, and program your Zephyr
application to flash. Some boards set the argument by default, so it is not
always necessary to set explicitly.
.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:gen-args: -DOPENSDA_FW=jlink
:goals: flash
Debugging
=========