Dominik Ermel
Dominik Ermel
There are callbacks that can be registered for various stages of upload: https://github.com/apache/mynewt-mcumgr/blob/4fa869142f16e00d42415bc6dbcb7f1f92ba4abd/cmd/img_mgmt/include/img_mgmt/img_mgmt.h#L237-L256
Unfortunately they do not allow to pass reason, for example why dfu stopped, etc.
@mlaz , @nvlsianpu , @utzig Can you take a look?
Might be, I have built go from the top of master at that point (27fc32ff01) for the purpose of building the tool, so I have been far beyond 1.11.1 anyway...
> This PR will need some refactoring after #1395 will gets in. Yes, unfortunately.
I have decided to convert it to draft, as I consider to replace the feature with image post processing feature, that will have similar stalling mechanism.
MCUmgr already breaks the wear balancing because it only erases (when progressive erase is enabled) pages it needs to store image.
> Looks like we just need to fix the CI failure. Do we need to add mynewt support for this? Will rebase to fix CI. These are Zephyr only sources...
@mlsvrts Can you take a look?
> @nvlsianpu @d3zd3z @de-nordic Are there any plans to support serial recovery of encrypted images using dual slot mode any time soon ? @jimmyzumthurm You can log an issue/enhancement for...