How to installed nvidia-persistenced daemon on Jetson TX2

I want the cuda drivers to persist on my Jetson’s startup. To do that, I tried installing nvidia-persistenced from source, to no avail (showing this error: Failed to open libnvidia-cfg.so.1: libnvidia-cfg.so.1: cannot open shared object file: No such file or directory).

I was wondering if there’s any was I can install it on Jetson, or any other way to get the driver persistency on startup?

Hi,

Jetson has its own GPU driver which is integrated into the OS image.

The standard-alone GPU driver from the website cannot be used on the Jetson device.
So as nvidia-persistenced.

Thanks.