Open drvrh opened 1 year ago
The latest Linux version supporting the Jetson Nano is Jetson Linux 32.7.3: https://developer.nvidia.com/embedded/jetson-linux-archive
The nvcc version included up to Jetson Linux 32.7.3 does not support the Nvidia Ampere GPU Architecture for Orin (compute_87): https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html#virtual-architecture-feature-list
The Jetson Nano is based on the Maxwell Architecture (CUDA Architecture Version 5.3)
You can resolve this issue by changing line 110 in build_opencv.sh
From
-D CUDA_ARCH_BIN=5.3,6.2,7.2,8.7
To
-D CUDA_ARCH_BIN=5.3
Hello, I ran command $./build_opencv.sh on my Jetson Nano, but I get error:
What's wrong?