campen
1
I have a working Jetson but we do not know which JetPack it was loaded with. I want to make another match this one:
dev@nvidia2:~$ uname -a
Linux nvidia2 4.9.140-tegra #1 SMP PREEMPT Mon Dec 9 22:52:02 PST 2019 aarch64 aarch64 aarch64 GNU/Linux
dev@nvidia2:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
Update:
This may be what I need…
dev@nvidia2:~$ cat /etc/nv_tegra_release
R32 (release), REVISION: 3.1, GCID: 18186506, BOARD: t186ref, EABI: aarch64, DATE: Tue Dec 10 07:03:07 UTC 2019
Hi @campen ,
Maybe you will want to check this post, as it will be useful to you: How to check the JetPack Version - #12 by hector.lxm
Best regards,
Roberto Gutierrez,
Embedded Software Engineer,
campen
3
Thanks @robertogs2 ,
Having same problem as them:
dev@nvidia2:~$ sudo apt-cache show nvidia-jetpack
N: Unable to locate package nvidia-jetpack
E: No packages found
The other method may help:
dev@nvidia2:~$ dpkg -l | grep -i ‘jetpack’
dev@nvidia2:~$
Nothing there, then tried:
dev@nvidia2:~$ dpkg -l | grep -i ‘jetson’
ii jetson-gpio-common 2.0.4 arm64 Jetson GPIO library package (common files)
ii nvidia-l4t-jetson-io 32.3.1-20191209230245 arm64 NVIDIA Jetson.IO debian package
ii python-jetson-gpio 2.0.4 arm64 Jetson GPIO library package (Python 2)
ii python3-jetson-gpio 2.0.4 arm64 Jetson GPIO library package (Python 3)
Hi @campen
The last command shows this package with version 32.3.1:
nvidia-l4t-jetson-io 32.3.1-20191209230245 arm64 NVIDIA Jetson.IO debian
I know is not a certain answer, but you can take a look at the JetPack versions from here:
In that case it seems is JetPack at least 4.3 what you have installed.
Best,
Roberto
campen
5
Thank you @robertogs2 ,
That looks like the answer! Thanks again.
system
Closed
6
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.