You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edited links to the Programmer app in nRF Connect for Desktop
not to use `nRF Connect`. Follow-up to #18911 and partial revert
of #22229.
Signed-off-by: Grzegorz Ferenc <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/custom/programming_custom_board.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,4 +76,4 @@ The following steps describe how to connect your custom board to a debug probe.
76
76
Programming custom boards
77
77
*************************
78
78
79
-
After you connected the custom board, you can program your application to the board using either the :ref:`standard programming instructions <programming>` or the `Programmer app<nRF Connect Programmer>`_ from `nRF Connect for Desktop`_.
79
+
After you connected the custom board, you can program your application to the board using either the :ref:`standard programming instructions <programming>` or the `Programmer app`_ from `nRF Connect for Desktop`_.
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/nrf91/nrf91_dk_updating_fw_programmer.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Modem firmware
49
49
50
50
The :file:`CONTENTS.txt` file in the extracted folder contains the location and names of the different firmware images.
51
51
52
-
Complete the steps in the following sections to program applications using the `Programmer app<nRF Connect Programmer>`_ from `nRF Connect for Desktop`_.
52
+
Complete the steps in the following sections to program applications using the `Programmer app`_ from `nRF Connect for Desktop`_.
53
53
The nRF Connect for Desktop requires `SEGGER J-Link`_ |jlink_ver|.
54
54
55
55
* On Windows, the driver comes bundled with nRF Connect for Desktop.
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/nrf91/nrf91_features.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ There are two ways to update the modem firmware:
117
117
Full update
118
118
You can use either a wired or a wireless connection to do a full update of the modem firmware:
119
119
120
-
* When using a wired connection, you can use either the `Programmer app<nRF Connect Programmer>`_, which is part of `nRF Connect for Desktop`_, or `nRF Util's device command <Upgrading modem firmware using J-Link_>`_.
120
+
* When using a wired connection, you can use either the `Programmer app`_, which is part of `nRF Connect for Desktop`_, or `nRF Util's device command <Upgrading modem firmware using J-Link_>`_.
121
121
Both methods use the :term:`Serial Wire Debug (SWD)` interface to update the firmware.
122
122
123
123
You can use the Programmer app to perform the update, regardless of the images that are part of the existing firmware of the device.
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/thingy53/building_thingy53.rst
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,10 +68,10 @@ For the compatible Wi-Fi samples in the |NCS|, see the :ref:`wifi_samples` secti
68
68
Programming methods for Thingy:53
69
69
*********************************
70
70
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 <prog_thingy_53>`_ from nRF Connect for Desktop.
72
-
You can also program applications running on both the network and application core using the built-in MCUboot serial recovery mode, using `nRF Connect Programmer`_ from nRF Connect for Desktop or `nRF Util <Programming application firmware using MCUboot serial recovery_>`_.
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.
72
+
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_>`_.
73
73
74
-
Finally, you can use the `nRF Connect 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>`.
74
+
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>`.
75
75
76
76
.. _thingy53_app_update_debug:
77
77
@@ -84,7 +84,7 @@ In such cases, you can program the Thingy:53 the same way as the nRF5340 DK.
84
84
The external debug probe must support Arm Cortex-M33 (such as the nRF5340 DK).
85
85
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.
86
86
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 <prog_thingy_53>`_ 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 Thingy53_>`_ from nRF Connect for Desktop.
88
88
89
89
See also :ref:`ug_nrf5340` for additional information.
90
90
@@ -101,7 +101,7 @@ You can program the precompiled firmware image in one of the following ways:
101
101
In this scenario, the Thingy is connected directly to your PC through USB.
102
102
For details, refer to the :ref:`thingy53_app_mcuboot_bootloader` section.
103
103
104
-
See `Programming Nordic Thingy:53 <prog_thingy_53>`_ for details on how to program the Thingy:53 using nRF Connect for Desktop.
104
+
See `Programming Nordic Thingy:53 <Programming Nordic Thingy53_>`_ for details on how to program the Thingy:53 using nRF Connect for Desktop.
105
105
106
106
* Update the firmware over-the-air (OTA) using Bluetooth LE and the nRF Programmer mobile application for Android or iOS.
107
107
To use this method, the application that is currently programmed on Thingy:53 must support it.
@@ -193,14 +193,14 @@ To build and program the source code from the command line, complete the followi
193
193
.. _thingy53_gs_updating_usb:
194
194
.. _thingy53_gs_updating_external_probe:
195
195
196
-
Programming using nRF Connect Programmer
197
-
****************************************
196
+
Programming using the Programmer app
197
+
************************************
198
198
199
-
You can program the Nordic Thingy:53 using `nRF Connect Programmer`_ from nRF Connect for Desktop and MCUboot's serial recovery feature.
199
+
You can program the Nordic Thingy:53 using the `Programmer app`_ from nRF Connect for Desktop and MCUboot's serial recovery feature.
200
200
You can use this application to also program precompiled firmware packages.
201
201
202
-
You can program the Thingy:53 using nRF Connect Programmer with either USB-C or an external debug probe.
203
-
See the `Programming Nordic Thingy:53 <prog_thingy_53>`_ in the tool documentation for detailed steps.
202
+
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.
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/migration/migration_guide_3.0.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,7 @@ Asset Tracker v2
351
351
* The Asset Tracker v2 application has been removed.
352
352
For development of asset tracking applications, refer to the `Asset Tracker Template <Asset Tracker Template_>`_.
353
353
354
-
The factory-programmed Asset Tracker v2 firmware is still available to program the nRF91xx DKs using the `Programmer app<nRF Connect Programmer>`_, the `Quick Start app`_, and the `Cellular Monitor app`_.
354
+
The factory-programmed Asset Tracker v2 firmware is still available to program the nRF91xx DKs using the `Programmer app`_, the `Quick Start app`_, and the `Cellular Monitor app`_.
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-3.0.0-preview1.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -901,4 +901,4 @@ Documentation
901
901
* The :ref:`dm-revisions` section of the :ref:`dm_code_base` page with information about the preview release tag, which replaces the development tag.
902
902
903
903
* Removed the standalone page for getting started with Nordic Thingy:53.
904
-
The contents of this page have been moved to the :ref:`thingy53_precompiled` page and to the `Programmer app <prog_thingy_53>`_ documentation.
904
+
The contents of this page have been moved to the :ref:`thingy53_precompiled` page and to the `Programming Nordic Thingy:53 <Programming Nordic Thingy53_>`_ section in the Programmer app documentation.
0 commit comments