Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 3.68 KB

README.md

File metadata and controls

78 lines (54 loc) · 3.68 KB

Jetson Nano NVidiaLogo

Tutorials

Utils

Get info about your board:

$ cat /proc/device-tree/model
NVIDIA Jetson Nano Developer Kit

Get information about the NVIDIA Jetson OS environment, L4T, JetPack version, using jetsonhacks/jetsonUtilities:

$ ./jetsonInfo.py 
 NVIDIA Jetson TX1
 L4T 32.2.0 [ JetPack 4.2.1 ]
 Ubuntu 18.04.4 LTS
 Kernel Version: 4.9.140-tegra
 CUDA 10.0.326

Frameworks

Camera

Fan

How to control the fan:

  • Manually (0 off, 255 full speed):
sudo sh -c 'echo 255 > /sys/devices/pwm-fan/target_pwm'

Power Management

Case

Things I've got to check

Reference