20 Giborey Israel, Sappir Industrial Park, Netanya, Israel | www.dsp-ip.com
e-mail:info@dsp-ip.com | Telephone:+972-9-8850956 | Fax:+972-50-8962910
Nvidia Jetson Nano Bring-up
Purpose: detail the material and process required for Nvidia Jetson nano bring up and
usage for video processing
Components
1. SDCard 32G high speed/ extreme
2. 4A 5V power supply round
3. WiFi dongle
4. BT keyboard + mouse
Download:
SDCard formatter
Flash writer
Disk Image
The first initialization is with a regular android power supply and only after the
initialization move to the rounded power supply
20 Giborey Israel, Sappir Industrial Park, Netanya, Israel | www.dsp-ip.com
e-mail:info@dsp-ip.com | Telephone:+972-9-8850956 | Fax:+972-50-8962910
Install code
$ sudo apt-get update
$ sudo apt-get install git cmake
$ git clone https://github.com/dusty-nv/jetson-inference
$ cd jetson-inference
$ git submodule update --init
$ sudo apt-get update
$ sudo apt-get install git cmake libpython3-dev python3-numpy
$ git clone --recursive https://github.com/dusty-nv/jetson-inference
$ cd jetson-inference
$ mkdir build
$ cd build
$ cmake ../
$ make
$ sudo make install
$ sudo ldconfig
Install Camera
https://github.com/JetsonHacksNano/CSI-Camera

Nvidia jetson nano bringup

  • 1.
    20 Giborey Israel,Sappir Industrial Park, Netanya, Israel | www.dsp-ip.com e-mail:info@dsp-ip.com | Telephone:+972-9-8850956 | Fax:+972-50-8962910 Nvidia Jetson Nano Bring-up Purpose: detail the material and process required for Nvidia Jetson nano bring up and usage for video processing Components 1. SDCard 32G high speed/ extreme 2. 4A 5V power supply round 3. WiFi dongle 4. BT keyboard + mouse Download: SDCard formatter Flash writer Disk Image The first initialization is with a regular android power supply and only after the initialization move to the rounded power supply
  • 2.
    20 Giborey Israel,Sappir Industrial Park, Netanya, Israel | www.dsp-ip.com e-mail:info@dsp-ip.com | Telephone:+972-9-8850956 | Fax:+972-50-8962910 Install code $ sudo apt-get update $ sudo apt-get install git cmake $ git clone https://github.com/dusty-nv/jetson-inference $ cd jetson-inference $ git submodule update --init $ sudo apt-get update $ sudo apt-get install git cmake libpython3-dev python3-numpy $ git clone --recursive https://github.com/dusty-nv/jetson-inference $ cd jetson-inference $ mkdir build $ cd build $ cmake ../ $ make $ sudo make install $ sudo ldconfig Install Camera https://github.com/JetsonHacksNano/CSI-Camera