Firmware Upgrade - DCT Question (con't)

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

cross mob
Anonymous
Not applicable

As a follow on to this discussion: Firmware Upgrade - DCT Question

So will the 3.6.3 SDK that will be posted allow the DCT to be updated to the new version? This is still an issue for deployed devices.

0 Likes
2 Replies
user_2177781
Level 5
Level 5
25 likes received 10 likes received 5 likes given

As mentioned in the thread above I was working on the same issue. Our solution has been to add a custom section to the start of the DCT (BOOTLOADER_SECTION) which we controlled so this contains the data required for our bootloader to run. The bootloader is only allowed to look in this section. The cost of doing this is that we need to modify the DCT functions to support this new section and to ensure we do not get into problems if the DCT API changes, the bootloader has its own DCT functions.

This has worked great since we patched our 3.1.2 based devices.

0 Likes
Anonymous
Not applicable

Yes, we're running custom DCT code patched on to the WICED code, my hope was to avoid re-patching with 3.6.3, since a DCT upgrade path was promised here--but I'm not sure it will come through.

0 Likes