NordicSemiconductor/Android-nRF-Connect-Device-Manager

enhancement : adding mcumgr direct image upload option

itosh055 opened this issue · 1 comments

Hi,

Would it be possible to support a DIRECT_IMAGE_UPLOAD option for image_2 that is supported on linux mcumgr tool shown below?

https://docs.zephyrproject.org/3.0.0/samples/subsys/mgmt/mcumgr/smp_svr/README.html#direct-image-upload-and-image-mapping-to-mcuboot-slot
The mcumgr image upload command may be provided optional -e -n parameter that will select target image (e.g. -e -n 3 is for image_2)

This DFU can be tested with NCS by adding CONFIG_IMG_MGMT_DIRECT_IMAGE_UPLOAD=y.

Best Regards,

Sure. I'll do it next week.