Skip to content

Commit

Permalink
doc: Update build file name on Thingy:91 and 91 X docs
Browse files Browse the repository at this point in the history
Updated build file name on Thingy:91 and 91 X docs
app_signed.hex - > zephyr.signed.hex

Signed-off-by: divya pillai <[email protected]>
  • Loading branch information
divipillai committed Jan 8, 2025
1 parent bb55a3b commit 61be0ca
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ You must use the build target ``thingy91/nrf9160/ns`` when building the applicat

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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ The build targets of interest for Thingy:91 X in the |NCS| are as follows:

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

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

Programming onto Thingy:91 X
****************************
Expand Down

0 comments on commit 61be0ca

Please sign in to comment.