This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CRC32 | binpack utility | Image info header | How to add Image info header for binpack to store length and crc of image at that location ?

I am considering adding the CRC Check onto my application image.

I am using  : binpack – I <input.bin> -o <output.bin>

 

This will add the length and crc32 on the 8 word image header.

 

But, now the question is how can I add that 8 words space onto my application image, so that binpack can store the calculated length and crc32 at that location.

How to insert the image info header at the top of the vector table? So that binpack can insert the length and crc32 onto that!