You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|: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. ||
|: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. ||
0 commit comments