Hi,
I get a Mcu Mgr Error: 10 Group: 1, when I
- start OTA on Android smart phone
- interrupt during upload by disabling BLE on the phone
- enable BLE again
- retry OTA upload
This is the corresponding error message:
<err> mcumgr_img_grp: Image upload inspect failed: 10
Do I need to wait longer until the error will go away
or
do I need to do anything other then retrying directly?
I found out that if I run `kernel reboot cold` on the Zephyr shell, then there is no more Error 10 and the upload will start as expected.
Thanks, Alex