Skip to content

Commit

Permalink
doc: Correct code block on Updating the Thingy:91 X firmware
Browse files Browse the repository at this point in the history
Correct the code to flash modem with Jlink on
Thingy91:X and for Application firmware.
NCSDK-31070.

Signed-off-by: divya pillai <[email protected]>
  • Loading branch information
divipillai committed Dec 20, 2024
1 parent dee077d commit 01b6d00
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ This section describes how you can update the application firmware of the nRF915

.. code-block:: console
nrfutil device program --firmware dfu_application.zip --serial-number <J-Link Serial number> --traits mcuboot --x-family nrf91 --core Application
nrfutil device program --firmware dfu_application.zip --serial-number <Thingy:91 X Serial number> --traits mcuboot --x-family nrf91 --core Application
.. group-tab:: Through external debug probe

Expand All @@ -137,7 +137,7 @@ This section describes how you can update the application firmware of the nRF915

.. code-block:: console
nrfutil device program --firmware <name_of_application_binary.hex> --serial-number <Thingy:91 X Serial number> --traits jlink --x-family nrf91 --core Application
nrfutil device program --firmware <name_of_application_binary.hex> --serial-number <J-Link Serial number> --traits jlink --x-family nrf91 --core Application
.. _update_modem_fw_nRF9151:

Expand Down Expand Up @@ -166,4 +166,4 @@ To update the nRF9151 modem firmware using an external debug probe, complete the

.. code-block:: console
nrfutil device program --firmware <modem.zip> --serial-number <Thingy:91 X Serial number> --traits jlink modem --x-family nrf91
nrfutil device program --firmware <modem.zip> --serial-number <J-Link Serial number> --traits jlink modem --x-family nrf91

0 comments on commit 01b6d00

Please sign in to comment.