I am facing the following error. I have referered light switch example and have included all the required configs in the prj_fota.conf file
CONFIG_NCS_SAMPLES_DEFAULTS=y
Thank you in advance
I am facing the following error. I have referered light switch example and have included all the required configs in the prj_fota.conf file
CONFIG_NCS_SAMPLES_DEFAULTS=y
This is the error i am getting
c:/ncs/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd.exe: modules/nrf/subsys/zigbee/lib/zigbee_fota/lib..__nrf__subsys__zigbee__lib__zigbee_fota.a(dfu_multi_target.c.obj): in function `dfu_multi_target_init_default':
C:/ncs/v2.9.1/nrf/subsys/zigbee/lib/zigbee_fota/src/dfu_multi_target.c:187: undefined reference to `dfu_target_mcuboot_set_buf'
The issue is resolved. The CONFIG_BOOTLOADER_MCUBOOT was not being defined globally. So added the command to enable it globally from CMakeLists.txt
Hello Mariya,
I saw your message after I replied. I'm glad to hear that your issue has been resolved.
Kind Regards,
Abhijith
Hello Mariya,
I saw your message after I replied. I'm glad to hear that your issue has been resolved.
Kind Regards,
Abhijith