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
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/device-update-raspberry-pi.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,21 +180,21 @@ Two configuration files must be on the device so that Device Update for IoT Hub
180
180
181
181
1. Use the following command to show the files located in the `/adu/` directory. You should see both of your configuration files.du-diagnostics-config.json files for editing by using:
182
182
183
-
```bash
184
-
ls -la /adu/
185
-
```
183
+
```bash
184
+
ls -la /adu/
185
+
```
186
186
187
187
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`:
188
188
189
-
```bash
189
+
```bash
190
190
systemctl start deviceupdate-agent
191
-
```
191
+
```
192
192
193
193
1. Check that the agent is live by using the following command:
194
194
195
-
```bash
195
+
```bash
196
196
systemctl status deviceupdate-agent
197
-
```
197
+
```
198
198
199
199
You should see the status appear as alive and green.
0 commit comments