While using Orin Nano Development board, we are able to load and execute the AI models from GPU. But when the same root filesystem is cloned back and applied to a custom carrier board, the AI model defaults to running on the CPU instead of the GPU.
Getting below error while loading AI models on our custom carrier board,
If we execute NVIDIA-smi command, getting below error while using custom carrier board, "nvidia@nvidia-desktop:~$ nvidia-smi Unable to determine the device handle for GPU0002:00:00.0: Unknown Error"
Is there any specific setting on SOM (Jetson Orin Nano)? We think the problem is SOM specific. When we replace production version SOM on Development board, then also GPU is not working. Earlier it was working on Development board with development version SOM.
Hi,
Do you use latest Jetpack 6.1 and hit the issue? Would like to know which Jetpack version you are using.
And please try to flash the sample rootfs to the custom board. You have mentioned the cloned image and would like to clarify whether it also occurs with the default sample rootfs.