How to update Azure RTOS.

Hinata Katsunori 536 Reputation points
2022-03-11T03:47:22.893+00:00

Hello.

We are considering the adoption of Azure RTOS for IoT Device.

Is there a page that guides us on how to update Azure RTOS to IoT Device using IoT Hub or IoT Central?

What we want to know is how to update the Azure RTOS itself, not the IoT Device firmware update.

Thanks in advance.

Azure RTOS
Azure RTOS
An Azure embedded development suite including a small but powerful operating system for resource-constrained devices.
330 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
359 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,157 questions
Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
212 questions
0 comments No comments
{count} votes

Accepted answer
  1. Liya Du 446 Reputation points
    2022-03-11T17:56:28.53+00:00

    @HinataGrape-6694, to update the Azure RTOS portion on an IoT device is similar today to update the entire firmware which Azure RTOS now has already supports by using the Device Update for IoT Hub service: https://learn.microsoft.com/en-us/azure/iot-hub-device-update/

    And you can try with some key boards we already have samples for: https://github.com/azure-rtos/samples/tree/PublicPreview/ADU

    And like @Scott Azure RTOS mentioned, we are yet to include the secure boot as part of the sample to ensure the security on the device end. Please let us know further questions you have on this.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Scott Azure RTOS 4,051 Reputation points
    2022-03-11T16:49:31.487+00:00

    Hello, we do not yet have a secure bootloader that will update Azure RTOS. This is something we are actively working on.

    0 comments No comments