Link for the latest JetPack disk image

Can someone please direct me to a link that points to the Latest JetPack disk image that contains the latest OS and OpenCV ?

This is a very confusing website, the navigation is horrific .

Hello,

Everything for Jetpack can be found here: https://developer.nvidia.com/embedded/jetpack

Regards,
Tom

For which Jetson platform you’re using?

Hi NavyGunner1980,

You can reference below page, check your Jetson platform with the latest BSP version:

thanks for the reply, I guess I should been more clear, I have 2 Jetson Nanos ( both Versions)
The link doesn’t mention the Nano, just the Orin and Xavier

Sorry for the confusion @NavyGunner1980 - the latest versions of the JetPack SD card images for Nano are here:

The latest release to support Nano is JetPack 4.6.3: https://developer.nvidia.com/jetpack-sdk-463

Thanks Dusty, do these images include opencv?

Yes they come with all of the JetPack components pre-installed, including CUDA Toolkit, cuDNN, TensorRT, OpenCV, ect.

Excellent, thank you

Hi Dusty,
Thanks for the information, but I installed the image and am unable to find opencv? is it installed somewhere besides my home directory?

Hi @NavyGunner1980, the headers are installed under /usr/include/opencv4/opencv2 and the libraries should be under /usr/lib/aarch64-linux-gnu/. You should also be able to import cv2 from Python.

Thanks again

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.