Structure to store image header - All members are little endian. More...
Structure to store image header - All members are little endian.
#include <hdr.h>
Data Fields | |
uint32_t | magic_number |
Header magic number (always "RIOT") | |
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 | |