FileFormat.h
Go to the documentation of this file.
29 uint8_t reserved[3];
Definition: FileFormat.h:24
Definition: FileFormat.h:34
uint8_t romCount
Number of ROM images in this filem, each preceeded with an #OTA_RomHeader.
Definition: FileFormat.h:28
uint32_t buildTimestampHigh
File creation timestamp, Milliseconds since 1900/01/01 (lower 32 bits)
Definition: FileFormat.h:27
uint32_t address
Flash memory destination offset for this ROM image.
Definition: FileFormat.h:35
uint32_t magic
File type identification, either OTA_HEADER_MAGIC_SIGNED or OTA_HEADER_MAGIC_NOT_SIGNED.
Definition: FileFormat.h:25
uint32_t buildTimestampLow
File creation timestamp, Milliseconds since 1900/01/01 (lower 32 bits)
Definition: FileFormat.h:26
uint32_t size
Size of ROM image content following this header, in bytes.
Definition: FileFormat.h:36