Skip to content

Commit 2f2f901

Browse files
Merge pull request #229734 from eshashah-msft/master
Updating Raspberry Pi Tutorial
2 parents fe3b0a6 + 2f77775 commit 2f2f901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,13 @@ Here are two examples for the `du-config.json` and the `du-diagnostics-config.js
193193
1. Restart the Device Update system daemon to make sure that the configurations were applied. Use the following command within the terminal logged in to the `raspberrypi`:
194194
195195
```bash
196-
systemctl start adu-agent
196+
systemctl start deviceupdate-agent
197197
```
198198
199199
1. Check that the agent is live by using the following command:
200200
201201
```bash
202-
systemctl status adu-agent
202+
systemctl status deviceupdate-agent
203203
```
204204
205205
You should see the status appear as alive and green.
@@ -223,7 +223,7 @@ Here are two examples for the `du-config.json` and the `du-diagnostics-config.js
223223
224224
## Import the update
225225
226-
1. Download the sample tutorial manifest (Tutorial Import Manifest_Pi.json) and sample update (adu-update-image-raspberrypi3-0.6.5073.1.swu) from [Release Assets](https://github.com/Azure/iot-hub-device-update/releases) for the latest agent.
226+
1. Download the sample tutorial manifest and sample update (.swu file) from [Tutorial_RaspberryPi.zip](https://github.com/Azure/iot-hub-device-update/releases/download/1.0.1/Tutorial_RaspberryPi.zip) under **Release Assets** for the latest agent.
227227
1. Sign in to the [Azure portal](https://portal.azure.com/) and go to your IoT hub with Device Update. On the left pane, under **Automatic Device Management**, select **Updates**.
228228
1. Select the **Updates** tab.
229229
1. Select **+ Import New Update**.

0 commit comments

Comments
 (0)