Hi,
The GPU driver for Jetson is integrated into the OS and the latest version is 11.4.
But we support CUDA compatibility from CUDA 12.
So CUDA 12 can work with the older GPU driver version.
Have you linked the compat folder which allows users to run on an older GPU driver?
$ export LD_LIBRARY_PATH=/usr/local/cuda-12.0/compat
Below is the document for your reference:
Thanks.