You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Device Update for Azure IoT Hub tutorial using Azure Real Time Operating System (RTOS)
12
12
13
-
This tutorial will walk through how to create the Device Update for IoT Hub Agent in Azure RTOS NetX Duo. It also provides simple APIs for developers to integrate the Device Update capability in their application. Explore [samples](https://github.com/azure-rtos/samples/tree/PublicPreview/ADU) of key semiconductors evaluation boards that include the get started guides to learn configure, build, and deploy the over-the-air (OTA) updates to the devices.
13
+
This tutorial walks through how to create the Device Update for IoT Hub Agent in Azure RTOS NetX Duo. It also provides simple APIs for developers to integrate the Device Update capability in their application. Explore [samples](https://github.com/azure-rtos/samples/tree/PublicPreview/ADU) of key semiconductors evaluation boards that include the get started guides to learn configure, build, and deploy the over-the-air (OTA) updates to the devices.
14
14
15
-
In this tutorial you will learn how to:
15
+
In this tutorial you learn how to:
16
16
> [!div class="checklist"]
17
17
> * Get started
18
18
> * Tag your device
@@ -58,17 +58,17 @@ Learn more about [Azure RTOS](/azure/rtos/).
58
58
2. Select the Updates option under "Device management" from the left-hand navigation bar.
59
59
3. Select the Groups tab at the top of the page.
60
60
4. Select the Add button to create a new group.
61
-
5. Select the IoT Hub tag you created in the previous step from the list. Select Create update group.
61
+
5. Select the IoT Hub tag that you created in the previous step from the list. Select Create update group.
62
62
63
63
:::image type="content" source="media/create-update-group/select-tag.PNG" alt-text="Screenshot showing tag selection." lightbox="media/create-update-group/select-tag.PNG":::
64
64
65
65
[Learn more](create-update-group.md) about adding tags and creating update groups
66
66
67
67
## Deploy new firmware
68
68
69
-
1. Once the group is created, you should see a new update available for your device group, with a link to the update under Pending Updates. You may need to Refresh once.
69
+
1. Once the group is created, you should see a new update available for your device group, with a link to the update under Pending Updates. You might need to Refresh once.
70
70
2. Click on the available update.
71
-
3. Confirm the correct group is selected as the target group. Schedule your deployment, then select Deploy update.
71
+
3. Confirm that the correct group is selected as the target group. Schedule your deployment, then select Deploy update.
0 commit comments