Hello,
I would like to add a customized header structure to the binary so that after it has been flashed the SBL can read the version information and verify the image via CRC for instance, The image header structure looks like this:
typedef structure ImageHeader
{
int iHeader;
char cType;
int iLength;
int iCRC;
};
The binary image needs to be signed as hs_fs type. Does TI have an external tool to add this header information into the binary image? If the tool is not available, how do I add this header information into the binary image?
Thanks,
Ming