Installation of nvidia 375 driver on Jetson TX1

This is what I tried
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt install nvidia-375

And this is what I got.
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package nvidia-375

What should I do?

You’re probably referring to the drivers used in the desktop PCs…they are all a different architecture and do not work on Jetsons. Are you looking for a particular feature or problem solution?

im having the same insue , any one can help us to instal nvidia drivers on jetson???

Desktop drivers don’t work on Jetsons. The L4T flash installs those drivers. Jetson GPUs are wired directly to the memory controller, thus PCI based drivers cannot function.

tank you ^^