OrbittyBox running Nvidia Toolkit

Hi everyone,
I have this device from ConnectTech, and it is basically a TX2 https://connecttech.com/product/orbittybox/.
Cuda 12.6 is installed along with nvidia-toolkit also with podman 5.5.1. But when I run this command to check it:
podman run --rm --device nvidia.com/gpu=all --security-opt=label=disable ubuntu nvidia-smi -L

I got this error:

356: Memory Manager Not supported



****NvRmMemMgrInit failed**** error type: 196626


libnvrm_gpu.so: NvRmGpuLibOpen failed, error=196626
NvRmMemInitNvmap failed with Permission denied
356: Memory Manager Not supported



****NvRmMemMgrInit failed**** error type: 196626


libnvrm_gpu.so: NvRmGpuLibOpen failed, error=196626
NvRmMemInitNvmap failed with Permission denied
356: Memory Manager Not supported



****NvRmMemMgrInit failed**** error type: 196626


libnvrm_gpu.so: NvRmGpuLibOpen failed, error=196626
nvidia-container-cli: detection error: nvml error: unknown error: unknown

Is there some configuration that I need to add? Because I am required to not use the Jetpack and need to install the dependencies manually.

Thank you!

I installed the nvidia toolkit according to this guide

Hi,

We don’t support CUDA 12.6 on TX2.
The latest software release for TX2 is JetPack 4, which uses CUDA 10.2.

So recommend checking with the ConnectTech team for details.
Thanks.

Hi,

Thank you for the reply. We tried it as well in AGX Orin and it delivers the same error https://connecttech.com/product/anvil-embedded-system-with-nvidia-jetson-agx-orin/.

Hi ,
Is there any update on the issue ?

Hi,

We don’t support CUDA 12 for TX2.
The latest software available for TX2 is JetPack 4, which uses CUDA 10.2.

Thanks.

I mean the question was on https://connecttech.com/product/anvil-embedded-system-with-nvidia-jetson-agx-orin/ board

There is no update from you for a period, assuming this is not an issue anymore.
Hence, we are closing this topic. If need further support, please open a new one.
Thanks
~0813

Hi,

Could you try to run it with nvidia runtime to see if it can work?

Thanks.