CUDA 10 not installed when trying to install ZED SDK

I’m trying to install the ZED sdk for jetpack 4.3, but when installing it can’t detect the CUDA version (10.0 required). I tried installing the nvidia sdkmanager but won’t install because it’s meant for amd64 not arm64. Any suggestions on how to get cuda running.

I’m running a JJetson tx2 Ubuntu 18.04

Thanks.

Hi NinjaRacer,

Please install sdkmanager on your host Ubuntu machine, it support amd64.
You can download the latest sdkmanager and follow instructions to install and run sdkmanager.
It can flash image and install sdk components from sdkmanager to your TX2 device.

Added note: You can uncheck flash and check only to install extra packages when running SDKM. Just make sure that the JetPack/SDKM release is for the same release as that which flashed originally (there are dependencies). To see a current L4T release, use command “head -n 1 /etc/nv_tegra_release”. Then you can find out which JetPack/SDKM originally flashed this here (you might need to log in and then hit the link a second time):
https://developer.nvidia.com/embedded/linux-tegra-archive

1 Like

Ok I got it.

Thanks @carolyuu & @linuxdev

1 Like