@@ -29,16 +29,16 @@ The build targets of interest for Thingy:91 X in the |NCS| are as follows:
2929
3030The 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
4343Programming onto Thingy:91 X
4444****************************
0 commit comments