How to get the update progress of FOTA based on BLE in version NCS2.8.0?

ble_lesson5_ex1_ENCRYPT.rar

I tryed to use the callback function provided by mgmt to hookit, but after including the header file`zephyr/mgmt/mcumgr/grp/img_mgmt/img_mgmt.h`, it prompted that "mcuboot_config/mcuboot_config.h" could not be found.If you need more information or the entire project file, please let me know.Thanks.

Parents Reply
  • I'm sorry ,it's the peoblem of the   Edge's Auto translate.This english chats:

    I have reviewed the source code of this example. It uses the events MGMT_EVT_OP_OS_MGMT_INFO_CHECK and MGMT_EVT_OP_OS_MGMT_INFO_APPEND from os_mgmt_group_events. However, these two events do not seem to provide information on data transmission during OTA. If my understanding is incorrect, could you please explain? I think this issue can be addressed from two perspectives: 1. How to monitor the transmission progress of the upgrade IMAG through callback functions. 2. Regarding the project I built myself, why can't I find mcuboot_config/mcuboot_config.h?

Children
Related