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

cross mob
Starlord
Level 1
Level 1
10 sign-ins 5 replies posted 5 questions asked

Hi,

We know that Murata Type 1LD uses two cores - Cypress and STM32. We would like to know whether WICED Studio/SDK builds a single image for both cores? Is there any document available on image build and OTA update of Type 1LD using WICED SDK? Any help on this is highly appreciated

regards

SR

0 Likes
1 Solution
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

No, there are distinct images built and downloaded sequentially by the WICED makefile system. As shown in doc/WICED-QSG.pdf in WICED SDK, section 3.4 explains the build process which would hold true for the type 1LD platform also. The build process generates separate image files for bootloader, DCT, application, filesystem(containing images for the radio), APPS LUT(look-up table). Also the OTA update has been documented in doc/WICED-OTA.pdf.

View solution in original post

0 Likes
1 Reply
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

No, there are distinct images built and downloaded sequentially by the WICED makefile system. As shown in doc/WICED-QSG.pdf in WICED SDK, section 3.4 explains the build process which would hold true for the type 1LD platform also. The build process generates separate image files for bootloader, DCT, application, filesystem(containing images for the radio), APPS LUT(look-up table). Also the OTA update has been documented in doc/WICED-OTA.pdf.

0 Likes