Version of the "NVIDIA Tegra Linux Driver package"

How to find out which Version of the “NVIDIA Tegra Linux Driver package” is installed?

Thanks.

Michael

Look at the first line of /etc/nv_tegra_release. The comment will say something like:

R19 (release), REVISION: 2.0

R19.2 is the original Jetson release version. R19.3 is out, which would show REVISION: 3.0.

To validate that the files installed are what the release thinks should be there, run “sha1sum -c /etc/nv_tegra_release”. Look for the “OK” on each file.

Thanks a lot for helping.

Everything worked fine.

Thank you