timorkal / jetson_nano

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jetson_nano

This repository holds the scripts/programs I use to set up the software development environment on my Jetson Nano.

To set Jetson Nano to 10W performance mode (reference), execute the following from a terminal:

$ sudo nvpmodel -m 0
$ sudo jetson_clocks

Here is a list of blog posts related to the scripts in this repository:

About

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.

License:MIT License


Languages

Language:Shell 87.7%Language:Python 12.3%