Hi,
When I follow the Technical Articles "Implementing Enhanced Boot Loader"
to do image hash/unhash, I can't finish all process.
1. I can't follow the step to produce the certificate on win2003 server.
2. I found a tool "makecert.exe" that mention in the mobile5 document. I
can get a private certificate and import it to IE.
But when I run "Imagehash flash.bin flash_sign.bin 1024" and select the
certificate, it always return "An error ocurred during signing".
3. I use "signimage.exe" to hash my image, but when I use
SBL_VerifyPacket() to unhash the code, it always return error code
"0x80004005"
Thanks.