Skip to content

Get information about the NVIDIA Jetson OS environment. Currently just gets the L4T and kernel versions.

License

Notifications You must be signed in to change notification settings

a-wigand/jetsonUtilities

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 (TK1, TX1, TX2)

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

$ ./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'

Release Notes:

July, 2018

  • v1.0
  • Add support for JetPack 3.2.1 (L4T 28.2.1)

The shell script jetson_variables is from jetson_easy: https://github.com/rbonghi/jetson_easy

Copyright (c) 2015-2018 Raffaello Bonghi

See license for jetson_easy in scripts folder

About

Get information about the NVIDIA Jetson OS environment. Currently just gets the L4T and kernel versions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 66.9%
  • Python 33.1%