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/support.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,36 +29,37 @@ Device Update can run on various most Linux operating systems; however, not all
29
29
30
30
Microsoft has these operating systems in automated tests and provides installation packages for them
31
31
32
-
It is possible to port the open-source DU agent code to run on other OS versions but these are not tested and maintained by Microsoft.
32
+
It's possible to port the open-source DU agent code to run on other OS versions but these agent builds aren't tested and maintained by Microsoft.
33
33
34
34
The systems listed in the following tables are supported by Microsoft, either generally available or in public preview, and are tested with each new release.
| Ubuntu Server 20.04 ||||
40
-
| Ubuntu Server 18.04 ||||
41
+
| Ubuntu Server 22.04 ||||
41
42
42
43
43
44
> [!NOTE]
44
45
> [Standard support for Ubuntu 18.04 LTS ends on May 31st, 2023](https://ubuntu.com/blog/18-04-end-of-standard-support). Beginning June 2023, Ubuntu 18.04 LTS won't be a supported platform. Ubuntu 18.04 LTS Device Update packages are available until Nov 30th, 2023. If you take no action, Ubuntu 18.04 LTS based Device Update devices continue to work but ongoing security patches and bug fixes in the host packages for Ubuntu 18.04 won't be available after Nov 30th, 2023. To continue to receive support and security updates, we recommend that you update your host OS to a supported platform.
45
46
46
47
## Releases and Support
47
48
48
-
Device Update for IoT Hub release assets and release notes are available on the [Device Update Release](https://github.com/Azure/iot-hub-device-update/releases) page. Support for the APIs, PnP Models and device update reference agents is covered in the table.
49
+
Device Update for IoT Hub release assets and release notes are available on the [Device Update Release](https://github.com/Azure/iot-hub-device-update/releases) page. Support for the APIs, PnP Models, and device update reference agents is covered in the table.
49
50
50
51
Device Update for IoT Hub 1.0 is the first major release and will continue to receive security fixes and fixes to regressions.
51
52
52
53
Device Update (DU) agents use IoT Plug and Play models to send and receive properties and messages from the DU service. Each DU agent requires specific models to be used. Learn more about how device update uses these models and how they can be extended.
53
54
54
-
Newer REST Service API versions supports older agents unless specified. Device Update for IoT Hub portal experience uses the latest APIs and have the same support as the API version.
55
+
Newer REST Service API versions support older agents unless specified. Device Update for IoT Hub portal experience uses the latest APIs and have the same support as the API version.
55
56
56
57
| Release notes and assets | deviceupdate-agent | Upgrade Supported from agent version | DU PnP Models supported | API Versions|
The latest API version, 2022-10-01 will be supported until the next stable release and the latest agent version, 1.0.x, will receive bug fixes and security fixes till the next stable release.
62
+
The latest API version, 2022-10-01 will be supported until the next stable release and the latest agent version, 1.0.x, will receive bug fixes and security fixes until the next stable release.
62
63
63
64
> [!NOTE]
64
65
> Users, that have extended from the reference agent and customized the agent, are responsible for ensuring the bug fixes and security fixes are incorporated. You will also need to ensure the agent is built and configured correctly as defined by the service to connect service, perform updates, and manage devices from the IoT hub.
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/understand-device-update.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ To realize the full benefits of IoT-enabled digital transformation, customers ne
25
25
Device Update for IoT Hub offers optimized update deployment and streamlined operations through integration with [Azure IoT Hub](https://azure.microsoft.com/services/iot-hub/). This integration makes it easy to adopt Device Update on any existing solution. It provides a cloud-hosted solution to connect virtually any device. Device Update supports a broad range of IoT operating systems—including Linux and [Eclipse ThreadX](https://github.com/eclipse-threadx) (real-time operating system)—and is extensible via open source. We're codeveloping Device Update for IoT Hub offerings with our semiconductor partners, including STMicroelectronics, NXP, Renesas, and Microchip. See the [samples](https://github.com/eclipse-threadx/samples/tree/PublicPreview/ADU) of key semiconductors evaluation boards that include the get started guides to learn how to configure, build, and deploy the over-the-air updates to MCU class devices.
26
26
27
27
Both a Device Update agent simulator binary and Raspberry Pi reference Yocto images are provided.
28
-
Device Update agents are built and provided for Ubuntu Server 18.04, Ubuntu Server 20.04, and Debian 10. Device Update for IoT Hub also provides open-source code if you aren't
28
+
Device Update agents are built and provided for [various Linux OSs](support.md). Device Update for IoT Hub also provides open-source code if you aren't
29
29
running one of the above platforms. You can port the agent to the distribution you're running.
30
30
31
31
Device Update for IoT Hub also supports updating Azure IoT Edge devices.
@@ -121,4 +121,4 @@ For more information about Device Update groups, see [Device groups](device-upda
121
121
122
122
Get started with Device Update by trying a sample:
123
123
124
-
[Tutorial: Device Update using the simulator agent](device-update-simulator.md)
124
+
[Tutorial: Device Update using the simulator agent](device-update-simulator.md)
0 commit comments