Can't boot from OTA

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

cross mob
Anonymous
Not applicable

Hi

We have written  FR_APP, DCT_IMAGE, OTA_APP, APP0 and APP1 to the external flash using make Target "snip.ourapp-ISM43362_M3G_L44 download download_apps run" in SDK 3.1.2

But when ourapp starts up and try to set the boot from the OTA app using following code, the FR_APP starts instead of the OTA app.

void application_start( )

{

  /* Initialize Wiced system */

    wiced_init();

.....

  wiced_framework_set_boot( DCT_OTA_APP_INDEX, PLATFORM_DEFAULT_LOAD );

  WPRINT_APP_INFO(("Restarting...\r\n"));

  wiced_framework_reboot( );

.....

}

We are stuck in this issue and need urgent help.

Thanks

0 Likes
17 Replies