-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13594 from canonical/wd-8951
Build /nvidia-jetson
- Loading branch information
Showing
5 changed files
with
212 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{% extends "download/_base_download.html" %} | ||
|
||
{% block title %}Install Ubuntu on NVIDIA Jetson{% endblock %} | ||
|
||
{% block meta_description %}Use Ubuntu on NVIDIA Jetson for the familiar developer experience and an accelerated path to production{% endblock meta_description %} | ||
|
||
{% block meta_copydoc%}https://docs.google.com/document/d/1DHLqBbo6xIHDp-Uc8ngo1t5-GJgeTdTVwBvZRIKyZ0Y/edit{% endblock meta_copydoc %} | ||
|
||
{% block content %} | ||
|
||
<section class="p-strip is-shallow u-no-padding--bottom"> | ||
<div class="row--25-75 p-section"> | ||
<div class="col u-hide--small u-hide--medium"> | ||
<div class="p-image-wrapper"> | ||
{{ image ( | ||
url="https://assets.ubuntu.com/v1/cb6924a9-Nvidia_image_logo.svg", | ||
alt="Nvidia", | ||
width="180", | ||
height="138", | ||
hi_def=True, | ||
loading="auto" | ||
) | safe | ||
}} | ||
</div> | ||
</div> | ||
<div class="col"> | ||
<h1>Install Ubuntu on NVIDIA Jetson</h1> | ||
<p>Run Ubuntu on your NVIDIA® Jetson™ Orin platforms to create breakthrough AI solutions across all industries, being available for all the enthusiasts for hands-on AI learning and making amazing projects and for enterprises delivering commercial solutions.</p> | ||
<p>Pick the OS image to match your hardware, flash it onto a USB or NVMe disk, load it onto your board and away you go.</p> | ||
<p>All images are 64-bit builds of Ubuntu.</p> | ||
<hr /> | ||
<p> | ||
<a href="/internet-of-things/nvidia/contact-us" class="p-button--positive">Get in touch</a> | ||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="p-section"> | ||
<hr class="is-fixed-width u-no-margin--bottom" /> | ||
<div class="row"> | ||
<div class="col-3 col-medium-2"> | ||
<div class="p-strip is-shallow u-no-padding--top"><h2 class="p-text--small-caps">Choose a Jetson board</h2></div> | ||
<ul class="js-tabbed-content p-tabs--vertical is-black u-hide--small" role="tablist" aria-label="Jetson boards"> | ||
<li><button class="p-tabs__item" id="jetson-agx-orin" role="tab" aria-selected="true" aria-controls="jetson-agx-orin-tab">Jetson AGX Orin Series</button></li> | ||
<li><button class="p-tabs__item" id="jetson-orin-nano" role="tab" aria-selected="false" aria-controls="jetson-orin-nano-tab">Jetson Orin Nano Series</button></li> | ||
</ul> | ||
<form class="u-hide--large u-hide--medium"> | ||
<select name="boardSelect" id="boardSelect"> | ||
<option value="jetson-agx-orin-tab" selected="">Jetson AGX Orin Series</option> | ||
<option value="jetson-orin-nano-tab">Jetson Orin Nano Series</option> | ||
</select> | ||
</form> | ||
</div> | ||
<div class="col-9 col-medium-4"> | ||
{% include "download/nvidia-jetson/tab-1-jetson-agx-orin.html" %} | ||
{% include "download/nvidia-jetson/tab-2-jetson-orin-nano.html" %} | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="p-section"> | ||
<div class="row"> | ||
<div class="col-9 col-start-large-4"> | ||
<hr class="p-rule" /> | ||
<div class="row"> | ||
<div class="col-3"> | ||
<h2 class="p-text--small-caps">Are you working on a commercial project?</h2> | ||
</div> | ||
<div class="col-6"> | ||
<p>Canonical partners with silicon vendors, board manufacturers and leading enterprises to shorten time-to-market. If you are deploying Ubuntu on NVIDIA Jetson platforms at-scale, <a href="/internet-of-things/nvidia/contact-us">reach out to Canonical</a> to get access to ongoing bug fixes, critical security patching, long-term support; or to learn more about our solutions for custom board enablement and application development services.</p> | ||
<p>For information about using Canonical's Ubuntu images on a commercial project, <a href="/legal/intellectual-property-policy">read Canonical's IP policy</a>.</p> | ||
<p>If you have any questions about the platform or would like information about our certification program, <a href="/internet-of-things/nvidia/contact-us">contact us</a>.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
{% endblock content %} |
63 changes: 63 additions & 0 deletions
63
templates/download/nvidia-jetson/tab-1-jetson-agx-orin.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<div tabindex="0" role="tabpanel" id="jetson-agx-orin-tab" aria-labelledby="jetson-agx-orin" aria-hidden="true"> | ||
<div class="row p-strip is-shallow u-no-padding--top"> | ||
<div class="col-3"> | ||
<h2 class="u-hide--small">Jetson AGX Orin</h2> | ||
</div> | ||
<div class="col-6 p-image-wrapper u-align--center"> | ||
{{ image ( | ||
url="https://assets.ubuntu.com/v1/c9301d06-Jetson_product_tiles_Module_pages-Jetson_AGX_Orin-ftont-v002.jpg", | ||
alt="", | ||
width="500", | ||
height="375", | ||
hi_def=True, | ||
loading="auto" | ||
) | safe | ||
}} | ||
</div> | ||
</div> | ||
<div class="row p-strip u-no-padding--top"> | ||
<hr class="col-9"> | ||
<div class="col-3"> | ||
<h3 class="p-heading--5 u-no-padding--top">Ubuntu Server 22.04</h3> | ||
</div> | ||
<div class="col-6"> | ||
<p class="u-no-padding--top">This is a beta version of Ubuntu Server. The certified version is coming soon.</p> | ||
<hr class="u-no-margin--bottom"> | ||
<div class="p-notification--information is-borderless"> | ||
<div class="p-notification__content"> | ||
<p class="p-notification__message">Please download boot firmware before you start your installation.</p> | ||
</div> | ||
</div> | ||
<p> | ||
<a class="p-button--positive" href="http://cdimage.ubuntu.com/releases/jammy/release/nvidia-tegra/ubuntu-22.04-preinstalled-server-arm64+tegra-igx.img.xz"> | ||
Download <span class="u-off-screen">Ubuntu Server</span> 22.04 | ||
</a> | ||
<a class="p-button" href="https://developer.nvidia.com/downloads/embedded/l4t/r36_release_v2.0/release/jetson_linux_r36.2.0_aarch64.tbz2">Download Jetson AGX Orin boot firmware</a> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="row u-no-padding--top"> | ||
<hr class="col-9"> | ||
<div class="col-3"> | ||
<h3 class="p-heading--5 u-no-padding--top">Get started</h3> | ||
</div> | ||
<div class="col-6"> | ||
<p class="u-no-padding--top"> | ||
Get started with Ubuntu 22.04 for <a href="https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/jetson-orin/">Jetson AGX Orin</a> | ||
</p> | ||
<p> | ||
<a href="https://pages.ubuntu.com/rs/066-EOV-335/images/Ubuntu_22.04_for_NVIDIA_Jetson_Orin_Release_Notes.pdf?version=0">Ubuntu 22.04 for NVIDIA Jetson Orin Release Notes v1.0</a> | ||
<br /> | ||
<a href="https://pages.ubuntu.com/rs/066-EOV-335/images/Ubuntu_22.04_for_NVIDIA_Jetson_Orin_Instructions.pdf?version=0">Ubuntu 22.04 for NVIDIA Jetson Orin Instructions v1.0</a> | ||
</p> | ||
<hr class="u-no-margin--bottom"> | ||
<div class="p-notification--information is-borderless"> | ||
<div class="p-notification__content"> | ||
<p class="p-notification__message"> | ||
The Ubuntu images are tested on the <a href="https://developer.nvidia.com/embedded/jetson-developer-kits">Jetson AGX Orin Developer Kit</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
63 changes: 63 additions & 0 deletions
63
templates/download/nvidia-jetson/tab-2-jetson-orin-nano.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<div tabindex="0" role="tabpanel" id="jetson-orin-nano-tab" aria-labelledby="jetson-orin-nano" aria-hidden="true"> | ||
<div class="row p-strip is-shallow u-no-padding--top"> | ||
<div class="col-3"> | ||
<h2 class="u-hide--small">Jetson Orin Nano</h2> | ||
</div> | ||
<div class="col-6 u-vertically-center u-align--center"> | ||
{{ image ( | ||
url="https://assets.ubuntu.com/v1/216a8d2a-Jetson_product_tiles_Module_pages-Jetson_Orin_Nano.png", | ||
alt="", | ||
width="400", | ||
height="271", | ||
hi_def=True, | ||
loading="auto" | ||
) | safe | ||
}} | ||
</div> | ||
</div> | ||
<div class="row p-strip u-no-padding--top"> | ||
<hr class="col-9"> | ||
<div class="col-3"> | ||
<h3 class="p-heading--5 u-no-padding--top">Ubuntu Server 22.04</h3> | ||
</div> | ||
<div class="col-6"> | ||
<p class="u-no-padding--top">The version of optimised Ubuntu Server 22.04 is beta for now, the certified version is coming soon.</p> | ||
<hr class="u-no-margin--bottom"> | ||
<div class="p-notification--information is-borderless"> | ||
<div class="p-notification__content"> | ||
<p class="p-notification__message">Please download boot firmware before you start your installation.</p> | ||
</div> | ||
</div> | ||
<p> | ||
<a class="p-button--positive" href="http://cdimage.ubuntu.com/releases/jammy/release/nvidia-tegra/ubuntu-22.04-preinstalled-server-arm64+tegra-igx.img.xz"> | ||
Download <span class="u-off-screen">Ubuntu Server</span> 22.04 | ||
</a> | ||
<a class="p-button" href="https://developer.nvidia.com/downloads/embedded/l4t/r36_release_v2.0/release/jetson_linux_r36.2.0_aarch64.tbz2">Download Jetson Orin Nano boot firmware</a> | ||
</p> | ||
</div> | ||
</div> | ||
<div class="row u-no-padding--top"> | ||
<hr class="col-9"> | ||
<div class="col-3"> | ||
<h3 class="p-heading--5 u-no-padding--top">Get started</h3> | ||
</div> | ||
<div class="col-6"> | ||
<p class="u-no-padding--top"> | ||
Get started with Ubuntu 22.04 for <a href="https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/jetson-orin/">Jetson Orin Nano</a> | ||
</p> | ||
<p> | ||
<a href="https://pages.ubuntu.com/rs/066-EOV-335/images/Ubuntu_22.04_for_NVIDIA_Jetson_Orin_Release_Notes.pdf?version=0">Ubuntu 22.04 for NVIDIA Jetson Orin Release Notes v1.0</a> | ||
<br /> | ||
<a href="https://pages.ubuntu.com/rs/066-EOV-335/images/Ubuntu_22.04_for_NVIDIA_Jetson_Orin_Instructions.pdf?version=0">Ubuntu 22.04 for NVIDIA Jetson Orin Instructions v1.0</a> | ||
</p> | ||
<hr class="u-no-margin--bottom"> | ||
<div class="p-notification--information is-borderless"> | ||
<div class="p-notification__content"> | ||
<p class="p-notification__message"> | ||
The Ubuntu images are tested on the <a href="https://developer.nvidia.com/embedded/jetson-developer-kits">Jetson Orin Nano Developer Kit</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |