ZDK Diagnostic Tool doesn't detect Cuda 11.4

Hi everyone.
it’s my first time using zed camera in a Jetson (AGX Oring) and i am trying to configure it and make sure it’s working on ubuntu 20.04. I installed CUDA 11.4 with is compatible with my ZED SDK version (4.1.3)
Everything seems well (i have some python programs for recording svo files in a multi-camera scenario and they work well) but when I run ZED_Diagnostic it gives me an error that CUDA 11.4 is not detected and the tool crashed… (i don’t have report about that)

I tried several solutions but none is working, can someone help me?

Thanks

Hi @benferpo

Why did you install CUDA manually? It’s normally automatically installed with the provided L4T operating system.

This is because you probably broke the file system default configuration.

I recommend you use NVIDIA SDK Manager to reflash your Jetson to a default configuration: Install Jetson Software with SDK Manager — SDK Manager 2.1.0 documentation

Thanks Myzhar, but I think that SDKM does not support ARM64 version of my Jetson. Any other option to reflash it?

You must run it on an Ubuntu PC.
Please read the documentation I already linked: Install Jetson Software with SDK Manager — SDK Manager 2.1.0 documentation

Host machine: a Ubuntu PC
Target hardware: NVIDIA Jetson

Thanks Myzhar for the response. Now, I’m looking for an Ubuntu machine because to try to flash the jetson with Windows, it doesn’t seem very trusted

Thanks again Myzhar. I’ve already flashed the jetson and I installed NVIDIA Drivers and CUDA 12.6 with SDKManager. He read in some sities that last version of ZED SDK is not compatible with this version of CUDA. It this correct?

This was correct a few months ago, now we support JP6 (not JP6.1 yet).

Hy Myzhar again. I finally had some time to look into this. I reinstalled the ZED SDK version for Nvidia Jetson L4T36.3 (even though I have Tegra_L4T36.4) and had no issues. I connect the camera to the Jetson, and it works, but when running the diagnostic tool, I get an error related to the ZED SDK part (it doesn’t detect Cuda 12.2). What could be the issue? My Cuda 12.6 version? The L4T?
ZED_Diagnostic_Results.json (11.1 KB)
I’m attaching the output from the diagnostic tool.