Skip to content

Commit 7c5b208

Browse files
b-gentrlubos
authored andcommitted
doc: doc updates related to new SES
New image and updated description. Signed-off-by: Bartosz Gentkowski <[email protected]>
1 parent be106e6 commit 7c5b208

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

doc/nrf/gs_programming.rst

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,20 @@ You can download it from the following links:
7474
Put the **SW5** switch (marked debug/prog) in the **NRF91** position to program the main controller, or in the **NRF52** position to program the board controller.
7575
See the `Device programming section in the nRF9160 DK User Guide`_ for more information.
7676

77-
To build and flash a single application:
77+
To build and flash an application:
7878

7979
a. Select your project in the Project Explorer.
80-
#. From the menu, select **Build -> Build zephyr/zephyr.elf**.
81-
#. When the build completes, you can flash the sample to a connected board.
82-
To do this, select **Target -> Download zephyr/zephyr.elf**.
80+
#. From the menu, select **Build -> Build Solution**.
81+
#. When the build completes, you can flash the sample to a connected board:
82+
83+
* For a single-image application, select **Target -> Download zephyr/zephyr.elf**.
84+
* For a multi-image application, select **Target -> Download zephyr/merged.hex**.
8385

8486
.. note::
8587
Alternatively, choose the **Build and Debug** option.
8688
**Build and Debug** will build the application and flash it when
8789
the build completes.
8890

89-
To build and flash a multi-image project:
90-
91-
a. Select your project in the Project Explorer.
92-
#. From the menu, select **Build -> Build Solution**.
93-
#. When the multi-image build completes, you can flash the sample to a connected board.
94-
To do this, select **Target -> Download File -> Download Intel Hex File**.
95-
Navigate to the ``zephyr`` folder in your build directory and choose ``merged.hex``.
96-
9791
7. To inspect the details of the flashed code and the memory usage, click **Debug -> Go**.
9892

9993
.. note::

doc/nrf/images/ses_config.png

-28.4 KB
Loading

0 commit comments

Comments
 (0)