Skip to content

Commit be3e6df

Browse files
committed
doc: nrf: app_dev: build: Add encrypted file output
Adds entries for the encrypted files Signed-off-by: Jamie McCrae <[email protected]>
1 parent 2ae4f99 commit be3e6df

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/nrf/app_dev/config_and_build/output_build_files.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,22 @@ Which files you are going to use depends on the application configuration and no
6464
| | ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. | |
6565
| | The file is located in the :file:`build/<your_application_name>/zephyr` directory. | |
6666
+--------------------------------------+--------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+
67+
| :file:`zephyr.signed.encrypted.bin` | Image update file used to create :file:`dfu_application.zip` for encrypted multi-core DFU updates. | DFU process for single or multi-core board targets |
68+
| | Can also be used standalone for a single-image DFU. | |
69+
| | Contains the signed and encrypted version of the application. | |
70+
| | This file is transferred in the real-life update procedure, as opposed to HEX files | |
71+
| | that are transferred with nrfjprog when emulating an update procedure. | |
72+
| | :ref:`Compatible with MCUboot <mcuboot:mcuboot_ncs>`. | |
73+
| | ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. | |
74+
| | The file is located in the :file:`build/<your_application_name>/zephyr` directory. | |
75+
+--------------------------------------+--------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+
76+
| :file:`zephyr.signed.encrypted.hex` | HEX file variant of the :file:`<file_name>.signed.encrypted.bin` file. | Programming single or multi-core board targets |
77+
| | Can also be used standalone for a single-image DFU. | |
78+
| | Contains the signed and encrypted version of the application. | |
79+
| | :ref:`Compatible with MCUboot <mcuboot:mcuboot_ncs>`. | |
80+
| | ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. | |
81+
| | The file is located in the :file:`build/<your_application_name>/zephyr` directory. | |
82+
+--------------------------------------+--------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+
6783
| :file:`zephyr.signed.bin` in | Secondary slot variant of the :file:`zephyr.signed.bin` file. | DFU process for single-core board targets. |
6884
| :file:`mcuboot_secondary_app` folder | :ref:`Compatible with MCUboot <mcuboot:mcuboot_ncs>` in the :doc:`direct-xip mode <mcuboot:design>`. | |
6985
| | ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. | |

0 commit comments

Comments
 (0)