OTA firware update Problem

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

cross mob
Anonymous
Not applicable

Hello,

We are using SN8205 custom module with SST25VF080B Serial flash and Wiced 3.5.2.

While OTA updating process we facing problem.

Problem:

It shows only "Writing chuck 1 of size 1024 from offset"

and it stop for next process

Any help in this case highly appreciated.

Thanks & Regards,

Chintan

0 Likes
4 Replies
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

Moving to the Murata​ forum, adding the Murata technical team: ghousehhyogo

You may also want to seek support from one of our regional Distributors​ from which you are purchasing the SN8205.

0 Likes
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

I was informed by Murata that this is a WICED issue, so I am moving back to the general WICED forum.

0 Likes
Anonymous
Not applicable

hello,

have any update regarding the OTA Firmware upgradation ??

0 Likes
Anonymous
Not applicable

Incorrectly using wiced_packet_get_data return params

I have similar problem. Need correct wiced error.

first.  

Possible bug for wiced_dct_restore_factory_reset in SDK-3.5.2 & 3.7.0 

Second SST25VF080B supported by wiced?

Ok. Supportted

#ifdef SFLASH_SUPPORT_SST_PARTS

    if ( handle->device_id == SFLASH_ID_SST25VF080B )

    {

        *size = (unsigned long) 0x100000; /* 1MByte */

    }

#endif /* ifdef SFLASH_SUPPORT_SST_PARTS */

0 Likes