Skip to content

Commit 1a7a91d

Browse files
greg-ferrlubos
authored andcommitted
doc: thingy91: remove updating_fw_programmer.rst
Removed the Updating the Thingy:91 firmware using the Programmer app page because of heavily outdated content. Steps are now covered in the app docs. Renamed Cellular Monitor page to cover both NCD apps. NCD-702. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent e403d90 commit 1a7a91d

29 files changed

+59
-448
lines changed

doc/_utils/redirects.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,9 @@
179179
("device_guides/working_with_nrf/nrf91/thingy91", "app_dev/device_guides/thingy91/index"),
180180
("device_guides/nrf91/thingy91_connecting", "app_dev/device_guides/thingy91/thingy91_connecting"), # Connecting to Thingy:91
181181
("app_dev/device_guides/nrf91/thingy91_connecting", "app_dev/device_guides/thingy91/thingy91_connecting"),
182-
("device_guides/nrf91/thingy91_updating_fw_programmer", "app_dev/device_guides/thingy91/thingy91_updating_fw_programmer"), # Updating the Thingy:91 firmware using Programmer
183-
("app_dev/device_guides/nrf91/thingy91_updating_fw_programmer", "app_dev/device_guides/thingy91/thingy91_updating_fw_programmer"),
182+
("device_guides/nrf91/thingy91_updating_fw_programmer", "app_dev/device_guides/thingy91/thingy91_updating_fw_celmon"), # Updating the Thingy:91 firmware using Programmer (removed in v3.2.0)
183+
("app_dev/device_guides/nrf91/thingy91_updating_fw_programmer", "app_dev/device_guides/thingy91/thingy91_updating_fw_celmon"),
184+
("app_dev/device_guides/thingy91/thingy91_updating_fw_programmer", "app_dev/device_guides/thingy91/thingy91_updating_fw_celmon"),
184185
("device_guides/nrf91/thingy91x_updating_fw_programmer", "app_dev/device_guides/thingy91x/thingy91x_updating_fw_programmer"), # Updating the Thingy:91 X firmware using nRF Util
185186
("ug_nrf70", "app_dev/device_guides/nrf70/index"), ## Developing with nRF70 Series (post-2.7.0 landing)
186187
("device_guides/nrf70", "app_dev/device_guides/nrf70/index"),

doc/_zoomin/ncs.tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ mapping_topics:
195195
- nrf/app_dev/device_guides/nrf91/nrf9160_external_flash.html: ["nrf9160", "development-kits"]
196196
- nrf/app_dev/device_guides/thingy91/*.html: ["thingy91", "prototyping-platforms", "nrf91-series",
197197
"lte"]
198-
- nrf/app_dev/device_guides/thingy91/thingy91_updating_fw_programmer.html: ["nrf9160"]
198+
- nrf/app_dev/device_guides/thingy91/thingy91_updating_fw_celmon.html: ["nrf9160"]
199199
- nrf/app_dev/device_guides/thingy91x/*.html: ["thingy91x", "prototyping-platforms",
200200
"nrf91-series", "lte"]
201201
- nrf/app_dev/device_guides/thingy91x/thingy91x_updating_fw_programmer.html: ["nrf9151"]

doc/nrf/app_dev/device_guides/thingy53/building_thingy53.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For the compatible Wi-Fi samples in the |NCS|, see the :ref:`wifi_samples` secti
6868
Programming methods for Thingy:53
6969
*********************************
7070

71-
You can program the firmware on the Nordic Thingy:53 using an external debug probe and a 10-pin JTAG cable, using :ref:`Visual Studio Code <thingy53_build_pgm_vscode>`, :ref:`command line <thingy53_build_pgm_command_line>`, or the `programmer application <Programming Nordic Thingy53_>`_ from nRF Connect for Desktop.
71+
You can program the firmware on the Nordic Thingy:53 using an external debug probe and a 10-pin JTAG cable, using :ref:`Visual Studio Code <thingy53_build_pgm_vscode>`, :ref:`command line <thingy53_build_pgm_command_line>`, or the `Programmer app <Programming Nordic Thingy prototyping platforms_>`_ from nRF Connect for Desktop.
7272
You can also program applications running on both the network and application core using the built-in MCUboot serial recovery mode, using the `Programmer app`_ from nRF Connect for Desktop or `nRF Util <Programming application firmware using MCUboot serial recovery_>`_.
7373

7474
Finally, you can use the `Programmer app`_ in nRF Connect for Desktop, the `nRF Programmer mobile app`_ for Android and iOS, or nRF Util to update the :ref:`preloaded application images <thingy53_precompiled>`.
@@ -84,7 +84,7 @@ In such cases, you can program the Thingy:53 the same way as the nRF5340 DK.
8484
The external debug probe must support Arm Cortex-M33 (such as the nRF5340 DK).
8585
You need a 10-pin 2x5 socket-to-socket 1.27 mm IDC (:term:`Serial Wire Debug (SWD)`) JTAG cable to connect to the external debug probe.
8686

87-
This method is supported when programming with :ref:`Visual Studio Code <thingy53_build_pgm_vscode>`, :ref:`command line <thingy53_build_pgm_command_line>`, or the `Programmer app <Programming Nordic Thingy53_>`_ from nRF Connect for Desktop.
87+
This method is supported when programming with :ref:`Visual Studio Code <thingy53_build_pgm_vscode>`, :ref:`command line <thingy53_build_pgm_command_line>`, or the `Programmer app <Programming Nordic Thingy prototyping platforms_>`_ from nRF Connect for Desktop.
8888

8989
See also :ref:`ug_nrf5340` for additional information.
9090

@@ -101,7 +101,7 @@ You can program the precompiled firmware image in one of the following ways:
101101
In this scenario, the Thingy is connected directly to your PC through USB.
102102
For details, refer to the :ref:`thingy53_app_mcuboot_bootloader` section.
103103

104-
See `Programming Nordic Thingy:53 <Programming Nordic Thingy53_>`_ for details on how to program the Thingy:53 using nRF Connect for Desktop.
104+
See `Programming Nordic Thingy prototyping platforms`_ for details on how to program the Thingy:53 using the Programmer app from nRF Connect for Desktop.
105105

106106
* Update the firmware over-the-air (OTA) using Bluetooth LE and the nRF Programmer mobile application for Android or iOS.
107107
To use this method, the application that is currently programmed on Thingy:53 must support it.
@@ -200,7 +200,7 @@ You can program the Nordic Thingy:53 using the `Programmer app`_ from nRF Connec
200200
You can use this application to also program precompiled firmware packages.
201201

202202
You can program the Thingy:53 using the Programmer app with either USB-C or an external debug probe.
203-
See the `Programming Nordic Thingy:53 <Programming Nordic Thingy53_>`_ in the tool documentation for detailed steps.
203+
See the `Programming Nordic Thingy prototyping platforms`_ in the tool documentation for detailed steps.
204204

205205
Programming using nRF Util
206206
**************************

doc/nrf/app_dev/device_guides/thingy53/thingy53_precompiled.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ You can update the precompiled firmware using any of the following methods:
102102

103103
.. tab:: Programmer app (USB)
104104

105-
See the `Programming Nordic Thingy:53 <Programming Nordic Thingy53_>`_ in the tool documentation for detailed steps.
105+
See the `Programming Nordic Thingy prototyping platforms`_ in the tool documentation for detailed steps.
106106

107107
.. tab:: Programmer app (external debug probe)
108108

109-
See the `Programming Nordic Thingy:53 <Programming Nordic Thingy53_>`_ in the tool documentation for detailed steps.
109+
See the `Programming Nordic Thingy prototyping platforms`_ in the tool documentation for detailed steps.
110110

111111
.. tab:: nRF Util
112112

-23.2 KB
Binary file not shown.
-45.1 KB
Binary file not shown.
-16.9 KB
Binary file not shown.
-21.3 KB
Binary file not shown.
-83.6 KB
Binary file not shown.
-144 KB
Binary file not shown.

0 commit comments

Comments
 (0)