Does the new Device Update for Azure IOT supported Embedded Devices?

Oetze van den Broek 121 Reputation points
2022-03-14T10:48:27.47+00:00

I am trying to figure out how to use the Azure Device Update preview to update our embedded devices.
Those devices run c++ code and don't have a operating system.
i was looking at the different tutorials and they all seem to be using Linux for a device Update agent.

Is it possible to use device update on embedded devices?
I looked at this list, but it doesn't seem to have embedded devices in it. https://learn.microsoft.com/en-us/azure/iot-hub-device-update/device-update-agent-provisioning#support-for-device-update

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,157 questions
{count} votes

Accepted answer
  1. Dane Walton 251 Reputation points Microsoft Employee
    2022-03-16T21:17:31.143+00:00

    (Copying here since I didn't realize there was an answer section)

    Hi @Oetze van den Broek thanks for the question!

    We do not currently have a bare metal offering for ADU but it is in the works. I can't provide any details yet but we have it highly prioritized and working on it now.

    1 person found this answer helpful.
    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Oetze van den Broek 121 Reputation points
    2022-03-17T08:29:17.053+00:00

    Thanks for your answer. I am looking forward to try out!

    1 person found this answer helpful.
    0 comments No comments

  2. Sander van de Velde | MVP 31,211 Reputation points MVP
    2022-03-14T15:35:18.977+00:00

    Hello @Oetze van den Broek ,

    according to the documentation, devices running RTOS application are supported too:

    Device Update supports a broad range of IoT operating systems—including Linux and Azure RTOS (real-time operating system)—and is extensible via open source.

    Samples can be found here. An RTOS update tutorial is found here.

    Check out this GitHub repo if you are new to RTOS.