Main.IsFirmwareUpToDate
This command checks if the following part of the firmware is
already up to date. It must be called exactly in the order it
occurs in the BF2 file: If the firmware is split in 2 parts and
this command is in between them, it has to be called after
transferring the first part and before loading the second part.
Otherwise it is not guaranteed that it works correctly.
Properties
- Command code: 0xF005
- Command timeout: 5000 ms
- Possible status codes: General status codes, Main.ErrOutdatedFirmware, Main.ErrUnknownVersion
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
Length of VersionDesc | Integer (8 bits) |
Length of VersionDesc in bytes |
VersionDesc | Raw data | A pattern that describes the firmware version of the following firmware part. Should not be interpreted by user software! |
Returned values (response frame)
None