Need to manually install TensorRT on nvidia xavier nx board

Description

I want to install TensorRT, Cuda and pycuda manually on nvidia xavier board.

I have installed the L4T image on the board and want to install above packages on the top of this but i am unable to install it.

I have followed below link to install packages.

NOTE: We havan’t installed jetpack image.

Environment

GPU Type: No GPU
Operating System + Version: Ubuntu 18.04

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!

No this is not useful.
I want to install the packages.

Moving this post to Jetson Xavier NX forum to get better help.

Thank you.

Hi,

You can install the packages through the apt command.

$ sudo apt update
$ sudo apt install nvidia-tensorrt

Thanks.

I have tried above command but getting below error.
E: Unable to locate package nvidia-tensorrt

Note: We haven’t install jetpack os. Is there any way to install jetpack manually on jetson xavier nx kit

Hi,

Please find the tutorial below:

https://developer.nvidia.com/embedded/learn/get-started-jetson-xavier-nx-devkit

Thanks.

Hi,

We have flashed image on internel emmc of 16GB. Now i want to install jetpack in to my board but not able to install it.

Note: I have flashed Jetson module with bootloader and file system only, excluding other JetPack components

Hi,

Do you get any errors when installing the componenets?
Please noted that you will need to update the apt configure for the OTA features.

For example, JetPack 4.6.1 (r32.7.1) with XavierNX

$ sudo echo "deb https://repo.download.nvidia.com/jetson/common r32.7 main" >> /etc/apt/sources.list.d/nvidia-l4t-apt-source.list
$ sudo echo "deb https://repo.download.nvidia.com/jetson/t194 r32.7 main" >> /etc/apt/sources.list.d/nvidia-l4t-apt-source.list
$ sudo apt update
$ sudo apt install nvidia-tensorrt

Thanks.

Hi,

Thanks for the feedback.

I have checked my version and done changes in nvidia-l4t-apt-source.list according to my version but getting error.
Please find error details in below image.

Pleas let me know how to resolve this error?

Thanks in advanced.

Hi,

Based on the log, it seems that you are using r32.4 BSP, which is released for a while.
Is it possible to upgrade your environment to a newer OS first?

Thanks.

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