OTA Software update of IOT devices running Azure RTOS

Anton Lagerholm 26 Reputation points
2021-01-20T07:13:05.117+00:00

Hi!

Are there any support for updating the firmware on embedded devices running Azure RTOS? If for example I'm running an STM32 microcontroller with Azure RTOS and the Azure SDK for C. Will I be able to update this device from the cloud in some way. Do you have some example of this? Or do I need to write my own code for updating the device OTA?

I have been looking around in your documentation but I haven't been able to find anything indicating this so far.

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
341 questions
{count} votes

Accepted answer
  1. António Sérgio Azevedo 7,671 Reputation points Microsoft Employee Moderator
    2021-01-20T19:10:51.597+00:00

    Great question @Anton Lagerholm ,

    You will need to adapt your code to update the device OTA. Can you share some examples of ways you would expect it to be done without needing to customize the code?

    See also this example: Tutorial: Implement a device firmware update process

    It gives you an idea on how it is done using device twin desired properties and device twin reported properties

    Thank you!


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.