Skip to content

Commit 36abc6c

Browse files
divipillairlubos
authored andcommitted
doc: Update build file name on Thingy:91 and 91 X docs
Updated build file name on Thingy:91 and 91 X docs app_signed.hex - > zephyr.signed.hex Signed-off-by: divya pillai <[email protected]>
1 parent 80514e2 commit 36abc6c

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ You must use the build target ``thingy91/nrf9160/ns`` when building the applicat
3131

3232
The following table shows the different types of build files that are generated and the different scenarios in which they are used:
3333

34-
+-----------------------+----------------------------------------+----------------------------------------------------------------+
35-
| File | File format | Programming scenario |
36-
+=======================+========================================+================================================================+
37-
|:file:`merged.hex` | Full image, HEX format | Using an external debug probe and the `Programmer app`_. |
38-
+-----------------------+----------------------------------------+----------------------------------------------------------------+
39-
|:file:`app_signed.hex` | MCUboot compatible image, HEX format | Using the built-in bootloader and the `Programmer app`_. |
40-
+-----------------------+----------------------------------------+----------------------------------------------------------------+
41-
|:file:`app_update.bin` | MCUboot compatible image, binary format|* Using the built-in bootloader and mcumgr command line tool. |
42-
| | |* For FOTA updates. |
43-
+-----------------------+----------------------------------------+----------------------------------------------------------------+
34+
+--------------------------+----------------------------------------+----------------------------------------------------------------+
35+
| File | File format | Programming scenario |
36+
+==========================+========================================+================================================================+
37+
|:file:`merged.hex` | Full image, HEX format | Using an external debug probe and the `Programmer app`_. |
38+
+--------------------------+----------------------------------------+----------------------------------------------------------------+
39+
|:file:`zephyr.signed.hex` | MCUboot compatible image, HEX format | Using the built-in bootloader and the `Programmer app`_. |
40+
+--------------------------+----------------------------------------+----------------------------------------------------------------+
41+
|:file:`app_update.bin` | MCUboot compatible image, binary format|* Using the built-in bootloader and mcumgr command line tool. |
42+
| | |* For FOTA updates. |
43+
+--------------------------+----------------------------------------+----------------------------------------------------------------+
4444

4545
For an overview of different types of build files in the |NCS|, see :ref:`app_build_output_files`.
4646

doc/nrf/app_dev/device_guides/thingy91x/thingy91x_building_programming.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ The build targets of interest for Thingy:91 X in the |NCS| are as follows:
2929

3030
The following table shows the different types of build files that are generated and the different scenarios in which they are used:
3131

32-
+-----------------------+----------------------------------------+----------------------------------------------------------------+
33-
| File | File format | Programming scenario |
34-
+=======================+========================================+================================================================+
35-
|:file:`merged.hex` | Full image, HEX format | Using an external debug probe and nrfutil device. |
36-
+-----------------------+----------------------------------------+----------------------------------------------------------------+
37-
|:file:`app_signed.hex` | MCUboot compatible image, HEX format | Using the built-in bootloader and nrfutil device. |
38-
+-----------------------+----------------------------------------+----------------------------------------------------------------+
39-
|:file:`app_update.bin` | MCUboot compatible image, binary format|* Using the built-in bootloader and mcumgr command-line tool. |
40-
| | |* For FOTA updates. |
41-
+-----------------------+----------------------------------------+----------------------------------------------------------------+
32+
+--------------------------+----------------------------------------+----------------------------------------------------------------+
33+
| File | File format | Programming scenario |
34+
+==========================+========================================+================================================================+
35+
|:file:`merged.hex` | Full image, HEX format | Using an external debug probe and nrfutil device. |
36+
+--------------------------+----------------------------------------+----------------------------------------------------------------+
37+
|:file:`zephyr.signed.hex` | MCUboot compatible image, HEX format | Using the built-in bootloader and nrfutil device. |
38+
+--------------------------+----------------------------------------+----------------------------------------------------------------+
39+
|:file:`app_update.bin` | MCUboot compatible image, binary format|* Using the built-in bootloader and mcumgr command-line tool. |
40+
| | |* For FOTA updates. |
41+
+--------------------------+----------------------------------------+----------------------------------------------------------------+
4242

4343
Programming onto Thingy:91 X
4444
****************************

0 commit comments

Comments
 (0)