Compatibility: JetPack 6.2 and ZED X camera driver

When installing the ZED X drivers using the command:

sudo dpkg -i stereolabs-zedbox-<ver_info>.sh

(as described here: Stereolabs documentation),
I get the following error:

Package nvidia-l4t-rt-kernel is not installed
Version of nvidia-l4t-kernel on system is 5.15.148-tegra-36.4.7-20250918154033

Does anyone know if this driver version is compatible with JetPack 6.2, or if an update/fix is required?

Hi @twensta
Please find the fix here: Troubleshooting - Stereolabs

Hi, I already tried that, but it didn’t work.
By the way, the error message isn’t exactly the same — I have this additional line:
Version of nvidia-l4t-kernel on system is 5.15.148-tegra-36.4.7-20250918154033

This seems to be an issue with the changed patch version.
Please try to use this flag to force the install. The driver should be compatible with different patch versions, so the forcing is safe:
sudo dpkg -i --ignore-depends=nvidia-l4t-kernel stereolabs-zedbox-<ver_info>.deb

1 Like

It worked perfectly, thanks!

1 Like