TargetImage

open class TargetImage

Constructors

Link copied to clipboard
constructor(data: @NotNull Array<Byte>)
This constructor creates a basic image target.
constructor(imageIndex: Int, data: @NotNull Array<Byte>)
This constructor creates a basic image targeting specified core (image index).
constructor(imageIndex: Int, slot: Int, data: @NotNull Array<Byte>)
This constructor allows to define a target for a multi-core device with support for Direct XIP (option to run an image from a noo-primary slot.

Properties

Link copied to clipboard
The image.
Link copied to clipboard
Target image index (core index) for the image.
Link copied to clipboard
val slot: Int
Target slot for the image: SLOT_PRIMARY or SLOT_SECONDARY.
Link copied to clipboard
val SLOT_PRIMARY: Int = 0
Link copied to clipboard