{% extends "templates/base.html" %} {% block title %}{{ vendor }} {{ name }} certified with Ubuntu{% endblock %} {% block meta_description %} Hardware that have been certified for use with Ubuntu. {% endblock meta_description %} {% block body_class %} is-paper {% endblock body_class %} {% block outer_content %}

{{ category_pathname }}{{ platform_name }} {% if platform_name != name %}› {{ name }}{% endif %}

{% with category=category %} {% include "certified/shared/category-image.html" %} {% endwith %}

{{ vendor }} {{ name }}

{{ form_factor|capitalize }} system certified with Ubuntu

{% if hardware_website %} {% endif %}
{% if release_details["releases"]|length > 1 %}
{% else %}
{% endif %}
{{ image(url="https://assets.ubuntu.com/v1/d9c2c5bf-ubuntu_certified.png", alt="Ubuntu Hardware Certification", width="112", height="157", hi_def=True, loading="auto") | safe }}
{% for release in release_details["releases"]|sort(attribute='version')|reverse %}

Ubuntu {{ release.version }}

{% if release.level == "Certified Pre-Install" %}

Pre-installed in some regions with a custom Ubuntu image that takes advantage of the system's hardware features and may include additional software. Standard images of Ubuntu may not work well, or at all.

{% if vendor == "Xilinx" %}

Download

{% endif %} {% elif release.level == "Certified" %}

The {{ vendor }} {{ name }} with the components described below has been awarded the status of certified for Ubuntu.

Download

{% endif %} {% for note in release.notes %}

{{ note.comment | replace('\n', '
') | safe }}

{% endfor %}
{% if release.kernel %} {% endif %} {% if release.bios %} {% endif %}
Kernel {{ release.kernel }}
BIOS {{ release.bios }}

Hardware

{% for hardware_subtitle, values in release["components"].items() %} {% endfor %}
{{ hardware_subtitle }}
    {% for value in values %}
  • {{ value.name }} {% if value.bus in ["usb", "pci"] %} {{ value.bus }} ({{ value.identifier }} {% if value.subsystem != '' %}{{ value.subsystem }}{% endif %} ) {% endif %}
  • {% endfor %}

All hardware details ›

{% if platform_certified_configuration_count > 1 %} {% endif %}
{% endfor %}

Issues? Let us know

If there is an issue with the information for this system, please let us know.

{% if components %} {% with components=components %} {% include "certified/model-details/_components-section.html" %} {% endwith %} {% endif %} {% endblock %}