Skip to content

Commit c4350fd

Browse files
authored
Merge pull request #186947 from danewalton/updates
typo: is not a raspberry pi
2 parents b892823 + c10a83f commit c4350fd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/iot-hub-device-update/device-update-azure-real-time-operating-system.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.service: iot-hub-device-update
1010

1111
# Device Update for Azure IoT Hub tutorial using Azure Real Time Operating System (RTOS)
1212

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.
1414

15-
In this tutorial you will learn how to:
15+
In this tutorial you learn how to:
1616
> [!div class="checklist"]
1717
> * Get started
1818
> * Tag your device
@@ -58,17 +58,17 @@ Learn more about [Azure RTOS](/azure/rtos/).
5858
2. Select the Updates option under "Device management" from the left-hand navigation bar.
5959
3. Select the Groups tab at the top of the page.
6060
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.
6262

6363
:::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":::
6464

6565
[Learn more](create-update-group.md) about adding tags and creating update groups
6666

6767
## Deploy new firmware
6868

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.
7070
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.
7272

7373
:::image type="content" source="media/deploy-update/select-update.png" alt-text="Select update" lightbox="media/deploy-update/select-update.png":::
7474

@@ -86,17 +86,17 @@ Learn more about [Azure RTOS](/azure/rtos/).
8686

8787
:::image type="content" source="media/deploy-update/deployments-tab.png" alt-text="Deployments tab" lightbox="media/deploy-update/deployments-tab.png":::
8888

89-
2. Select the deployment you created to view the deployment details.
89+
2. Select the deployment that you created to view the deployment details.
9090

9191
:::image type="content" source="media/deploy-update/deployment-details.png" alt-text="Deployment details" lightbox="media/deploy-update/deployment-details.png":::
9292

9393
3. Select Refresh to view the latest status details. Continue this process until the status changes to Succeeded.
9494

95-
You have now completed a successful end-to-end image update using Device Update for IoT Hub on a Raspberry Pi 3 B+ device.
95+
You have now completed a successful end-to-end image update using Device Update for IoT Hub on an Azure RTOS embedded device.
9696

9797
## Cleanup resources
9898

99-
When no longer needed cleanup your device update account, instance, IoT Hub and IoT device.
99+
When no longer neededn clean up your device update account, instance, IoT Hub, and IoT device.
100100

101101
## Next steps
102102

0 commit comments

Comments
 (0)