diff --git a/pages/reference/OS/extended-support-release.md b/pages/reference/OS/extended-support-release.md index 333dc383d3..cfda130b55 100644 --- a/pages/reference/OS/extended-support-release.md +++ b/pages/reference/OS/extended-support-release.md @@ -1,6 +1,7 @@ --- title: Extended Support Release Process excerpt: An overview of the {{ $names.company.lower }} extended support release process +extras: esr-devices-js --- # Extended Support Release (ESR) process @@ -38,18 +39,21 @@ __Note:__ Once updated to an ESR version, it is not possible to update from an E ## Supported devices -ESR host OS versions are currently available for the following devices with additional device support planned: - -* Raspberry Pi (v1 / Zero / Zero W) -* Raspberry Pi 3 -* Raspberry Pi 3 (64 bit OS) -* Raspberry Pi 4 -* RockPi 4B -* Beaglebone Black -* Balena Fin (CM3) -* Intel NUC -* Nvidia Jetson TX2 -* ROCK Pi 4B +All device types are eligible for ESR, however they require a dedicated build and release pipeline so support needs to be requested via our [support channels]({{ $links.mainSiteUrl }}/support). + +ESR host OS versions are currently available for the following devices: + + + + + + + + + + + +
Device NameMachine NameArchitecture
[self-service-updates]:/reference/OS/updates/self-service/#running-an-update [billing]:{{ $links.mainSiteUrl }}/pricing/ diff --git a/templates/_esr_devices.html b/templates/_esr_devices.html new file mode 100644 index 0000000000..2991428ff6 --- /dev/null +++ b/templates/_esr_devices.html @@ -0,0 +1,91 @@ + + diff --git a/templates/default.html b/templates/default.html index e0c95bcad1..83782544dd 100644 --- a/templates/default.html +++ b/templates/default.html @@ -86,6 +86,9 @@ {% if extras == "devices-js" %} {% include "_devices.html" %} {% endif %} + {% if extras == "esr-devices-js" %} + {% include "_esr_devices.html" %} + {% endif %} {% if extras == "config-js" %} {% include "_config.html" %} {% endif %}