From f22c26b3727076ed5d928719c3cd54f096f289e9 Mon Sep 17 00:00:00 2001 From: divya pillai Date: Thu, 19 Dec 2024 13:31:13 +0100 Subject: [PATCH] doc: Correct code block on Updating the Thingy:91 X firmware Correct the code to flash modem with Jlink on Thingy91:X and for Application firmware. NCSDK-31070. Signed-off-by: divya pillai --- .../thingy91x/thingy91x_updating_fw_programmer.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/nrf/app_dev/device_guides/thingy91x/thingy91x_updating_fw_programmer.rst b/doc/nrf/app_dev/device_guides/thingy91x/thingy91x_updating_fw_programmer.rst index fd84466c7863..53e7bb0a548f 100644 --- a/doc/nrf/app_dev/device_guides/thingy91x/thingy91x_updating_fw_programmer.rst +++ b/doc/nrf/app_dev/device_guides/thingy91x/thingy91x_updating_fw_programmer.rst @@ -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 --traits mcuboot --x-family nrf91 --core Application + nrfutil device program --firmware dfu_application.zip --serial-number --traits mcuboot --x-family nrf91 --core Application .. group-tab:: Through external debug probe @@ -137,7 +137,7 @@ This section describes how you can update the application firmware of the nRF915 .. code-block:: console - nrfutil device program --firmware --serial-number --traits jlink --x-family nrf91 --core Application + nrfutil device program --firmware --serial-number --traits jlink --x-family nrf91 --core Application .. _update_modem_fw_nRF9151: @@ -166,4 +166,4 @@ To update the nRF9151 modem firmware using an external debug probe, complete the .. code-block:: console - nrfutil device program --firmware --serial-number --traits jlink modem --x-family nrf91 + nrfutil device program --firmware --serial-number --traits jlink modem --x-family nrf91