rbonghi / jetson_stats

📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
https://rnext.it/jetson_stats
GNU Affero General Public License v3.0
2.14k stars 261 forks source link

Environment Variables (jetson_variables) #155

Closed santaimpersonator closed 1 year ago

santaimpersonator commented 3 years ago

Describe the bug Sometimes I have issues with the environment variables

To Reproduce Steps to reproduce the behavior:

  1. Using the pre-built image (jetbot-043_nano-4gb-jp45.zip) for Jetpack 4.5 on the 4GB board from the jetbot.org website
  2. Install the jetson_stats package (install pip3 then the package)
  3. Call Jetson variables:
    • export | grep JETSON
  4. No values displayed: jetson-stats_issue Sometimes, I can get the values to display after a reboot. values Otherwise, I have to run the jetson_env.sh script, before trying to retrieve the environment variables:
    • source /etc/profile.d/jetson_env.sh

Jetson-Stats

rbonghi commented 3 years ago

Thx,

I notice that error time ago on my platform, but I'm extremely busy in this period. I hope to fix soon :-)

rbonghi commented 1 year ago

Install the latest release 4.0 try to install and check again

sudo -H pip install -U jetson-stats