GPU not detected on ZED Box Mini

Hello, I am having an issue with the Zed Box Mini.
It seems the GPU or CUDA is not correctly detected
I don’t remember using a particular command that caused the issue, I just tried to install SDK 5.3 and then found the error. Don’t know if the installation caused this.

I am using jetpack 6.2.1, L4T 36.4.7

zed_diagnostic output

- Running ZED SDK Diagnostic : OK  

    ZED SDK version: 5.2.2

    CUDA version: V12.6.68

- Running Processor Diagnostic : OK  

    Processor:   ARMv8 Processor rev 1 (v8l)

    Motherboard:  Jetson, NVIDIA

Error: unable to open display stic : 50%

- Running Graphics Card Diagnostic : Failed

    Unable to detect your graphics card. Please install/repair (https://download.stereolabs.com/cuda12_web' style='color: #d9ff42;' >CUDA and update your NVIDIA graphics (https://download.stereolabs.com/nvidia/driver' style='color: #d9ff42;' >drivers.

- Running CUDA Operations Diagnostic : Failed

    CUDA Test: No CUDA-capable GPU found

Stack trace (most recent call last) in thread 3277:

#12   Object "[0xffffffffffffffff]", at 0xffffffffffffffff, in 

#11   Object "/usr/lib/aarch64-linux-gnu/libc.so.6", at 0xffffafaa9e9b, in 

#10   Object "/usr/lib/aarch64-linux-gnu/libc.so.6", at 0xffffafa40397, in 

#9    Object "/usr/lib/aarch64-linux-gnu/libstdc++.so.6", at 0xffffafd129cb, in 

#8    Object "ZED_Diagnostic", at 0x459b3f, in 

#7    Object "ZED_Diagnostic", at 0x46d527, in 

#6    Object "ZED_Diagnostic", at 0x4f060b, in 

#5    Object "/usr/local/zed/lib/libsl_ai.so", at 0xffff8f46cde7, in 

#4    Object "/usr/local/zed/lib/libsl_ai.so", at 0xffff8f45f227, in 

#3    Object "/usr/local/zed/lib/libsl_ai.so", at 0xffff8f45d8ab, in 

#2    Object "/usr/lib/aarch64-linux-gnu/tegra/libcuda.so.1", at 0xffffb28bc993, in 

#1    Object "/usr/lib/aarch64-linux-gnu/tegra/libcuda.so.1", at 0xffffb28a3c73, in 

#0    Object "/usr/lib/aarch64-linux-gnu/tegra/libcuda.so.1", at 0xffffb29a64a0, in 

Segmentation fault (Address not mapped to object [0x8b])

Segmentation fault (core dumped)

This is the dmesg log generated by ZED_Diagnostic. The Json has not been generated.
dmesg_1.log (10.1 KB)

zed ros wrapper output

l::MAT_TYPE, sl::MEM) : Err [801]: operation not supported.

[component_container_isolated-2] in void sl::Mat::alloc(size_t, size_t, sl::MAT_TYPE, sl::MEM) : Err [801]: operation not supported.

[component_container_isolated-2] [2026-05-06 10:15:53 UTC][ZED][ERROR] No NVIDIA graphics card detected. Install an NVIDIA GPU, CUDA and restart your computer after completing installation.

[component_container_isolated-2] [2026-05-06 10:15:53 UTC][ZED][ERROR] NO GPU DETECTED in sl::ERROR_CODE sl::Camera::open(sl::InitParameters)

[component_container_isolated-2] [WARN] [1778062553.294415804] [zedxm.zed_node]: Error opening camera: NO GPU DETECTED

[component_container_isolated-2] [INFO] [1778062553.294579480] [zedxm.zed_node]: Please verify the camera connection

The Zed X driver was installed by using:
sudo dpkg -i --ignore-depends=nvidia-l4t-kernel "$TEMP_DIR/stereolabs-zedx-driver.deb"

I tried uninstalling CUDA and reinstalling by using the ZED SDK isntallation but I get the same error.

To uninstall CUDA I used:
sudo apt-get purge "cuda*" "libcudnn*" "libnvinfer*" -y
sudo apt-get autoremove --purge -y
sudo rm -rf /usr/local/cuda*

Hi @Alessio-Parmeggiani

This is not a good approach on Jetson because CUDA is normally installed with the Jetpack packages.

Please try this procedure to recover the device. If it does not work, then a flash to reset it is required.

Reinstall the BSP and JetPack components:

# Make sure apt sources are intact
cat /etc/apt/sources.list.d/nvidia-l4t-apt-source.list
# Should contain:
#   deb https://repo.download.nvidia.com/jetson/common r36.4 main
#   deb https://repo.download.nvidia.com/jetson/t234   r36.4 main

sudo apt update

# Reinstall the L4T GPU userspace driver (this is what was nuked)
sudo apt install --reinstall nvidia-l4t-cuda nvidia-l4t-3d-core nvidia-l4t-multimedia nvidia-l4t-core

# Pull the full JetPack stack back in (CUDA toolkit, cuDNN, TensorRT, VPI, etc.)
sudo apt install nvidia-jetpack

# Resolve any half-installed state from the original purge
sudo apt --fix-broken install -o Dpkg::Options::="--force-overwrite"

sudo reboot

After reboot:

ls -la /usr/lib/aarch64-linux-gnu/tegra/libcuda.so.1   # should resolve

Then reinstall the ZED SDK, and perform a test:

ZED_Diagnostic                     # should pass GPU + CUDA tests

Thanks for the answer! I followed your instructions but I get the same issue, I’ll try flashing again the zed box

1 Like

I completed the flash following the documentation but now I can’t see the wifi settings on the zed box, and I can’t connect to a wifi network.
There is something I can do or do I need an ethernet cable?

You must install the ZED X Driver package, which also contains the WiFi drivers.

You can download the installer with another PC and use a USB key to move it to the Jetson.