WsRsaSign major and minor version signing

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi

I am running a WICED application with the secure OTA option.

The procedure run as expected, but I think there is some bug in the WsRsaSign utility.

As far as I understand, the utility adds the manufacturer ID and major and minor version number as a header for the image file.

I have found that no matter what i put in the minor version, it saves the major version twice.

for example:

WsRsaSign.exe rsa.pri XXXX_ota-BCM920737TAG_Q32-rom-ram-Wiced-release.ota.bin 1234 1 7

the file header output is:

Untitled.jpg

0 Likes
1 Solution

Hi shmulik,

Please re-test with the tool from the SDK 2.2.2 release.   I believe the issue you're reporting existed in the earlier version of the SDK.    you don't need to re-write your app in the SDK 2.2.2, just use the tool from it!

View solution in original post

0 Likes
3 Replies
Anonymous
Not applicable

Hello shmulik,

Can you send us a code snippet for us to examine?

Thanks

JT

0 Likes

Hi shmulik,

Please re-test with the tool from the SDK 2.2.2 release.   I believe the issue you're reporting existed in the earlier version of the SDK.    you don't need to re-write your app in the SDK 2.2.2, just use the tool from it!

0 Likes
Anonymous
Not applicable

thank you shawn antol, it worked - 2.2.2 fixed the issue