The Apertis project provides a number of images, designed for evaluation and development purposes. The project maintains a number of versions of Apertis at any given time. Releases are made for each version on quarterly cadence. With each version undergoing a number of development releases, culminating in a new version being released in the first quarter each year, which is then supported for a defined period with update releases. As a result, the following versions of Apertis are available:
-**Stable**: Latest fully supported release. This release will be receiving quarterly updates.
-**Development**: The current work in progress and will eventually become the next stable release. Such releases may contain functionality that is not fully stabilised. Supported until next development release.
-**Pre-release**: A special release made in the forth quarter of each year. It is the result of the previous development releases and comprises what will become the next stable release. Work on a new development will have started in parallel with the pre-release with minimal changes made to the pre-release to fix issues found during testing. Supported until a new stable release made.
<style>
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 1;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
</style>
<p>Note that the position of the tooltip text isn't very good. Go back to the tutorial and continue reading on how to position the tooltip in a desirable way.</p>
{{% notice info %}}
For more information regarding support timescales, please refer to the
The Apertis project provides a number of images, designed for evaluation and development purposes.
**Please select the image type you require:**
...
...
@@ -31,31 +44,17 @@ For more information regarding support timescales, please refer to the
<inputtype="radio"checked>**Minimal**: A compact image, designed to be run as a headless system on target hardware.<br/>
<inputtype="radio">**Target**: A more featureful image, providing an example graphical environment and designed to be run on target hardware.<br/>
The image type you have selected is available for a number of different architectures. Please select the required architecture:
<select>
<option>Intel 64-bit (amd64)</option>
<optionselected>ARM 32-bit (armhf)</option>
<option>ARM 64-bit (arm64)</option>
</select>
Images of this type are available for the following architectures:
| Image | Optional Downloads |
| ----- | ------------------ |
| [Intel 64-bit (amd64)]() | [bmap file]() |
| [ARM 32-bit (armhf)]() | [bmap file]() |
| [ARM 64-bit (arm64)]() | [bmap file]() |
{{% notice tip %}}
Refer to the [reference hardware]({{<ref"reference_hardware">}}) section for more information regarding the target platforms supported for each architecture.