This repository is a collection of scripts/programs I use to set up the software development environment on my Jetson Nano, TX2, and Xavier NX.
To set Jetson Nano to 10W (MAXN) performance mode (reference), execute the following from a terminal:
$ sudo nvpmodel -m 0
$ sudo jetson_clocks
These are my blog posts related to the scripts in this repository:
- JetPack-4.6
- JetPack-4.5
- Setting up Jetson Xavier NX
- JetPack-4.4 for Jetson Nano
- JetPack-4.3 for Jetson Nano
- Building TensorFlow 2.0.0 on Jetson Nano
- Installing and Testing SSD Caffe on Jetson Nano
- Building TensorFlow 1.12.2 on Jetson Nano
- Installing OpenCV 3.4.6 on Jetson Nano
- Setting up Jetson Nano: The Basics
And here is a list of TensorFlow versions with the corresponding bazel and protobuf versions:
tensorflow | bazel | protobuf | Tested on |
---|---|---|---|
1.12.2 | 0.15.2 | 3.6.1 | JetPack-4.2 |
1.15.0 | 0.26.1 | 3.8.0 | JetPack-4.3 |
2.0.0 | 0.26.1 | 3.8.0 | JetPack-4.3 |
2.3.0 | 3.1.0 | 3.8.0 | JetPack-4.4 |