Let me know how to test about Factory Image and OTA in wiced sdk 3.1.1?

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

cross mob
Anonymous
Not applicable

There isn't mfg_image.mk in sdk 3.1.1 root directory.

I would like to test FactoryImage and OTA

Let me know how to test?

snip.scan-BCM9WCDUSI09-debug SFLASH=app-dct-download download run

log>

Resetting target

Target running

Build complete

Building Serial Flash Image

make.exe[1]: tools/makefiles/mfg_image.mk: No such file or directory

make.exe[1]: *** No rule to make target 'tools/makefiles/mfg_image.mk'.  Stop.

Makefile:197: recipe for target 'sflash_image' failed

make: *** [sflash_image] Error 2

0 Likes
4 Replies
Anonymous
Not applicable

Hi,

WICED OTA is now handled in a different make file wiced_apps.mk.

OTA currently support BCM943362WCD4, BCM943362WCD6, BCM943362WCD8, BCM94390WCD2. Other platforms need porting to support OTA.

To test OTA, have a look at snip application ota_fr. your make target would then be

snip.ota_fr-BCM943362WCD6 download donwload_apps

(PS: replace BCM943362WCD6 with what ever platform you are using.)

0 Likes
Anonymous
Not applicable

I would like to test FactoryImage and OTA on BCM9WCDI09 platform.

I want to know when SDK3.1.1 include BCM9WCDI09 platform.

Thanks for your answer.

Sean

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi,

There is an ongoing work to support BCM9WCDUSI09 for SDK3.1.1 . Hopefully it can be officially released on wiced sdk 3.1.1. In the mean time, I have created a patch to get BCM9WCDUSI09 to get you working. This is not the final version, as I said, work in still ongiong, but hopefully it can get you going and the changes later won't be that big.

0 Likes
Anonymous
Not applicable

Hi,

Please replace the wifi_nvram_image.h file (in the previous attached zip file) with the one from version 2.4.1.

0 Likes