-
-
Notifications
You must be signed in to change notification settings - Fork 267
Home
Raffaello Bonghi edited this page Nov 25, 2018
·
18 revisions
This repository contain scripts to know the status of your NVIDIA Jetson without find the informations in your board. The main features are described in the next pages
- jtop - A Dynamic interface where is showed the status of your NVIDIA Jetson. CPU, RAM, GPU status and frequency and other...
- jetson_variables - This script generate the easy environment variables to know which is your Hardware version of the Jetson and which Jetpack you have already installed
- jetson_release - The command show the status and all information about your NVIDIA Jetson
-
jetson_performance - This service load
jetson_clock.sh
has a linux service
If you want install or uninstall jetson_easy without use Biddibi Boddibi Boo follo this instructions:
If you want use only the installer go in jetson_easy/jetson
folder and run ./install_jetson_easy.sh
. (Require SUDO)
nvidia@tegra-ubuntu:~$ cd ~/jetson_stats
nvidia@tegra-ubuntu:~/jetson_stats$ ./install_jetson_easy.sh
This script install in order:
- Copy this repository in
/etc/jetson_easy
- Link the file
jetson_release.sh
in/usr/local/bin/jetson_release.sh
- Copy the file
jetson_performance.sh
in/etc/init.d/jetson_performance
- Link
jetson_clocks.sh
in/etc/jetson_easy/jetson_clocks.sh
- Add the service
jetson_performance
in update-rc.d - Start the service
jetson_performance
To uninstall the jetson_stats
run ./uninstall_jetson_easy.sh
. (Require SUDO)
nvidia@tegra-ubuntu:~$ cd ~/jetson_stats
nvidia@tegra-ubuntu:~/jetson_stats$ ./uninstall_jetson_easy.sh
This script uninstall in order:
- If run stop the service
jetson_performance
- Remove the service
jetson_performance
from update-rc.d - Unlink
/etc/jetson_easy/jetson_clocks.sh
- Remove
/etc/init.d/jetson_performance
- Unlink
/usr/local/bin/jetson_release.sh
- Remove the folder
/etc/jetson_easy
Developer and maintainer Raffaello Bonghi