Install CUDA 8 on Jetson TX2

I currently have CUDA 10 installed on my Jetson TX2 but I need to switch to CUDA 8 for a set of applications. I’ve been trying to manually install via this script but it’s not detected in my application. Is there a way to use the Nvidia sdk manager to install CUDA 8?

Thanks.

You cannot use different releases of CUDA on a Jetson without flashing the entire operating system. There are strong dependencies which will fail when mixing one JetPack release CUDA with another JetPack release operating system. I don’t remember which release worked with CUDA 8, but it had to be quite some time back. You might check out the historic JetPack release listings (you probably have to log in and then click the link again):
https://developer.nvidia.com/embedded/jetpack-archive

Ok thanks for the info.