hi all,

i have decompressed a bcm6338 image with bcm tools, and tried to compress with no change.
i compressed it but compressed image not the same of first image. i compare their hexdumps.
this is the output:

$ hexcompare FullImage.bin try-m2-noaux-64K.bin

122974,122976c122974,122975
< 01e1810 9e06 4218 ed88 7db4 007f c800 ebb5 07f5
< 01e1820 e948 8d96 9a43 49a6 770a 008f         
< 01e182b
---
> 01e1810 9e06 4218 ed88 7db4 007f 0000         
> 01e181b


so, there is 16 byte more at the first image. is there a checksum or something that bcmtools doesnt do?