start

open fun start(@NotNull settings: @NotNull FirmwareUpgradeSettings, envelope: @NotNull Array<Byte>)

Start the upgrade.

This method should be used for SUIT candidate envelopes files.

Parameters

settings

the firmware upgrade settings.

envelope

the SUIT candidate envelope.


open fun start(@NotNull settings: @NotNull FirmwareUpgradeSettings, envelope: @NotNull Array<Byte>, @Nullable cacheImages: @Nullable CacheImageSet)

Start the upgrade.

This method should be used for SUIT candidate envelopes files.

Parameters

settings

the firmware upgrade settings.

envelope

the SUIT candidate envelope.

cacheImages

cache images to be uploaded together with the SUIT envelope before starting the update.