Difference between revisions of "Jetson Nano"

From eLinux.org
Jump to: navigation, search
m
m (Jetson Nano Developer Kit)
Line 12: Line 12:
  
 
[[File:Jetson_Nano_Developer_Kit.png|450px|right]]
 
[[File:Jetson_Nano_Developer_Kit.png|450px|right]]
 +
 
=== What's Included ===
 
=== What's Included ===
* 80x100mm reference carrier board
+
* 80x100mm Reference Carrier Board
* Jetson Nano Module and heatsink
+
* Jetson Nano Module with passive heatsink
* Pop-up stand
+
* Pop-Up Stand
 
* Getting Started Guide
 
* Getting Started Guide
  
Line 22: Line 23:
 
** 5V⎓2A Micro-USB adapter (see [https://www.adafruit.com/product/1995 Adafruit GEO151UB])
 
** 5V⎓2A Micro-USB adapter (see [https://www.adafruit.com/product/1995 Adafruit GEO151UB])
 
** 5V⎓4A DC barrel jack adapter, 5.5mm OD x 2.1mm ID (see [https://www.adafruit.com/product/1466 Adafruit 1446])
 
** 5V⎓4A DC barrel jack adapter, 5.5mm OD x 2.1mm ID (see [https://www.adafruit.com/product/1466 Adafruit 1446])
 +
** See [https://devtalk.nvidia.com/default/topic/1048640/jetson-nano/power-supply-considerations-for-jetson-nano-developer-kit/ Power Supply Considerations] for more information.
 
* MicroSD card (16GB UHS-1 recommended minimum)
 
* MicroSD card (16GB UHS-1 recommended minimum)
 +
 +
=== Ports & Interfaces ===
 +
* 4x USB 3.0 A (Host)
 +
* USB 2.0 Micro B (Device)
 +
* MIPI CSI-2 x2 (15-position Camera Flex Connector)
 +
* HDMI 2.0
 +
* DisplayPort
 +
* Gigabit Ethernet (RJ45)
 +
* M.2 Key-E with PCIe x1
 +
* MicroSD card slot
 +
* (3x) I2C, (2x) SPI, UART, I2S, GPIOs
  
 
=== Getting Started ===
 
=== Getting Started ===
* Follow the '''[https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit Getting Started with Jetson Nano Guide]''' to setup your devkit and format the MicroSD card with the JetPack software.<br />
+
* Follow the '''[https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit Getting Started with Jetson Nano Guide]''' to setup your devkit and format the MicroSD card.<br />
 
* Plug in an HDMI display into Jetson, attach a USB keyboard & mouse, and apply power to boot it up. <br />
 
* Plug in an HDMI display into Jetson, attach a USB keyboard & mouse, and apply power to boot it up. <br />
 
* Visit the '''[https://developer.nvidia.com/embedded-computing Embedded Developer Zone]''' and '''[https://devtalk.nvidia.com/default/board/371/jetson-nano/ Jetson Nano Developer Forum]''' to access the latest documentation & downloads.
 
* Visit the '''[https://developer.nvidia.com/embedded-computing Embedded Developer Zone]''' and '''[https://devtalk.nvidia.com/default/board/371/jetson-nano/ Jetson Nano Developer Forum]''' to access the latest documentation & downloads.

Revision as of 13:28, 20 March 2019

NVIDIA Jetson Nano is an embedded system-on-module (SoM) and developer kit from the NVIDIA Jetson family, including an integrated 128-core Maxwell GPU, quad-core ARM A57 64-bit CPU, 4GB LPDDR4 memory, along with support for MIPI CSI-2 and PCIe Gen2 high-speed I/O.

Useful for deploying computer vision and deep learning, Jetson Nano runs Linux and provides 472 GFLOPS of FP16 compute performance with 5-10W of power consumption.

Jetson Nano is currently available as the Jetson Nano Developer Kit, with the production compute module coming in June 2019. See the wiki of the other Jetson's here.

Jetson Nano Family.png

Jetson Nano Developer Kit

The Jetson Nano Developer Kit is an easy way to get started using Jetson Nano, including the module, carrier board, and software.

Jetson Nano Developer Kit.png

What's Included

  • 80x100mm Reference Carrier Board
  • Jetson Nano Module with passive heatsink
  • Pop-Up Stand
  • Getting Started Guide

What You Will Need

Ports & Interfaces

  • 4x USB 3.0 A (Host)
  • USB 2.0 Micro B (Device)
  • MIPI CSI-2 x2 (15-position Camera Flex Connector)
  • HDMI 2.0
  • DisplayPort
  • Gigabit Ethernet (RJ45)
  • M.2 Key-E with PCIe x1
  • MicroSD card slot
  • (3x) I2C, (2x) SPI, UART, I2S, GPIOs

Getting Started