Hi Nordic Guys!
I have some issue. When I enable SMP server + bootloader for OTA then RTT console print nothing
# FOR NCS auto make image CONFIG_MCUMGR_SMP_BT=y CONFIG_MCUMGR_SMP_BT_AUTHEN=n CONFIG_MCUMGR_CMD_IMG_MGMT=y CONFIG_MCUMGR_CMD_OS_MGMT=y CONFIG_MCUMGR=y CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=8192 CONFIG_BOOTLOADER_MCUBOOT=y CONFIG_MCUBOOT_IMAGE_VERSION="0.1.7"
I think there no time for print because of SMP server handler.
If I disable MCUBOOT then RTT prints well
#CONFIG_BOOTLOADER_MCUBOOT=y #CONFIG_MCUBOOT_IMAGE_VERSION="0.1.7"
Can you help me please.