Issues with Jetpack download of CUDA

Hello, I am a new owner of a TX2 trying to get the initial setup working. While installing Jetpack 3.1 to my TX2, everything successfully installs except for CUDA which fails every time. It gives an error that says “installing CUDA toolkit 8.0.82 failed. Return code: 1” I have tried to find solutions to this online but to no avail. If anyone has any ideas what could be causing this problem it would be very helpful.

Thanks in advance.

Hi,

Could you try to install CUDA package manually?

1. Copy the cuda-repo-l4t-8-0-local_8.0.84-1_arm64.deb (in jetpack_download) to the device.
2. Copy the cuda-l4t.sh script (in _installer) to the device.
3. Run this command:

./cuda-l4t.sh [cuda pkg] 8.0 8-0

Thanks.

Are these the only files that should be required? I am getting the error “Unable to locate package cuda-toolkit-8-0” while running this

Could you try with [url]https://developer.nvidia.com/embedded/jetpack-3_3[/url], the latest release for TX2?