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-ubuntu-agent.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,28 @@ For convenience, this tutorial uses a [cloud-init](../virtual-machines/linux/usi
77
77
> [](../iot-edge/media/how-to-install-iot-edge-ubuntuvm/iotedge-vm-dns-name.png)
78
78
79
79
> [!TIP]
80
-
> If you want to SSH into this VM after setup, use the associated **DNS name** with the following command:
80
+
> To SSH into this VM after setup, use the associated **DNS name** with the following command:
81
81
`ssh <adminUsername>@<DNS_Name>`.
82
82
83
+
1. Open the configuration details (See how to [set up configuration file here](device-update-configuration-file.md) with the command below. Set your connectionType as 'AIS' and connectionData as empty string.
84
+
85
+
```markdown
86
+
/etc/adu/du-config.json
87
+
```
88
+
89
+
1. Restart the Device Update agent by running the following command:
90
+
91
+
```markdown
92
+
sudo systemctl restart adu-agent
93
+
```
94
+
95
+
Device Update for Azure IoT Hub software packages are subject to the following license terms:
96
+
97
+
* [Device update for IoT Hub license](https://github.com/Azure/iot-hub-device-update/blob/main/LICENSE)
Read the license terms before you use a package. Your installation and use of a package constitutes your acceptance of these terms. If you don't agree with the license terms, don't use that package.
101
+
83
102
### Manually prepare a device
84
103
85
104
Similar to the steps automated by the [cloud-init script](https://github.com/Azure/iotedge-vm-deploy/blob/1.2.0-rc4/cloud-init.txt), the following manual steps are used to install and configure a device. Use these steps to prepare a physical device.
@@ -234,4 +253,4 @@ Use the following tutorials for a simple demonstration of Device Update for IoT
234
253
- [Image Update: Getting started with Raspberry Pi 3 B+ reference Yocto image](device-update-raspberry-pi.md) extensible via open source to build your own images for other architecture as needed.
235
254
- [Proxy Update: Getting started using Device Update binary agent for downstream devices](device-update-howto-proxy-updates.md).
236
255
- [Getting started using Ubuntu (18.04 x64) simulator reference agent](device-update-simulator.md).
237
-
- [Device Update for Azure IoT Hub tutorial for Azure real-time operating system](device-update-azure-real-time-operating-system.md).
256
+
- [Device Update for Azure IoT Hub tutorial for Azure real-time operating system](device-update-azure-real-time-operating-system.md).
0 commit comments