Structure to store image header v2 - All members are little endian. More...
Structure to store image header v2 - All members are little endian.
#include <hdr.h>
Data Fields | |
| uint32_t | magic_number |
| Header magic number | |
| uint32_t | version |
| Integer representing the partition version | |
| uint32_t | start_addr |
| Address after the allocated space for the header | |
| uint32_t | chksum |
| Checksum of riotboot_hdr | |
| uint32_t | flags |
| General purpose flags for image state and boot count. More... | |
| uint32_t riotboot_hdr_v2::flags |