I am new to NVIDIA SDK. I was trying yo install OpenCV on my brand new Jetson Nano and I got “nvcc fatal error: unsupported gpu architecture compute_87”. I read that this is a know problem but I cannot find anything specific for my Jetson. My CUDA version is 10.2, I tried to update to 12 but nvcc seems to not work on that version.
I am using the “install_opencv4.6.0_jetson.sh” script from NVIDIA to make it fast.
How can I fix this?
Thank you for your reply! It worked in the sense that it allowed me to overcome that problem, but at 100% I got warnings that some libs were missing/not working and the procedure froze my Jetson. Now it looks like OpenCV is not yet installed unfortunately