OTA upgrade

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

cross mob
shweta29
Level 1
Level 1
First question asked Welcome!

Hi Team,

I am developing a Custom android application with reference of mesh controller app . I want to add OTA upgradation feature in my app . I have(.ota.bin) firmware file with me so my question is ,

1) What is the use of image file in OTA upgradation? is it necessary to add image file for OTA upgradation?

2) Can I implement OTA feature without Image file?

When I tried OTA upgradation without Image file it goes to the abort stage(

UPGRADE_STATE_ABORTED

) and OTA process failed. 

 

So please help to understand the issue and solve the same.

 

 

Thanks and Regards,

Shweta

0 Likes
1 Solution
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

Could you please try with the latest mesh app from here. 

https://github.com/cypresssemiconductorco/btsdk-host-peer-apps-mesh/tree/master/peer 

 

For OTA for mesh, you have to provide the firmware file only. The image file is used for mesh DFU.

Thanks,

-Dheeraj

View solution in original post

0 Likes
1 Reply
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

Could you please try with the latest mesh app from here. 

https://github.com/cypresssemiconductorco/btsdk-host-peer-apps-mesh/tree/master/peer 

 

For OTA for mesh, you have to provide the firmware file only. The image file is used for mesh DFU.

Thanks,

-Dheeraj

0 Likes