Issue with intergating the OTA Upgrade with Application for Wiced PLUS EVB

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

cross mob
Anonymous
Not applicable

Hi all,

I am facing an issue when trying to use the OTA API in my application code for the WICED PLUS EVB. I have followed the similar threads, but no clues of why this issue is surfacing.

It is mostly the linking of the OTA library issue. I am giving the screenshot of my Eclipse IDE. Please guide me in resolving the issue.

OTA_issue_Capture.PNG

Hope to hear from you soon. As we need to make a call on whether we can go with the chip or not.

Regards,

Lavanya

0 Likes
1 Solution
Anonymous
Not applicable

Hi Baseem,

Thank you for your support.

I got it running. The issue was I skipped adding the download_apps in the build target. After that I did make clean and built the target.

Thanks,

Lavanya

View solution in original post

0 Likes
7 Replies
JoYi_1844281
Level 6
Level 6
100 sign-ins 100 replies posted 50 likes received

Do you include the ota_server as your component in application mk file ?

Check the snip/ota_fr as reference!

Anonymous
Not applicable

Hi Jone,

I did include the ota_server as a component in application make file. I took the snip_ota_fr as a reference and build the application. That's why I am bit puzzled how the linking of the server is not happening.

Thank you for your response.

Regards,

Lavanya

0 Likes

Dear Lavanya,

Did you see Compiling Lib_OTA_Server in you build log!

or make clean first, then rebuild it again!

Best Regards,

Jone

0 Likes
Anonymous
Not applicable

Dear Jone,

Yes, in the build log I have already noticed Compiling Lib_OTA_Server.

Compiling phase is finished successfully, but it is failing in link phase.

And I also tried make clean and build but no success....

Regards,

Lavanya

0 Likes

How about the application snip.ota_fr could build ?

attached your config.mk under build/your_apps/config.mk !

Jone

2015-07-16 15:08 GMT+08:00 lavanya@gndsolutions <

communities-list@community.broadcom.com>:

<http://community.broadcom.com/?et=watches.email.thread> Issue with

intergating the OTA Upgrade with Application for Wiced PLUS EVB

reply from lavanya@gndsolutions

<http://community.broadcom.com/people/lavanya%40gndsolutions?et=watches.email.thread>

in WICED Wi-Fi Forums - View the full discussion

<http://community.broadcom.com/message/17752?et=watches.email.thread#17752>

0 Likes
Anonymous
Not applicable

Hi Lavanya,

Try to clean up every thing first (or delete the build folder) and rebuild and see if this solves your problem.

Regards,

Bassem

0 Likes
Anonymous
Not applicable

Hi Baseem,

Thank you for your support.

I got it running. The issue was I skipped adding the download_apps in the build target. After that I did make clean and built the target.

Thanks,

Lavanya

0 Likes