Missing display drivers for Nvidia Jetson TX2

I flashed my Jetson TX2 new,

and i run into troubles because after the system was succefully build i was not able to install the cuda toolkit 9.0, i was only able to install a part of the cuda drivers. Why is it not possible to install the display drivers seperatley ? Or is there any workaround for the current Jetpack 3.2.

Best regards.

I’m not sure if I understand your problem correctly but Jetpack is the all-in-one package, you can also download the single parts and put them together yourself and flash them.
[url]https://developer.nvidia.com/embedded/linux-tegra[/url]

FYI, the TX2 forum would be the best place for JetPack questions:
[url]https://devtalk.nvidia.com/default/board/188/jetson-tx2/[/url]

Keep in mind that the video driver and CUDA are two separate packages…but CUDA depends on the X driver ABI under Linux. The default TX2 install does install the video driver on the Jetson via the micro-B USB connector. After a flash the Jetson reboots and at that point wired ethernet allows install of CUDA on the Jetson itself. My host is Fedora so I’m not sure about what JetPack might do to install video drivers on hosts…I always install manually.

CUDA itself can never be installed until the video driver is in place…for the Jetson this is always in place unless an “apt-get update” overwrote something on the host (check with “sha1sum -c /etc/nv_tegra_release”)…for the host this is always a separate step.

When you say “part of the cuda drivers” are you talking about drivers going to host? Or to Jetson?