Skip to content

Commit da19eac

Browse files
greg-ferrlubos
authored andcommitted
doc: install: updates for bundled installation
Updated the page for simplified installation of SDK and toolchain in one bundle. Added links to the extension UI. TECHDOC-4046. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent d8dfa34 commit da19eac

File tree

12 files changed

+97
-142
lines changed

12 files changed

+97
-142
lines changed

doc/nrf/app_dev/bootloaders_dfu/mcuboot_nsib/bootloader_partitioning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Depending on your development environment, you can use one of the following opti
3636
.. group-tab:: nRF Connect for VS Code
3737

3838
Use the extension's `Memory report`_ feature, which shows the size and percentage of memory that each symbol uses on your device for RAM, ROM, and partitions.
39-
Click the :guilabel:`Memory report` button in the :guilabel:`Actions View` to generate the report.
39+
Click the :guilabel:`Memory report` button in the `Actions View`_ to generate the report.
4040
The partition map is available in the :guilabel:`Partitions` tab.
4141

4242
Alternatively, you can also use the `Memory Explorer <How to work with the Memory Explorer_>`_ feature of the extension's nRF Debug to check memory sections for the partitions.

doc/nrf/app_dev/create_application.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Use the following steps depending on the application placement:
159159

160160
1. Open |VSC|.
161161
#. Open |nRFVSC|.
162-
#. In the :guilabel:`Welcome View`, click the :guilabel:`Create a new application` action.
162+
#. In the `Welcome View`_, click the :guilabel:`Create a new application` action.
163163
A quick pick menu appears.
164164
#. Choose one of the following options:
165165

@@ -172,7 +172,7 @@ Use the following steps depending on the application placement:
172172
The application creation process starts after you enter the name.
173173
When the application is created, a VS Code prompt appears asking you what to do with the application.
174174
#. Click :guilabel:`Open`.
175-
This will open the new application and add it to the :guilabel:`Applications View` in the extension.
175+
This will open the new application and add it to the `Applications View`_ in the extension.
176176
At this point, you have created a freestanding application.
177177
#. Add the :file:`west.yml` to create a west workspace around the application:
178178

@@ -195,7 +195,7 @@ Use the following steps depending on the application placement:
195195

196196
1. Open |VSC|.
197197
#. Open |nRFVSC|.
198-
#. In the :guilabel:`Welcome View`, click the :guilabel:`Create a new application` action.
198+
#. In the `Welcome View`_, click the :guilabel:`Create a new application` action.
199199
A quick pick menu appears.
200200
#. Choose one of the following options:
201201

@@ -206,7 +206,7 @@ Use the following steps depending on the application placement:
206206
The application creation process starts after you enter the name.
207207
When the application is created, a VS Code prompt appears.
208208
#. Click :guilabel:`Open`.
209-
This opens the new application and adds it to the :guilabel:`Applications View` in the extension.
209+
This opens the new application and adds it to the `Applications View`_ in the extension.
210210

211211
You can now start :ref:`configuring and building <configuration_and_build>` the application.
212212

@@ -310,7 +310,7 @@ To create an application from the add-on index, complete the following steps:
310310

311311
Complete the following steps in |nRFVSC|:
312312

313-
1. In the :guilabel:`Welcome View`, click :guilabel:`Create a new application`.
313+
1. In the `Welcome View`_, click :guilabel:`Create a new application`.
314314
#. Select :guilabel:`Browse nRF Connect SDK Add-on Index`.
315315
#. Browse through the available add-ons and select one that matches your needs.
316316
#. Follow the creation wizard to set up your workspace application.

doc/nrf/app_dev/device_guides/nrf53/building_nrf53.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Complete the following steps to program the sample or application onto nRF5340 D
4444

4545
#. Connect the nRF5340 development kit to your PC using a USB cable.
4646
#. Make sure that the nRF5340 DK and the external debug probe are powered on.
47-
#. Click :guilabel:`Build` in the :guilabel:`Actions View` to start the build process.
47+
#. Click :guilabel:`Build` in the `Actions View`_ to start the build process.
4848
#. Click :guilabel:`Flash` in the :guilabel:`Actions View` to program the resulting image to your device.
4949

5050
Using the command line

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Complete the following steps to build and program using |nRFVSC|:
135135
#. Connect the external debug probe to the PC using a micro-USB cable.
136136
#. Make sure that the Thingy:53 and the external debug probe are powered on.
137137
(On the Thingy:53, move the power switch **SW1** to the **ON** position.)
138-
#. Click :guilabel:`Flash` in the :guilabel:`Actions View`.
138+
#. Click :guilabel:`Flash` in the `Actions View`_.
139139

140140
.. _thingy53_build_pgm_command_line:
141141

doc/nrf/app_dev/device_guides/thingy91/thingy91_building_programming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Complete the following steps to program firmware onto Thingy:91:
8181

8282
.. group-tab:: nRF Connect for VS Code
8383

84-
5. In |nRFVSC|, click the :guilabel:`Flash` option in the **Actions View**.
84+
5. In |nRFVSC|, click the :guilabel:`Flash` option in the `Actions View`_.
8585

8686
If you have multiple boards connected, you are prompted to pick a device at the top of the screen.
8787

doc/nrf/includes/matter_sample_wifi_flash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For example, to program the sample and minimize the erase time, use the followin
1515
west flash --ext-erase-mode=ranges
1616

1717
You can also observe a longer programming process when using the :guilabel:`Erase and Flash to Board` option in the |nRFVSC|.
18-
To speed up this process, you can use the :guilabel:`Flash` button instead of :guilabel:`Erase and Flash to Board` in the :guilabel:`Actions View`.
18+
To speed up this process, you can use the :guilabel:`Flash` button instead of :guilabel:`Erase and Flash to Board` in the `Actions View`_.
1919

2020
To disable storing the Wi-Fi firmware patch in the external memory, complete the following steps:
2121

doc/nrf/includes/vsc_build_and_run_series.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#. Power on the development kit.
1111
#. |exceptions_step|
1212
#. Open the nRF Connect extension in |VSC| by clicking its icon in the :guilabel:`Activity Bar`.
13-
#. In the extension's :guilabel:`Actions View`, click on :guilabel:`Flash`.
13+
#. In the extension's `Actions View`_, click on :guilabel:`Flash`.
1414
If you have more than one device connected, you will be prompted to select the device to program.
1515
If the build system considers the build incomplete, using this action also triggers a rebuild before flashing.
1616

0 commit comments

Comments
 (0)