Question of snip.ota_fr

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Dear,

        I am testing the OTA Update using the program of snip.ota_fr in WICED SDK v2.4.1.

         The comments in this ota_fr.c told me that the first step is running this command as follow:

          snip.ota_fr-BCM943362WCD4  OTA=waf.ota_upgrade  SFLASH=app-dct-ota-download


        The platform  I used is BCM9WCDUSI09, so I changed the command as:


         snip.ota_fr-BCM9WCDUSI09  OTA=waf.ota_upgrade  SFLASH=app-dct-ota-download


         But it failed. Is  the RAM too small?

         The Log is in the attachment.

          Could anyone help me to find the problem? Thanks.

          BTW, the SPI Flash in my board is 4MByte.

0 Likes
1 Solution
Anonymous
Not applicable

I do not modify the file,you can fine sflash_get_size() func,and in the func you can know,it only supports  SFLASH_SUPPORT_MACRONIX_PARTS and SFLASH_SUPPORT_SST_PARTS menufacture`s device,and the flash id  must be SFLASH_ID_MX25L8006E or SFLASH_ID_SST25VF080B.Acturally i do not know bcm do like this.if your flash does not match,you will get the size of flash 0 size.

View solution in original post

13 Replies