Difference between revisions of "JETSON-ORIN-NX-16G-DEV-KIT"

From Waveshare Wiki
Jump to: navigation, search
Line 44: Line 44:
 
*Connect the micro USB port of the Jetson board to the Ubuntu host with a USB cable (note that it is a data cable).
 
*Connect the micro USB port of the Jetson board to the Ubuntu host with a USB cable (note that it is a data cable).
  
====System Installation====
+
===System Programming===
<ol>
+
*Open the terminal of the Ubuntu computer and run SDK manager to open the software.
<li>Open a terminal on the Ubuntu virtual machine or host and create a new folder:
+
*Log in.
<pre>sudo mkdir sources_orin
+
*If Jetson Nano is identified normally, the SDK manager will detect and prompt for options.
cd sources_orin</pre></li>
+
[[File:JETSON-XAVIER-NX-DEV-KIT006.png]]<br/>
<li>Download path:
+
*Select the JetsonTX2 NX option for the development board type, and in the JetPack option, select the latest supported system, uncheck Host PC, and then click Continue).
<pre>
+
[[File:JETSON-XAVIER-NX-DEV-KIT116.png]]<br/>
https://developer.nvidia.com/downloads/jetson-linux-r3521-aarch64tbz2
+
*Select Jetson OS, and <font color="#FF0000">remove the option of Jetson SDK Components</font>. Check the first agreement at the bottom.
https://developer.nvidia.com/downloads/linux-sample-root-filesystem-r3521aarch64tbz2
+
[[File:JETSON-XAVIER-NX-DEV-KIT07.png]]<br/>
</pre>
+
*Finally, click "Continue" and wait for the programming to finish.
Move the resource package to the folder and unzip it (for the actual operation, please try to use the tab key to automatically complete the command).<br/>
+
**Starting from JetPack 4.6.1, the "preconfig" window will pop up when using SDK Manager to program the system.
<pre>
+
*#Here, the development board type is selected by default. Be careful not to make a mistake when selecting the type of development board earlier.
sudo mv ~/Downloads/Jetson_Linux_R35.2.1_aarch64.tbz2 ~/sources_orin/           
+
*#Here select Manual Setup-Jetson... (Different motherboard suffix prompts are different.)
sudo mv ~/Downloads/Tegra_Linux_Sample-Root-Filesystem_R35.2.1_aarch64.tbz2 ~/sources_orin/ 
+
*#Here you can choose runtime or preconfig. If you choose runtime, you need to manually configure the system (username, password, language, etc.) later. If you choose preconfig, you can fill in the username and password (you can define it yourself), and nano will be automatically configured during the startup process.
</pre></li>
+
[[File:JETSON-XAVIER-NX-DEV-KIT118.png]]<br/>
<li>Unzip the resource:
+
*After the programming is finished, remove the jumper cap of the carrier board, connect to the monitor, power on again, and follow the prompts to configure the boot (if it is pre-config set, it will directly enter the system after power on).
<pre>
 
sudo tar -xjf Jetson_Linux_R35.2.1_aarch64.tbz2
 
cd Linux_for_Tegra/rootfs/     
 
sudo tar -xjf ../../Tegra_Linux_Sample-Root-Filesystem_R35.2.1_aarch64.tbz2
 
cd ../
 
sudo ./apply_binaries.sh  (If an error is reported, follow the prompts and re-enter the command) 
 
</pre></li>
 
<li>Program the system, follow the prompts if there is an error, and then run the following command<br/>
 
Jetson Orin NX + Xavier NX Devkit (NVMe):
 
<pre>
 
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 \
 
  -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml" \
 
  --showlogs --network usb0 p3509-a02+p3767-0000 internal
 
</pre></li>
 
</ol>
 
  
 
==SDK Installation==
 
==SDK Installation==

Revision as of 08:54, 20 July 2023

Jetson Orin NX 16GB
Jetson Orin NX 16GB.jpg
JETSON-ORIN-NX-16G-DEV-KIT
JETSON-ORIN-NX-16G-DEV-KIT.jpg
JETSON-ORIN-NX-16G-DEV-KIT-A
JETSON-ORIN-NX-16G-DEV-KIT-A.jpg
JETSON-ORIN-NX-16G-DEV-KIT-B
JETSON-ORIN-NX-16G-DEV-KIT-B.jpg

Feature: Mini AI computer
GPU: 1024-core NVIDIA Ampere architecture GPU with 32 Tensor Cores
CPU: 8-core Arm® Cortex®-A78AE v8.2 64-bit CPU, 2MB L2 + 4MB L3
Memory: 16GB 128-bit LPDDR5, 102.4GB/s
{{{name5}}}

Resource

Introduction

Module

NVIDIA® Jetson Orin™ NX module delivers up to 100 TOPS and 5x the performance of the last generation for multiple concurrent AI inference pipelines, with high-speed interface support for multiple sensors, it is an ideal solution for a new age of robotics. Jetson Orin NX module delivers up to 100 TOPS of AI performance in a compact and small form factor, with power configurable between 10W and 25W, up to 3x the performance of Jetson AGX Xavier and 5x the performance of Jetson Xavier NX. There are currently 8GB and 16GB versions for users to choose from, and their parameters are slightly different, so please pay attention to the parameters before purchasing.

Basic Kit

Based on Jetson Orin NX Module, with JETSON-IO-BASE-B carrier board, Jetson Orin NX 8GB/16GB DEV KIT provides rich peripheral interfaces such as M.2, HDMI, USB, etc., which is more convenient for users to realize the product performance.

This kit includes the Orin NX Module with 16GB memory, no built-in storage module, and provides up to 100 TOPS AI performance. Comes with a free 128 GB NVMe solid state drive, high-speed reading/writing, and meets the needs of large AI project development.

JETSON-ORIN-NX-16G-DEV-KIT-A

On the basis of the JETSON-ORIN-NX-16G-DEV-KIT, it is equipped with an 8MP (3280 x 2464) high-definition camera, suitable for AI intelligent applications such as face recognition, road sign recognition, and license plate recognition.

JETSON-ORIN-NX-16G-DEV-KIT-B

On basis of Kit A, it is equipped 13.3-inch Capacitive Touch Screen LCD (with case), 1920 × 1080 resolution, up to 10-point touch, built-in ferrite Hi-Fi speaker. It can display the images taken by the camera in real-time, to achieve more human-computer interaction in artificial intelligence operations.

User Guide

  • Ubuntu 18.04 host or virtual machine is required to burn the system.

Preparation

  1. Jetson Orin NX board
  2. Ubuntu18.04 virtual machine (or computer host)
  3. Power adapter
  4. Jumper caps (or jumper wires)
  5. USB cable (Micro USB interface for data transmission)

Hardware Configuration (Enter Recovery Mode)

JETSON-XAVIER-NX-DEV-KIT05.jpg

  • Short the FC REC and GND pins with jump caps or Dupont wires, positioned as shown above, located under the module.
  • Connect the DC power supply to the round power port, wait a moment.
  • Connect the micro USB port of the Jetson board to the Ubuntu host with a USB cable (note that it is a data cable).

System Programming

  • Open the terminal of the Ubuntu computer and run SDK manager to open the software.
  • Log in.
  • If Jetson Nano is identified normally, the SDK manager will detect and prompt for options.

JETSON-XAVIER-NX-DEV-KIT006.png

  • Select the JetsonTX2 NX option for the development board type, and in the JetPack option, select the latest supported system, uncheck Host PC, and then click Continue).

JETSON-XAVIER-NX-DEV-KIT116.png

  • Select Jetson OS, and remove the option of Jetson SDK Components. Check the first agreement at the bottom.

JETSON-XAVIER-NX-DEV-KIT07.png

  • Finally, click "Continue" and wait for the programming to finish.
    • Starting from JetPack 4.6.1, the "preconfig" window will pop up when using SDK Manager to program the system.
    1. Here, the development board type is selected by default. Be careful not to make a mistake when selecting the type of development board earlier.
    2. Here select Manual Setup-Jetson... (Different motherboard suffix prompts are different.)
    3. Here you can choose runtime or preconfig. If you choose runtime, you need to manually configure the system (username, password, language, etc.) later. If you choose preconfig, you can fill in the username and password (you can define it yourself), and nano will be automatically configured during the startup process.

JETSON-XAVIER-NX-DEV-KIT118.png

  • After the programming is finished, remove the jumper cap of the carrier board, connect to the monitor, power on again, and follow the prompts to configure the boot (if it is pre-config set, it will directly enter the system after power on).

SDK Installation

Jetpack mainly includes system images, libraries, APIs, developer tools, examples, and some documentation.
The SDK includes TensorRT, cuDNN, CUDA, Multimedia API, Computer Vision, and Developer Tools.

  • TensorRT : High-performance deep learning inference runs for image classification, segmentation, and object detection neural networks, which speeds up deep learning inference and reduces the runtime memory footprint of convolutional and deconvolutional neural networks.
  • cuDNN: The CUDA deep neural network library provides high-performance primitives for deep learning frameworks, including support for convolution, activation functions, and tensor transforms.
  • CUDA : The CUDA Toolkit provides a comprehensive development environment for C and C++ developers building GPU-accelerated applications. The toolkit includes a compiler for NVIDIA GPUs, math libraries, and tools for debugging and optimizing application performance.
  • Multimedia API: The Jetson Multimedia API provides a low-level API for flexible application development.
  • Computer Vision: VPI (Vision Programming Interface) is a software library that provides computer vision/image processing algorithms implemented on PVA1 (Programmable Vision Accelerator), GPUs, and CPUs, where OpenCV, the leading open source library for computer vision, image processing, and machine learning, now features GPU acceleration for real-time operation, where VisionWorks2 is a software development kit for computer vision (CV) and image processing.
  • Developer Tools: Developer Tools CUDA Toolkit provides a comprehensive development environment for C and C++ developers building GPU-accelerated applications. The toolkit includes a compiler for NVIDIA GPUs, math libraries, and tools for debugging and optimizing application performance.

These are some of the features of the SDK.

Install SDK with Commands

sudo apt update
sudo apt install nvidia-jetpack

NVIDIA Official Resources

Support

If you require technical support, please go to the Support page and open a ticket.