Difference between revisions of "Jetson Nano/FAQ"

From eLinux.org
Jump to: navigation, search
(Created page with "Here we share some useful FAQs for Jetson Nano. If you can't find the information you need, please visit the [https://devtalk.nvidia.com/default/board/371/jetson-nano/ '''Dev...")
 
 
Line 1: Line 1:
 
Here we share some useful FAQs for Jetson Nano.
 
Here we share some useful FAQs for Jetson Nano.
  
If you can't find the information you need, please visit the [https://devtalk.nvidia.com/default/board/371/jetson-nano/ '''DevTalk Developer Forums'''] and search or start a topic.
+
If you can't find the information you need, please visit the [https://devtalk.nvidia.com/default/board/371/jetson-nano/ '''DevTalk Developer Forums'''], [https://devtalk.nvidia.com/default/topic/1064525/jetson-nano/jetson-nano-faq/ '''Forum FAQs'''], and search or start a topic.
  
 
= Design with module =
 
= Design with module =

Latest revision as of 18:08, 16 October 2019

Here we share some useful FAQs for Jetson Nano.

If you can't find the information you need, please visit the DevTalk Developer Forums, Forum FAQs, and search or start a topic.

Design with module

Weight of Nano and TX2 module?

tags: Weight

the weight of TX2 and nano module. It's ~88gm of TX2 and ~18gm of nano.

Is Quad SPI supported on Nano?

tags: QSPI

QSPI is being used on module. Doesn’t come down the SODIMM connector so not available for user to connect externally.

Is Wake On Lan supported?

tags: WOL

Wake On Lan is supported on TX1, but not on nano A02 and earlier version, it is fixed after A02.


Devices on Jetson Nano

Does Nano support CAN?

tags: CAN

There is no CAN controller on Nano (TX1). So it is not supported.

Why no sound output with DP port?

tags: DP, eDP, sound

Jetson Nano is same as TX1, no audio and HDCP when its eDP is used as DP.

Does Nano support Lidar?

tags: Lidar

There is an example usage of Lidar on TX1 per https://www.jetsonhacks.com/2015/12/08/gpioi2c-on-jetson-tx1-lidar-lite-v2-installation/

The usage of AO_therm and GPU_therm?

tags: AO_therm

AO_therm is used for a truly robust thermtrip and as an LP0 wake source, as other zones will cease to operate during LP0. And it is not used for GPU temp as there is a GPU_therm already for that.