FileFormat.h
uint32_t magic
File type identification, either OTA_HEADER_MAGIC_SIGNED or OTA_HEADER_MAGIC_NOT_SIGNED.
Definition: FileFormat.h:36
uint32_t size
Size of ROM image content following this header, in bytes.
Definition: FileFormat.h:36
uint8_t romCount
Number of ROM images in this filem, each preceded with an #OTA_RomHeader.
Definition: FileFormat.h:39
uint8_t reserved[3]
Reserved bytes, must be zero for compatibility with future versions.
Definition: FileFormat.h:40
Definition: FileFormat.h:34
Definition: FileFormat.h:24
uint32_t buildTimestampHigh
File creation timestamp, Milliseconds since 1900/01/01 (lower 32 bits)
Definition: FileFormat.h:38
uint32_t buildTimestampLow
File creation timestamp, Milliseconds since 1900/01/01 (lower 32 bits)
Definition: FileFormat.h:37
uint32_t address
Flash memory destination offset for this ROM image.
Definition: FileFormat.h:35