* all
jtop install
jetson_release
* Ubuntu version
cat /etc/issue
lsb_release -a
[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
'Jetson' 카테고리의 다른 글
[TensorRT] Jetson Orin NX에 TensorRT 설치 (0) | 2023.11.12 |
---|---|
Nvidia SDK Manager 'authorization flow not allowed' 에러 해결 (1) | 2023.10.29 |
Jetson Xavier NX setting 버튼 사라짐 (0) | 2023.07.03 |
Install Jtop on the Jetson Xavier NX (0) | 2023.03.07 |
[Jetson] Xavier NX에서 ttyTHS 포트 권한 없이도 열 수 있도록 설정 (0) | 2023.01.06 |