Part Table
Part Table
Part Table
#define PART_MAX_WITH_RSV 32
/**
* Header used in the device firmware payload.
*/
typedef struct flpart_s
{
u32 crc32; /**< CRC32 checksum of image */
u32 ver_num; /**< Version number */
u32 ver_date; /**< Version date */
u32 img_len; /**< Lengh of image in the partition */
u32 mem_addr; /**< Starting address to copy to RAM */
u32 flag; /**< Special properties of this partition */
u32 magic; /**< Magic number */
} flpart_t;