jetsonhacks / jetsonUtilities

Get information about the NVIDIA Jetson OS environment. Lists L4T and JetPack versions, along with major libraries.
Other
203 stars 61 forks source link
jetson-agx-orin jetson-agx-xavier jetson-tk2 jetson-tx1 jetson-tx2 jetson-xavier jetson-xavier-nx l4t

jetsonUtilities

This repository holds utilities for working with NVIDIA Jetson Development Kit

jetsonInfo

Get information about the NVIDIA Jetson OS environment on NVIDIA Jetson Development Kits (TX1, TX2, AGX Xavier, Xavier NX, Nano, Nano 2GB)

The information about the NVIDIA Jetson Development Kit operating system is spread over a few files. This is a handy tool to use for reference.

The Python script jetsoninfo.py will list the hardware, version of L4T that is running, Ubuntu version, and the Linux kernel revision. To execute:

$ python jetsonInfo.py

or

$ python3 jetsonInfo.py

or

$ ./jetsonInfo.py 

The hardware designator is derived from the file: '/proc/cpuinfo'

The L4T version is derived from the file: '/etc/nv_tegra_release'

The Ubuntu version is derived from the file: '/etc/os-release'

The Linux kernel version is derived from the file: '/proc/version'

Thank you Raffaello Bonghi @rbonghi for jetson_variables and jetson_libraries scripts

Release Notes:

August, 2021

August, 2021

May, 2021

July, 2020

January, 2020

November, 2018

October, 2018

September, 2018

July, 2018

Original shell script jetson_variables is derived from jetson_easy: https://github.com/rbonghi/jetson_easy ; Now in jtop package

Copyright (c) 2015-2021 Raffaello Bonghi

See license for jetson_easy in scripts folder