|
1 | 1 | Release artifacts |
2 | 2 | ################# |
3 | 3 |
|
4 | | -The |SM| repository contains the following release artifacts: |
| 4 | +The |SM| repository contains the release artifacts that you can download from the Assets section of the release on the `release page <github_release_>`_. |
| 5 | +The following release artifacts are available: |
5 | 6 |
|
6 | 7 | .. list-table:: |
7 | 8 | :widths: auto |
8 | 9 | :header-rows: 1 |
9 | 10 |
|
10 | 11 | * - Release artifact |
11 | 12 | - Description |
12 | | - * - ``serial_modem_{VERSION}_nrf9151dk_normal.hex`` |
| 13 | + * - ``serial_modem_{VERSION}_nrf9151dk_nrf91m1`` |
| 14 | + - nRF91M1 content for nRF9151 DK. |
| 15 | + * - ``serial_modem_{VERSION}_nrf9151dk_normal`` |
13 | 16 | - Normal build for nRF9151 DK, including PPP and CMUX support to operate with PC. |
14 | | - * - ``serial_modem_{VERSION}_nrf9151dk_normal_mtrace.hex`` |
| 17 | + * - ``serial_modem_{VERSION}_nrf9151dk_normal_mtrace`` |
15 | 18 | - Normal build with modem traces and application debug logging enabled for nRF9151 DK to operate with PC. |
16 | | - * - ``serial_modem_{VERSION}_nrf9151dk_extmcu.hex`` |
| 19 | + * - ``serial_modem_{VERSION}_nrf9151dk_extmcu`` |
17 | 20 | - External MCU build for nRF9151 DK, including PPP and CMUX support. |
18 | | - * - ``serial_modem_{VERSION}_nrf9151dk_extmcu_mtrace.hex`` |
| 21 | + * - ``serial_modem_{VERSION}_nrf9151dk_extmcu_mtrace`` |
19 | 22 | - External MCU build with modem traces and application debug logging enabled for nRF9151 DK. |
20 | | - * - ``sm_at_client_shell_{VERSION}_nrf54l15dk.hex`` |
21 | | - - AT client shell build for nRF54L15 DK host that can be used as an external MCU with ``serial_modem_{VERSION}_nrf9151dk_extmcu*.hex``. |
| 23 | + * - ``sm_at_client_shell_{VERSION}_nrf54l15dk`` |
| 24 | + - AT client shell build for nRF54L15 DK host that can be used as an external MCU with ``serial_modem_{VERSION}_nrf9151dk_extmcu``. |
22 | 25 | See :ref:`uart_configuration` for pin wiring. |
23 | | - * - ``sm_ppp_shell_{VERSION}_nrf54l15dk.hex`` |
24 | | - - PPP shell build for nRF54L15 DK host that can be used as an external MCU with ``serial_modem_{VERSION}_nrf9151dk_extmcu*.hex``. |
| 26 | + * - ``sm_ppp_shell_{VERSION}_nrf54l15dk`` |
| 27 | + - PPP shell build for nRF54L15 DK host that can be used as an external MCU with ``serial_modem_{VERSION}_nrf9151dk_extmcu``. |
25 | 28 | See :ref:`uart_configuration` for pin wiring. |
26 | 29 |
|
27 | | -You can download these artifacts from the Assets section of the release on the `release page <github_release_>`_. |
| 30 | +The artifacts are zipped and contain build files such as: |
| 31 | + |
| 32 | +.. list-table:: |
| 33 | + :widths: auto |
| 34 | + :header-rows: 1 |
| 35 | + |
| 36 | + * - Release artifact |
| 37 | + - Description |
| 38 | + * - ``.hex`` |
| 39 | + - The unsigned application binary (MCUboot + application) to be flashed with Programmer or nRF Util. |
| 40 | + * - ``.signed.bin`` |
| 41 | + - Signed application only binary to be used in FOTA/DFU. |
| 42 | + * - ``_dfu.zip`` |
| 43 | + - Signed application only binary zipped with metadata used by nRF Cloud for FOTA/DFU. |
| 44 | + * - ``.elf`` |
| 45 | + - Application image symbols for debugging purposes. |
| 46 | + * - ``.dts`` |
| 47 | + - Devicetree. |
| 48 | + * - ``.config`` |
| 49 | + - Application image Kconfig options. |
| 50 | + |
| 51 | +For more details about the build artifacts, see the `build output files`_ documentation. |
28 | 52 |
|
29 | 53 | .. note:: |
30 | 54 |
|
|
0 commit comments