Hi,
I'm using nRF9160 as an MCUmgr SMP client to download firmware via HTTPS and send it to nRF52840 (SMP server). Using SDK version NCS v2.9.1, I enabled CONFIG_NRF_MCUMGR_SMP_CLIENT=y and plan to use this on nrf91:
- mcumgr_smp_client_download_start() to download + send
- mcumgr_smp_client_update() to trigger update
But I get build errors like:
zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt.h:14:10: fatal error: bootutil/image.h: No such file or directory
Here is my parts of prj.conf relate to it:
Did I miss anything?
I appreciate any help on this!

