Environment
-
Board: Thingy91x / nrf9151/ns
-
nRF Connect SDK: v3.1.0
-
Zephyr SDK/Toolchain: 0.17.0
-
west: 1.4.0
-
Host: Windows 11
-
VS Code nRF Connect Extension: 2025.9.732 (win32-x64)
Problem
When I select an application config that was successfully built yesterday (no changes), and then click Action/Flash in VS Code, the extension runs a full rebuild (west flash: rebuilding) before even attempting to flash.
If the flash fails (e.g. because a full erase is required – perfectly understandable), and I immediately retry with Action/Erase & Flash, the toolchain performs yet another full rebuild from scratch — just two minutes after the last one finished, without any source/config change.
That means two complete sysbuilds (MCUboot, b0, TFM, app, signing, merging) back-to-back for exactly the same artifacts. This feels like a massive waste of time, happens a dozen times each day and slows down development cycles dramatically.
Time wasted
Measured via the elapsed: logs:
-
First attempt (Flash): 01:21
-
Second attempt (Erase & Flash, right after): 01:48
Total wasted: 03:09 for something that should need no build at all and only take 10 seconds. Only in rare cases cmake/ninja show "nothing to do" lines instead of full rebuilds.
What can be done to prevent all this from happening?
Log:
* Executing task: nRF Connect: Flash: lwm2m-client/51X-DL-RTT-310 (active)
Flashing 51X-DL-RTT-310 to nRF9151-DK
west flash -d c:\DL\lwm2m-client\bld\51X-DL-RTT-310 --dev-id 1051211295
[10.09.2025 09:08:33.77] START CWD="c:\DL\lwm2m-client" CMD="west flash -d c:\DL\lwm2m-client\bld\51X-DL-RTT-310 --dev-id 1051211295"
-- west flash: rebuilding
[0/31] Performing build step for 'mcuboot'
ninja: no work to do.
[1/31] Performing build step for 'lwm2m-client'
[0/1] Re-running CMake...
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: C:/DL/lwm2m-client
-- CMake version: 3.21.0
-- Cache files will be written to: C:/ncs/v3.1.0/zephyr/.cache
-- Zephyr version: 4.1.99 (C:/ncs/v3.1.0/zephyr)
-- Found west (found suitable version "1.4.0", minimum required is "0.14.0")
-- Board: thingy91x, qualifiers: nrf9151/ns
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/b8b84efebd/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/b8b84efebd/opt/zephyr-sdk)
-- Found BOARD.dts: C:/ncs/v3.1.0/nrf/boards/nordic/thingy91x/thingy91x_nrf9151_ns.dts
-- Found devicetree overlay: C:/DL/lwm2m-client/boards/thingy91x_nrf9151_ns.overlay
-- Generated zephyr.dts: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/zephyr.dts
-- Generated pickled edt: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/edt.pickle
-- Generated devicetree_generated.h: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/include/generated/zephyr/devicetree_generated.h
warning: Deprecated symbol MBEDTLS_LEGACY_CRYPTO_C is enabled.
warning: Experimental symbol GNSS is enabled.
Parsing C:/DL/lwm2m-client/Kconfig
Loaded configuration 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/.config'
Merged configuration 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/.config.sysbuild'
No change to configuration in 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/.config'
No change to Kconfig header in 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/include/generated/zephyr/autoconf.h'
=========== Generating psa_crypto_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Backup: CONFIG_MBEDTLS_THREADING_C: True
Backup: CONFIG_MBEDTLS_THREADING_ALT: False
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Restore: CONFIG_MBEDTLS_THREADING_C: True
Restore: CONFIG_MBEDTLS_THREADING_ALT: False
=========== End psa_crypto_config ===============
=========== Generating psa_crypto_library_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_USE_PSA_CRYPTO: False
Backup: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Backup: CONFIG_MBEDTLS_THREADING_C: True
Backup: CONFIG_MBEDTLS_THREADING_ALT: False
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_USE_PSA_CRYPTO: False
Restore: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Restore: CONFIG_MBEDTLS_THREADING_C: True
Restore: CONFIG_MBEDTLS_THREADING_ALT: False
=========== End psa_crypto_library_config ===============
-- Found gen_kobject_list: C:/ncs/v3.1.0/zephyr/scripts/build/gen_kobject_list.py
-- Including signing script: C:/ncs/v3.1.0/nrf/cmake/sysbuild/image_signing.cmake
CMake Warning at C:/ncs/v3.1.0/zephyr/CMakeLists.txt:2232 (message):
__ASSERT() statements are globally ENABLED
-- Configuring done
-- Generating done
-- Build files have been written to: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client
[0/544] Performing build step for 'tfm'
[51/55] Linking C executable bin\tfm_s.axf
Memory region Used Size Region Size %age Used
FLASH: 31580 B 32256 B 97.90%
RAM: 11108 B 40 KB 27.12%
[55/55] Generating ../bin/tfm_s.hex
[538/538] Linking C executable zephyr\zephyr.elf
Memory region Used Size Region Size %age Used
FLASH: 386004 B 800 KB 47.12%
RAM: 202656 B 203416 B 99.63%
IDT_LIST: 0 GB 32 KB 0.00%
Generating files from C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/zephyr.elf for board: thingy91x
image.py: sign the payload
image.py: sign the payload
[5/25] Performing build step for 'b0'
ninja: no work to do.
[9/25] Performing build step for 's1_image'
ninja: no work to do.
[18/18] Generating ../merged.hex
-- west flash: using runner nrfutil
-- runners.nrfutil: reset after flashing requested
-- runners.nrfutil: Flashing file: C:\DL\lwm2m-client\bld\51X-DL-RTT-310\merged.hex
-- runners.nrfutil: Erasing address ranges touched by firmware
Error: One or more batch tasks failed:
* 1051211295: The firmware to program contains UICR data, but your device already has data there. These memory regions are not erasable with the erase option you selected. You need to run an ERASE_AL
L to erase the UICR (Generic)
FATAL ERROR: command exited with status 1: nrfutil --json device x-execute-batch --batch-path 'C:\DL\lwm2m-client\bld\51X-DL-RTT-310\generated_nrfutil_batch.json' --serial-number 1051211295
[10.09.2025 09:09:54.08] elapsed: 01:21
* The terminal process terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.
* Executing task: nRF Connect: Flash: lwm2m-client/51X-DL-RTT-310 (active)
Flashing 51X-DL-RTT-310 to nRF9151-DK
west flash -d c:\DL\lwm2m-client\bld\51X-DL-RTT-310 --dev-id 1051211295 --erase
[10.09.2025 09:10:02.86] START CWD="c:\DL\lwm2m-client" CMD="west flash -d c:\DL\lwm2m-client\bld\51X-DL-RTT-310 --dev-id 1051211295 --erase"
-- west flash: rebuilding
[0/1] Re-running CMake...
Loading Zephyr module(s) (Zephyr base (cached)): sysbuild_default
-- Cache files will be written to: C:/ncs/v3.1.0/zephyr/.cache
-- Found west (found suitable version "1.4.0", minimum required is "0.14.0")
-- Board: thingy91x, qualifiers: nrf9151/ns
Parsing C:/ncs/v3.1.0/zephyr/share/sysbuild/Kconfig
Loaded configuration 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/zephyr/.config'
No change to configuration in 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/zephyr/.config'
No change to Kconfig header in 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/_sysbuild/autoconf.h'
--
*****************************
* Running CMake for mcuboot *
*****************************
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: C:/ncs/v3.1.0/bootloader/mcuboot/boot/zephyr
-- CMake version: 3.21.0
-- Cache files will be written to: C:/ncs/v3.1.0/zephyr/.cache
-- Zephyr version: 4.1.99 (C:/ncs/v3.1.0/zephyr)
-- Found west (found suitable version "1.4.0", minimum required is "0.14.0")
-- Board: thingy91x, qualifiers: nrf9151
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/b8b84efebd/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/b8b84efebd/opt/zephyr-sdk)
-- Found BOARD.dts: C:/ncs/v3.1.0/nrf/boards/nordic/thingy91x/thingy91x_nrf9151.dts
-- Found devicetree overlay: C:/ncs/v3.1.0/bootloader/mcuboot/boot/zephyr/boards/thingy91x_nrf9151.overlay
-- Generated zephyr.dts: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/mcuboot/zephyr/zephyr.dts
-- Generated pickled edt: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/mcuboot/zephyr/edt.pickle
-- Generated devicetree_generated.h: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/mcuboot/zephyr/include/generated/zephyr/devicetree_generated.h
C:/DL/lwm2m-client/bld/51X-DL-RTT-310/mcuboot/zephyr/.config.sysbuild:11: warning: BOOT_SWAP_USING_MOVE (defined at C:/ncs/v3.1.0/bootloader/mcuboot/boot/zephyr/Kconfig:575) set more than once. Old va
lue "y", new value "n".
C:/DL/lwm2m-client/bld/51X-DL-RTT-310/mcuboot/zephyr/.config.sysbuild:35: warning: BOOT_SWAP_USING_MOVE (defined at C:/ncs/v3.1.0/bootloader/mcuboot/boot/zephyr/Kconfig:575) set more than once. Old va
lue "n", new value "y".
Parsing C:/ncs/v3.1.0/bootloader/mcuboot/boot/zephyr/Kconfig
Loaded configuration 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/mcuboot/zephyr/.config'
Merged configuration 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/mcuboot/zephyr/.config.sysbuild'
No change to configuration in 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/mcuboot/zephyr/.config'
No change to Kconfig header in 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/mcuboot/zephyr/include/generated/zephyr/autoconf.h'
-- Found gen_kobject_list: C:/ncs/v3.1.0/zephyr/scripts/build/gen_kobject_list.py
MCUBoot bootloader key file: C:/ncs/v3.1.0/bootloader/mcuboot/root-ec-p256.pem
CMake Warning at CMakeLists.txt:412 (message):
WARNING: Using default MCUboot signing key file, this file is for debug use
only and is not secure!
-- Configuring done
-- Generating done
-- Build files have been written to: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/mcuboot
--
************************
* Running CMake for b0 *
************************
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: C:/ncs/v3.1.0/nrf/samples/bootloader
-- CMake version: 3.21.0
-- Cache files will be written to: C:/ncs/v3.1.0/zephyr/.cache
-- Zephyr version: 4.1.99 (C:/ncs/v3.1.0/zephyr)
-- Found west (found suitable version "1.4.0", minimum required is "0.14.0")
-- Board: thingy91x, qualifiers: nrf9151
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/b8b84efebd/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/b8b84efebd/opt/zephyr-sdk)
-- Found BOARD.dts: C:/ncs/v3.1.0/nrf/boards/nordic/thingy91x/thingy91x_nrf9151.dts
-- Generated zephyr.dts: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/b0/zephyr/zephyr.dts
-- Generated pickled edt: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/b0/zephyr/edt.pickle
-- Generated devicetree_generated.h: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/b0/zephyr/include/generated/zephyr/devicetree_generated.h
Parsing C:/ncs/v3.1.0/zephyr/Kconfig
Loaded configuration 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/b0/zephyr/.config'
Merged configuration 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/b0/zephyr/.config.sysbuild'
No change to configuration in 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/b0/zephyr/.config'
No change to Kconfig header in 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/b0/zephyr/include/generated/zephyr/autoconf.h'
-- Found gen_kobject_list: C:/ncs/v3.1.0/zephyr/scripts/build/gen_kobject_list.py
-- Configuring done
-- Generating done
-- Build files have been written to: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/b0
--
**********************************
* Running CMake for lwm2m-client *
**********************************
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: C:/DL/lwm2m-client
-- CMake version: 3.21.0
-- Cache files will be written to: C:/ncs/v3.1.0/zephyr/.cache
-- Zephyr version: 4.1.99 (C:/ncs/v3.1.0/zephyr)
-- Found west (found suitable version "1.4.0", minimum required is "0.14.0")
-- Board: thingy91x, qualifiers: nrf9151/ns
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/b8b84efebd/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/b8b84efebd/opt/zephyr-sdk)
-- Found BOARD.dts: C:/ncs/v3.1.0/nrf/boards/nordic/thingy91x/thingy91x_nrf9151_ns.dts
-- Found devicetree overlay: C:/DL/lwm2m-client/boards/thingy91x_nrf9151_ns.overlay
-- Generated zephyr.dts: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/zephyr.dts
-- Generated pickled edt: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/edt.pickle
-- Generated devicetree_generated.h: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/include/generated/zephyr/devicetree_generated.h
warning: Deprecated symbol MBEDTLS_LEGACY_CRYPTO_C is enabled.
warning: Experimental symbol GNSS is enabled.
Parsing C:/DL/lwm2m-client/Kconfig
Loaded configuration 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/.config'
Merged configuration 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/.config.sysbuild'
No change to configuration in 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/.config'
No change to Kconfig header in 'C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/include/generated/zephyr/autoconf.h'
=========== Generating psa_crypto_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Backup: CONFIG_MBEDTLS_THREADING_C: True
Backup: CONFIG_MBEDTLS_THREADING_ALT: False
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT: False
Restore: CONFIG_MBEDTLS_THREADING_C: True
Restore: CONFIG_MBEDTLS_THREADING_ALT: False
=========== End psa_crypto_config ===============
=========== Generating psa_crypto_library_config ===============
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_C: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Backup: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Backup: CONFIG_MBEDTLS_USE_PSA_CRYPTO: False
Backup: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Backup: CONFIG_MBEDTLS_THREADING_C: True
Backup: CONFIG_MBEDTLS_THREADING_ALT: False
=========== Checkpoint: backup ===============
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_C: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER: False
Restore: CONFIG_MBEDTLS_PSA_CRYPTO_SPM: False
Restore: CONFIG_MBEDTLS_USE_PSA_CRYPTO: False
Restore: CONFIG_MBEDTLS_PLATFORM_PRINTF_ALT: False
Restore: CONFIG_MBEDTLS_THREADING_C: True
Restore: CONFIG_MBEDTLS_THREADING_ALT: False
=========== End psa_crypto_library_config ===============
-- Found gen_kobject_list: C:/ncs/v3.1.0/zephyr/scripts/build/gen_kobject_list.py
-- Including signing script: C:/ncs/v3.1.0/nrf/cmake/sysbuild/image_signing.cmake
CMake Warning at C:/ncs/v3.1.0/zephyr/CMakeLists.txt:2232 (message):
__ASSERT() statements are globally ENABLED
-- Configuring done
-- Generating done
-- Build files have been written to: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client
--
******************************
* Running CMake for s1_image *
******************************
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: C:/ncs/v3.1.0/bootloader/mcuboot/boot/zephyr
-- CMake version: 3.21.0
-- Cache files will be written to: C:/ncs/v3.1.0/zephyr/.cache
-- Zephyr version: 4.1.99 (C:/ncs/v3.1.0/zephyr)
-- Found west (found suitable version "1.4.0", minimum required is "0.14.0")
-- Board: thingy91x, qualifiers: nrf9151
-- Found host-tools: zephyr 0.17.0 (C:/ncs/toolchains/b8b84efebd/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.17.0 (C:/ncs/toolchains/b8b84efebd/opt/zephyr-sdk)
-- Found BOARD.dts: C:/ncs/v3.1.0/nrf/boards/nordic/thingy91x/thingy91x_nrf9151.dts
-- Found devicetree overlay: C:/ncs/v3.1.0/bootloader/mcuboot/boot/zephyr/boards/thingy91x_nrf9151.overlay
-- Generated zephyr.dts: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/s1_image/zephyr/zephyr.dts
-- Generated pickled edt: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/s1_image/zephyr/edt.pickle
-- Generated devicetree_generated.h: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/s1_image/zephyr/include/generated/zephyr/devicetree_generated.h
-- Found gen_kobject_list: C:/ncs/v3.1.0/zephyr/scripts/build/gen_kobject_list.py
MCUBoot bootloader key file: C:/ncs/v3.1.0/bootloader/mcuboot/root-ec-p256.pem
CMake Warning at CMakeLists.txt:412 (message):
WARNING: Using default MCUboot signing key file, this file is for debug use
only and is not secure!
-- Configuring done
-- Generating done
-- Build files have been written to: C:/DL/lwm2m-client/bld/51X-DL-RTT-310/s1_image
-- Found partition manager static configuration : C:/ncs/v3.1.0/nrf/boards/nordic/thingy91x/thingy91x_nrf9151_pm_static.yml
Partition 'b0' is not included in the dynamic resolving since it is statically defined.
Partition 'b0_container' is not included in the dynamic resolving since it is statically defined.
Partition 's0' is not included in the dynamic resolving since it is statically defined.
Partition 's0_pad' is not included in the dynamic resolving since it is statically defined.
Partition 's0_image' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot' is not included in the dynamic resolving since it is statically defined.
Partition 's1' is not included in the dynamic resolving since it is statically defined.
Partition 's1_pad' is not included in the dynamic resolving since it is statically defined.
Partition 's1_image' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_primary' is not included in the dynamic resolving since it is statically defined.
Partition 'tfm_secure' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_pad' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_primary_app' is not included in the dynamic resolving since it is statically defined.
Partition 'app_image' is not included in the dynamic resolving since it is statically defined.
Partition 'tfm' is not included in the dynamic resolving since it is statically defined.
Partition 'tfm_nonsecure' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_secondary' is not included in the dynamic resolving since it is statically defined.
Partition 'fmfu_storage' is not included in the dynamic resolving since it is statically defined.
Partition 'settings_storage' is not included in the dynamic resolving since it is statically defined.
Dropping partition 'nrf_modem_lib_trace' since its size is 0.
Dropping partition 'nonsecure_storage' since it is empty.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/DL/lwm2m-client/bld/51X-DL-RTT-310
[0/31] Performing build step for 'mcuboot'
[34/34] Linking C executable zephyr\zephyr.elf
Memory region Used Size Region Size %age Used
FLASH: 42596 B 81408 B 52.32%
RAM: 34808 B 40 KB 84.98%
IDT_LIST: 0 GB 32 KB 0.00%
Generating files from C:/DL/lwm2m-client/bld/51X-DL-RTT-310/mcuboot/zephyr/zephyr.elf for board: thingy91x
[1/31] Performing build step for 'lwm2m-client'
[0/458] Performing build step for 'tfm'
[74/78] Linking C executable bin\tfm_s.axf
Memory region Used Size Region Size %age Used
FLASH: 31580 B 32256 B 97.90%
RAM: 11108 B 40 KB 27.12%
[78/78] Linking C static library secure_fw\libtfm_s_veneers.a
[47/47] Linking C executable zephyr\zephyr.elf
Memory region Used Size Region Size %age Used
FLASH: 386004 B 800 KB 47.12%
RAM: 202656 B 203416 B 99.63%
IDT_LIST: 0 GB 32 KB 0.00%
Generating files from C:/DL/lwm2m-client/bld/51X-DL-RTT-310/lwm2m-client/zephyr/zephyr.elf for board: thingy91x
image.py: sign the payload
image.py: sign the payload
[5/31] Creating signature of application
[9/31] Performing build step for 's1_image'
[201/201] Linking C executable zephyr\zephyr.elf
Memory region Used Size Region Size %age Used
FLASH: 42596 B 81408 B 52.32%
RAM: 34808 B 203416 B 17.11%
IDT_LIST: 0 GB 32 KB 0.00%
Generating files from C:/DL/lwm2m-client/bld/51X-DL-RTT-310/s1_image/zephyr/zephyr.elf for board: thingy91x
[11/31] Creating validation for zephyr.hex, storing to signed_by_b0_mcuboot.hex
[15/31] Creating signature of application
[16/31] Generating ../signed_by_mcuboot_and_b0_mcuboot.bin
image.py: sign the payload
[17/31] Performing build step for 'b0'
[26/26] Linking C executable zephyr\zephyr.elf
Memory region Used Size Region Size %age Used
FLASH: 27448 B 32 KB 83.76%
RAM: 37288 B 203416 B 18.33%
IDT_LIST: 0 GB 32 KB 0.00%
Generating files from C:/DL/lwm2m-client/bld/51X-DL-RTT-310/b0/zephyr/zephyr.elf for board: thingy91x
[18/31] Generating ../signed_by_mcuboot_and_b0_mcuboot.hex
image.py: sign the payload
[21/31] Creating validation for zephyr.hex, storing to signed_by_b0_s1_image.hex
[27/31] Generating ../signed_by_mcuboot_and_b0_s1_image.bin
image.py: sign the payload
[28/31] Generating ../signed_by_mcuboot_and_b0_s1_image.hex
image.py: sign the payload
[31/31] Generating ../merged.hex
-- west flash: using runner nrfutil
-- runners.nrfutil: mass erase requested
-- runners.nrfutil: reset after flashing requested
-- runners.nrfutil: Flashing file: C:\DL\lwm2m-client\bld\51X-DL-RTT-310\merged.hex
-- runners.nrfutil: Erasing non-volatile memory (ERASEALL)
-- runners.nrfutil: Programming image
-- runners.nrfutil: Verifying image
-- runners.nrfutil: Reset
-- runners.nrfutil: Board(s) with serial number(s) 1051211295 flashed successfully.
[10.09.2025 09:11:50.83] elapsed: 01:48
* Terminal will be reused by tasks, press any key to close it.