OTA process not rebooting

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

cross mob
Anonymous
Not applicable

Hi,

I've looked a lot inside the forum about the OTA process but unsuccessfully, I did not found my answer...

I've wrote an application which load a tcp client located in FR_APP on a BCM943362WCD4_EVB.

This app located in FR_APP is receiving chunck of a file and writing it on the APP0 location.

When I received all chuncks, I reboot the wiced.

Initialization :

- wiced_framework_app_open

- wiced_framework_app_get_size

- wiced_framework_app_set_size

- wiced_framework_app_get_size

Chunck writing :

- wiced_framework_app_write_chunk

Rebooting :

- wiced_framework_app_close

- wiced_framework_set_boot

My problem is that, as I change the boot configuration, the module never reboot and I'm obliged to reflash it to work properly.

Moreover, I looked trough the internal flash, and nothing has been wrote at 0x0800C000

Any help would be appreciated,

Regards.

0 Likes
1 Solution
Anonymous
Not applicable

Hi,

even if you are not using ota_fr, you need to add the download_apps target to write the file system in to external flash.

for TFTP have a loot at TFTP module for WICED with snip application to update any file in the MULTI_APP file system

Regards,

Bassem

View solution in original post

0 Likes
4 Replies