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:
parent
1f855095b4
commit
0c5a88a6f7
1 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
=========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue