Jetson Tx2 Setup

Objective: Get CV code running on jetson

Initial Setup:

https://www.youtube.com/watch?v=D7lkth34rgM

JETSON TX2 DEVELOPER KIT User Guide

NVIDIA SDK manager download

https://www.youtube.com/watch?v=9uMvXqhjxaQ (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