Does snip.ota_fr support cyw43012?

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

cross mob
Leo_Liu2
Level 2
Level 2
Distributor - Zenitron(GC)
25 sign-ins 10 sign-ins 5 replies posted

Hi Sir,

I was testing ota function use cyw943012evb_04,demo is snip.ota_fr,wiced version is 6.4.

Eventhing is ok until transferring  up to 99.8%,it stoped and host mcu restarting,but app is still ota_fr,not the choosed scan app,some related info as below:

leo_0-1611741847325.pngleo_1-1611741851726.png

leo_3-1611741892910.png

 

Guessing it's the memory is not enough ,I comment out below sentence in ota_fr.mk ,but not work,can anyone help to clarify?

#FR_APP := $(OUTPUT_DIR)/binary/$(CLEANED_BUILD_STRING).stripped.elf
#DCT_IMAGE := $(OUTPUT_DIR)/DCT.stripped.elf

Thanks,

Leo

0 Likes
3 Replies
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

@Leo_Liu2 

Can you confirm that, the network connection is not getting dropped for some reason when you perform the OTA image download? I presume that you are using the stripped.elf file when you are downloading the update.

The memory should be sufficient to have both the FR_image as well along with the application.

Also, you say that you are using wiced 6.4 whereas your logs show you are using 6.6? Can you confirm regarding this?

0 Likes
Leo_Liu2
Level 2
Level 2
Distributor - Zenitron(GC)
25 sign-ins 10 sign-ins 5 replies posted

Thanks for your reply.

I have tried  several times,it always stop at 99.8% and auto restart.I'm sure the connection didn't dropped and  stripped.elf file was updated.

Sorry,it's my mistake ,the version is 6.6.

0 Likes
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

I tried this out on my CYW943012P6EVB_01 which has the same radio and I didn't see any issues as such.

0 Likes