I was able to install Cuda 12.5 and verified via nvcc --version and nvidia-smi but reviewing the CUDA 12.5 Release notes, it appears that there is no mentioning of a driver compatible with aarch64.
Is there such driver? The only NVIDIA Linux driver shown in table 2 is Driver 555.42.02 for x86_64, arm64-sbsa architecture.
What are my options? should I flash and install Cuda 12.4? in that case, what driver do I need to install?
Hi,
iGPU driver is integrated into the OS so it doesn’t list on the driver download website.
But from CUDA 11.8, CUDA supports compatibility features that can work on an older driver.
So CUDA 12.5 can work on the JetPack 6.0 GA environment without issue.
The steps should be similar to the below topic that installing CUDA and setting up the environment variable.
Thanks.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.