TensorRT 8.0.1 arm64 Ubuntu 18.04 CUDA 10.2 .deb download

Hi,

Where can I download the arm64 .deb for TensorRT that is compatible with L4T 32.6.1 (JP 4.6), i.e. TensorRT 8.0.1 Ubuntu 18.04 CUDA 10.2?

The TensorRT instructions say installation of arm64 should be identical to amd64, but I cannot find the .deb download link.

The closest arm64 .deb on the tensorrt download page is the for TensorRT 8.0.1 GA for Ubuntu 20.04 and CUDA 11.3 DEB local repo package.

I’m aware of the containers, but these only have the runtime libraries installed.

The reason I need all the libraries, not just the runtimes, as I cannot use the ones usually mounted from the Jetpack installation when running on the Jetsons. I am cross compiling on a build server.

These are the exact libs I need for arm64:

libnvinfer8=8.0.1-1+cuda10.2
libnvinfer-plugin8=8.0.1-1+cuda10.2
libnvparsers8=8.0.1-1+cuda10.2
libnvonnxparsers8=8.0.1-1+cuda10.2
libnvinfer-bin=8.0.1-1+cuda10.2
libnvinfer-dev=8.0.1-1+cuda10.2
libnvinfer-plugin-dev=8.0.1-1+cuda10.2
libnvparsers-dev=8.0.1-1+cuda10.2
libnvonnxparsers-dev=8.0.1-1+cuda10.2
libnvinfer-samples=8.0.1-1+cuda10.2
libnvinfer-doc=8.0.1-1+cuda10.2

Any help would be appreciated, thanks,
Magnus :)

Hi,

This looks like a Jetson issue. Please refer to the below samples in case useful.

For any further assistance, we will move this post to to Jetson related forum.

Thanks!

Hi, thanks for the response, but those samples are not really related to my issue.

Feel free to move it this where you think it might get answered. But this does feel more related to the TensorRT forum, as I am trying to find one of your distributables.

Is there a TensorRT .deb for arm64 TensorRT 8.0.1 Ubuntu 18.04 CUDA 10.2?

Hi,

To answer your original query, the tensorrt download page you are referring to may not contain JetPack compatible packages.

I think for updating the TRT package on JP, you may need to install the corresponding JP version. The following link may help you.

If you need further assistance, we are moving this post to Jetson related forum to get better help.

Thank you.

1 Like

I was able to simply install from via apt-get once the correct repos and keys had been added, so the .debs are not necessary. I did something similar to my previous post:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.