본문 바로가기
Jetson

Jetson Orin Version Check

by yongee97 2023. 8. 21.

 

* all

jtop install

jetson_release

 

 

* Ubuntu version

cat /etc/issue

lsb_release -a

https://tae-hui.tistory.com/entry/ubuntu%EC%9A%B0%EB%B6%84%ED%88%AC-%EB%B2%84%EC%A0%84%ED%99%95%EC%9D%B8

 

[ubuntu]우분투 버전확인

첫번째 방법 간단하게 현재 사용중인 우분투의 버전을 확인할 수 있는 방법입니다. $ cat /etc/issue Ubuntu 16.04.3 LTS \n \l 꼭 들어가서 봐야하는 것은 아니기 때문에 cat 명령어를 통해서 확인했습니다.

tae-hui.tistory.com

* jetpack check

 

jetson_release

 

 

* LST version check

 

cat /etc/nv_tegra_release

https://forums.developer.nvidia.com/t/how-to-check-the-jetpack-version/69549

 

How to check the JetPack Version

Is there any way to check the JetPack Version instead of just checking the L4T version? I found a way to check it out is to use JetsonInfo.py. It will get the information like : NVIDIA Jetson TX2 L4T 28.2.1 [ JetPack 3.3 or 3.2.1 ] Board :t186ref Ubuntu 16

forums.developer.nvidia.com

 

* cudnn version check

cat /usr/include/cudnn.h | grep CUDNN_MAJOR -A 2