Best way to validate a WinCE OS image (.bin) file?
Posted
by Ryan Clark
on Stack Overflow
See other posts from Stack Overflow
or by Ryan Clark
Published on 2010-05-08T00:50:04Z
Indexed on
2010/05/08
0:58 UTC
Read the original article
Hit count: 241
wince
We have a Windows CE 6.0 based product that allows for firmware upgrades through a web interface. I want to perform a sanity check on the new firmware image to be sure that it is valid. How should I perform the validation?
I see in the BIOSLOADER code, there is support code for decoding a BIN file. I suppose I could massage that to perform the validation. Is there a better way?
Thanks!
© Stack Overflow or respective owner