SDK 6.2.1 OTA appears to be broken

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

cross mob
Anonymous
Not applicable

OTA seems brooken in SDK 6.2.1

I'm following the "snip.ota_fr" app instructions and it doesn't work. I have verified my setup with SDK 6.1 and there it works.

In SDK 6.2.1, when trying to perform the OTA it only produces this output as for the upgrade web page:

-web page loads:

pastedImage_1.png

-stuck with "NaN%"

pastedImage_2.png

There is no activity on the console either, showing we are not reading any blocks:

- board boots fine and toggle LEDs

- No activity from OTA start

pastedImage_0.png

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.

Hello johan.jeppsson_1683281

In addition to the moving the resources to external, please add the following in platform_config.h which is missing from the 43362 platform

#ifndef WWD_DIRECT_RESOURCES

#define USES_RESOURCE_FILESYSTEM

#endif

Attached is a platform file which worked for me

View solution in original post

22 Replies