Hi Team,
I followed the DFU tutorial from https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu#other_dfu_samples using ncs 2.3 and it works fine. When I switch over to ncs 2.4, I got errors for missing symbols:
warning: attempt to assign the value 'y' to the undefined symbol MCUMGR_CMD_IMG_MGMT
warning: attempt to assign the value 'y' to the undefined symbol MCUMGR_CMD_OS_MGMT
warning: attempt to assign the value 'y' to the undefined symbol MCUMGR_SMP_BT
warning: attempt to assign the value 'n' to the undefined symbol MCUMGR_SMP_BT_AUTHEN
Are these symbols removed in ncs2.4? Is there an update document for DFU using ncs2.4? Thank you so much.