FOTA Agent Driver Handle.
Data Fields | |
uint8_t | chunk [CHUNK_SIZE] |
uint32_t | chunkOffset |
uint32_t | currWriteOffset |
uint32_t | prevWriteOffset |
uint32_t | flashBaseOffset |
uint32_t | isXip |
ELFUP_ELFPH | pht [20] |
ELFUP_Handle | elfuph |
FLSOPSKD_handle | FLSOPSKDhandle |
uint8_t FOTAAgent_handle::chunk[CHUNK_SIZE] |
Internal buffer to write data in smaller chunks
uint32_t FOTAAgent_handle::chunkOffset |
Offset of the chunk buffer
uint32_t FOTAAgent_handle::currWriteOffset |
Current Flash write offset
uint32_t FOTAAgent_handle::prevWriteOffset |
Previous Flash write offset
uint32_t FOTAAgent_handle::flashBaseOffset |
Flash Base address
uint32_t FOTAAgent_handle::isXip |
Flag to check whether the current file is Xip or not
ELFUP_ELFPH FOTAAgent_handle::pht[20] |
ELF Program Header Table
ELFUP_Handle FOTAAgent_handle::elfuph |
ELF Parser Handle for parsing the elf file
FLSOPSKD_handle FOTAAgent_handle::FLSOPSKDhandle |
Flash Operation Scheduler handle to schedule write operations