JetPack 3.3 Install Guide

Can someone let me know where I can find the JetPack 3.3 Install guide? All the links on Nvidia take me either to the generic Jetson Software Documentation page: “Jetson Software Documentation” or to the JetPack 4.1 Early Access Preview. The 3.3 Install Guide seems to be gone.

JetPack 3.3 and it’s installation guide are listed in the Jetson Download Center

[url]https://developer.nvidia.com/embedded/downloads[/url]

Here is a direct link to the JetPack 3.3 installation guide.

[url]https://developer.nvidia.com/embedded/dlc/jetpack-install-guide-3_3[/url]

Best,
John

Thank you. Can you also please post the direct link to the documentation for 3.3? From the “Jetson Download Center”, if I click on “Documentation” for JetPack 3.3, it just takes me back to the generic documentation page (“Jetson Software Documentation”) and not to the actual documentation.

There is a “trick” to those URLs. They require login (which is free and doesn’t cause spam). Even if you logged in here, you will still need to log in there. Once you log in it will not correctly redirect to where you were trying to go…you must click the URL a second time after already logged in to reach the content.

Does anyone know how to download documentation from the Nvidia developer site? I am now trying to access the JetPack 3.2.1 install guide (JetPack 3.3 does not install), but again every time I try to go to the documentation it just takes me to “Jetson Software Documentation”. From there I click on “Browse” and it brings up what looks like a wiki page, I then click on “JetPack Documentation” and it just goes back to “Jetson Software Documentation”! Clicking on “Documentation” from “Jetson Download Center | NVIDIA Developer” ALSO just takes me to “Jetson Software Documentation

Yes, I am logged into all Nvidia sites I can find.

Does this just not work for me? Has no one tried to download documentation? I have purchased two TX2s, but can’t download documentation, can’t install software.

Hello Suschnl,

I am looking into the documentation issue now. I will get back to you asap.

Thanks for your patience,
Tom

Hi Suschnl,

The link on that page was included by mistake and has been removed. Thanks for bringing this to our attention.

There is no other JetPack documentation, other than this page: [url]https://docs.nvidia.com/jetson/jetpack/index.html[/url]

You can find the archives here: [url]https://docs.nvidia.com/jetson/archives/index.html[/url]

Let me know if you have any questions.

Best,
Tom

That install guide is written for JetPack 4.1 and the Xavier Developer Kit.

Still can’t find the installation documentation page for Jetpack 3.3/TX1/2 only this pdf: https://developer.nvidia.com/embedded/dlc/jetpack-install-guide-3_3

Previous JetPack versions are indexed here:
[url]https://developer.nvidia.com/embedded/jetpack-archive[/url]

Previous specific L4T versions are listed here (which also includes JetPack for the specific L4T release):
[url]https://developer.nvidia.com/linux-tegra[/url]

Hello
I follow the instruction in the docs, and ended to completed page.
And i compiled the samples in /NVIDIA_CUDA-9.0_Samples,then run the sample is work at
/home/ubuntu/NVIDIA_CUDA-9.0_Samples/bin/aarch64/linux/release/.
But i type nvidia-smi or nvcc --version and all will show the message:
command not found:
So, the cuda toolkits is not installed?

nvidia-smi requires a PCI GPU. The GPU of a Jetson is directly integrated with the memory controller, thus such code won’t work on a Jetson.

nvcc is not in the default search path. Check:

/usr/local/cuda-9.0/bin/nvcc --version

Hello, I installed Jetpack4.2 but I cannot use that with librealsense, now I try to install Jetpack 3 (.1,.2 and .3) and I cannot install them, all of them get error when try to install visionworks:

The following NEW packages will be installed
libvisionworks libvisionworks-dev libvisionworks-samples
0 to upgrade, 3 to newly install, 0 to remove and 79 not to upgrade.
Need to get 0 B/66.8 MB of archives.
After this operation, 120 MB of additional disk space will be used.
Get:1 file:/var/visionworks-repo libvisionworks 1.6.0.500n [12.3 MB]
Err:1 file:/var/visionworks-repo libvisionworks 1.6.0.500n
Hash Sum mismatch
Get:2 file:/var/visionworks-repo libvisionworks-dev 1.6.0.500n [154 kB]
Err:2 file:/var/visionworks-repo libvisionworks-dev 1.6.0.500n
Hash Sum mismatch
Get:3 file:/var/visionworks-repo libvisionworks-samples 1.6.0.500n [54.4 MB]
Err:3 file:/var/visionworks-repo libvisionworks-samples 1.6.0.500n
Hash Sum mismatch
W: --force-yes is deprecated, use one of the options starting with --allow instead.
E: Failed to fetch file:/var/visionworks-repo/./libvisionworks_1.6.0.500n_amd64
deb Hash Sum mismatch

E: Failed to fetch file:/var/visionworks-repo/./libvisionworks-dev_1.6.0.500n_all.deb Hash Sum mismatch

E: Failed to fetch file:/var/visionworks-repo/./libvisionworks-samples_1.6.0.500n_amd64.deb Hash Sum mismatch

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Would you please advice me how to install them. many thanks

Packages from one JetPack release cannot be used with another release.

For packages failing in some cases it may be related to the host’s bzip2 version:
[url]Jetpack 4.2 Xavier Install Failed - Jetson AGX Xavier - NVIDIA Developer Forums