/
Jetson Tx2 Setup

Jetson Tx2 Setup

Objective: Get CV code running on jetson

Initial Setup:

JetPack 3.0 - NVIDIA Jetson TX2

JETSON TX2 DEVELOPER KIT User Guide

NVIDIA SDK manager download

Flashing NVIDIA Jetson TX2 or TX1 Module (using connect tech board support packages)

 

 

Python Installation:

  • Follow instructions to compile and install Tensorflow on TX2. You may need to install some dependencies while following instructions such as wget, curl and so on. Feel free to do it. When installing python replace python with python3 to install 3.n version like this:

    sudo apt-get install python3-numpy swig python3-dev python3-pip python3-wheel -y

  • Upgrade pip : sudo pip3 install --upgrade pip

CUDA Installation:

CUDA?

Configuring Git:

https://simeontrieu.medium.com/setting-up-git-server-over-ssh-on-an-nvidia-jetson-tx2-9cf59d52c5fb

 

Then clone the repo and