Skip to content

Commit ba36971

Browse files
committed
touchups
1 parent 29cba29 commit ba36971

File tree

5 files changed

+13
-14
lines changed

5 files changed

+13
-14
lines changed

articles/iot-hub-device-update/device-update-raspberry-pi.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ Add your device to the device registry in your IoT hub and get the connection st
5151

5252
The *Tutorial_RaspberryPi3.zip* file has all the required files for the tutorial. Download the file from the **Assets** section of the latest release on the [GitHub Device Update Releases page](https://github.com/Azure/iot-hub-device-update/releases), and unzip it.
5353

54-
In the extracted *Tutorial_RaspberryPi3* folder, the *adu-base-image-raspberrypi3.wic* file is the base image that you can flash onto the Raspberry Pi board. The base image uses a Yocto build based on the 3.4.4 release. The image has the Device Update agent and SWUpdate, which enables the Device Update dual partition update. For more information about the Yocto layers, see [Build a custom Linux-based system with Device Update agent using the Yocto Project](https://github.com/Azure/iot-hub-device-update-yocto).
54+
In the extracted *Tutorial_RaspberryPi3* folder, the base image that you can flash onto the Raspberry Pi board is *adu-base-image-raspberrypi3.wic*. The base image uses a Yocto build based on the 3.4.4 release. The image has the Device Update agent and SWUpdate, which enables the Device Update dual partition update. For more information about the Yocto layers, see [Build a custom Linux-based system with Device Update agent using the Yocto Project](https://github.com/Azure/iot-hub-device-update-yocto).
5555

5656
The update files you import through Device Update are:
5757

58-
- The *adu-update-image-raspberrypi3-1.2.0.swu* SWUpdate file
59-
- The *example-a-b-update.sh* custom SWUpdate script
60-
- The *EDS-ADUClient.yocto-update.1.2.0.importmanifest.json* manifest
58+
- SWUpdate file *adu-update-image-raspberrypi3-1.2.0.swu*
59+
- Custom SWUpdate script *example-a-b-update.sh*
60+
- Manifest *EDS-ADUClient.yocto-update.1.2.0.importmanifest.json*
6161

6262
### Use bmaptool to flash the SD card
6363

@@ -249,19 +249,19 @@ The import process begins, and the screen switches to the **Updates** screen. Af
249249

250250
:::image type="content" source="media/import-update/update-ready-ppr.png" alt-text="Screenshot that shows job status.":::
251251

252-
## Deploy the update
252+
## Select the device group
253253

254254
You can use the group tag you applied to your device to deploy the update to the device group. Select the **Groups and Deployments** tab at the top of the **Updates** page to view the list of groups and deployments and the update compliance chart.
255255

256256
The update compliance chart shows the count of devices in various states of compliance: **On latest update**, **New updates available**, and **Updates in progress**. For more information, see [Device Update compliance](device-update-compliance.md).
257257

258258
Under **Group name**, you see a list of all the device groups for devices connected to this IoT hub and their available updates, with links to deploy the updates under **Status**. Any devices that don't meet the device class requirements of a group appear in a corresponding invalid group. For more information about tags and groups, see [Manage device groups](create-update-group.md).
259259

260-
You should see the device group that contains the device you set up in this tutorial, along with the available updates for the devices in the group. You might need to refresh the page. To deploy the best available update to the group from this view, select **Deploy** next to the group.
260+
You should see the device group that contains the device you set up in this tutorial, along with the available updates for the devices in the group. You might need to refresh the page. To deploy the best available update to a group from this view, select **Deploy** next to the group.
261261

262262
:::image type="content" source="media/create-update-group/updated-view.png" alt-text="Screenshot that shows the update compliance view." lightbox="media/create-update-group/updated-view.png":::
263263

264-
### Create the deployment
264+
## Deploy the update
265265

266266
1. On the **Group details** page, select the **Current deployment** tab, and then select **Deploy** next to the desired update in the **Available updates** section. The best available update for the group is denoted with a **Best** highlight.
267267

articles/iot-hub-device-update/device-update-simulator.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,21 +210,21 @@ The imported update now appears on the **Updates** page.
210210

211211
For more information about the import process, see [Import an update to Device Update for IoT Hub](import-update.md).
212212

213-
## Deploy the update
213+
## Select the device group
214214

215215
You can use the group tag you applied to your device to deploy the update to the device group. Select the **Groups and Deployments** tab at the top of the **Updates** page to view the list of groups and deployments and the update compliance chart.
216216

217217
The update compliance chart shows the count of devices in various states of compliance: **On latest update**, **New updates available**, and **Updates in progress**. For more information, see [Device Update compliance](device-update-compliance.md).
218218

219219
Under **Group name**, you see a list of all the device groups for devices connected to this IoT hub and their available updates, with links to deploy the updates under **Status**. Any devices that don't meet the device class requirements of a group appear in a corresponding invalid group. For more information about tags and groups, see [Manage device groups](create-update-group.md).
220220

221-
You should see a device group that contains the simulated device you set up in this tutorial. Select the group name to view its details.
221+
You should see the device group that contains the simulated device you set up in this tutorial. Select the group name to view its details.
222222

223223
:::image type="content" source="media/device-update-simulator/groups-and-deployments.png" alt-text="Screenshot that shows the update compliance view." lightbox="media/create-update-group/updated-view.png":::
224224

225-
### Create the deployment
225+
## Deploy the update
226226

227-
1. On the **Group details** page, you should see that there's one new update available for this group. Select **Deploy** to start the deployment.
227+
1. On the **Group details** page, you should see one new update available for this group. Select **Deploy** to start the deployment.
228228

229229
:::image type="content" source="media/device-update-simulator/group-details.png" alt-text="Screenshot that shows starting a group update deployment." lightbox="media/deploy-update/select-update.png":::
230230

articles/iot-hub-device-update/device-update-ubuntu-agent.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ The import process begins, and the screen switches to the **Updates** screen. Af
154154
155155
:::image type="content" source="media/import-update/update-ready-package.png" alt-text="Screenshot that shows job status.":::
156156
157-
## Deploy the update
158-
157+
## Select the device group
159158
You can use the group tag you applied to your device to deploy the update to the device group. Select the **Groups and Deployments** tab at the top of the **Updates** page to view the list of groups and deployments and the update compliance chart.
160159
161160
The update compliance chart shows the count of devices in various states of compliance: **On latest update**, **New updates available**, and **Updates in progress**. For more information, see [Device Update compliance](device-update-compliance.md).
@@ -166,7 +165,7 @@ You should see the device group that contains the device you set up in this tuto
166165
167166
:::image type="content" source="media/create-update-group/updated-view.png" alt-text="Screenshot that shows the update compliance view." lightbox="media/create-update-group/updated-view.png":::
168167
169-
### Create the deployment
168+
## Deploy the update
170169
171170
1. On the **Group details** page, select the **Current deployment** tab and then select **Deploy** next to the desired update in the **Available updates** section. The best available update for the group is denoted with a **Best** highlight.
172171
73 Bytes
Loading
-50.6 KB
Loading

0 commit comments

Comments
 (0)