29일 전
2026-02-17 00:59:55
JETSON JTOP TJFCL
JETSON JTOP TJFCL
https://github.com/rbonghi/jetson_stats
sudo apt update sudo apt install python3-pip python3-setuptools -y
Option 1: jetson-stats can be installed with pip, but need superuser:
sudo pip3 install -U jetson-stats
sudo pip3 install git+https://github.com/rbonghi/jetson_stats.git
sudo pip3 install --break-system-packages -U jetson-stats
or
sudo pip3 install --break-system-packages git+https://github.com/rbonghi/jetson_stats.git
Download "scripts/install_jtop_torun_without_sudo.sh" Make it executable: chmod +x install_jtop_torun_without_sudo.sh Run "sudo -v" -v, --validate does not run any command, but allows the use of sudo in the bash script. Then install with ./install_jtop_torun_without_sudo.sh
댓글