Re: OTAFU and Versioning (con't)

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

cross mob
wewu_1392881
Level 3
Level 3
First like received First like given Welcome!

As a follow on to this thread: OTAFU and Versioning

For secure OTA, according to the guide, the first four bytes will stands for firmware version information, and for non-secure OTA, where can we find the firmware version from the OTA bin file? should we specify the address of the following constant:

const WS_UPGRADE_APP_INFO WsUpgradeAppInfo

And how can we specify the address in Eclipse?

0 Likes
1 Solution
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

The xxx.ota.bin file is created together at the same time when you built your new application. It is inside the build folder. If this is a non-secure OTA, then simply extract this file and use the appropriate peer app to carry out the upgrading.

View solution in original post

1 Reply
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

The xxx.ota.bin file is created together at the same time when you built your new application. It is inside the build folder. If this is a non-secure OTA, then simply extract this file and use the appropriate peer app to carry out the upgrading.