Raspberry_Pi_Camera_Module_3_IMX708_Linux_driver_for_Jetson

Coming from South Africa the only Camera I could get my hands on which is more or less compatible is the Module_3_IMX708. I trtied all instructions on their page : Raspberry Pi Camera Module 3 IMX708 Linux driver for Jetson | RidgeRun Developer Wiki , but no luck. I have a Jetson Orin Nano. and I am on Jetpack 6. Below is some of the errors. I am stuck. Chat GPT an Grok runs in circles, unable to solve it. Please advice. : This is where I am now:

evandien@Developer:~$ git clone git@github.com:RidgeRun/NVIDIA-Jetson-IMX708-RPIV3.git

cd NVIDIA-Jetson-IMX708-RPIV3/patches_orin_nano

fatal: destination path ‘NVIDIA-Jetson-IMX708-RPIV3’ already exists and is not an empty directory.

evandien@Developer:~/NVIDIA-Jetson-IMX708-RPIV3/patches_orin_nano$ tar -xjf kernel_src.tbz2 -C $DEVDIR/sources

tar -xjf kernel_oot_modules_src.tbz2 -C $DEVDIR/sources

tar -xjf nvidia_kernel_display_driver_source.tbz2 -C $DEVDIR/sources

tar (child): kernel_src.tbz2: Cannot open: No such file or directory

tar (child): Error is not recoverable: exiting now

tar: Child returned status 2

tar: Error is not recoverable: exiting now

tar (child): kernel_oot_modules_src.tbz2: Cannot open: No such file or directory

tar (child): Error is not recoverable: exiting now

tar: Child returned status 2

tar: Error is not recoverable: exiting now

tar (child): nvidia_kernel_display_driver_source.tbz2: Cannot open: No such file or directory

tar (child): Error is not recoverable: exiting now

tar: Child returned status 2

tar: Error is not recoverable: exiting now

evandien@Developer:~/NVIDIA-Jetson-IMX708-RPIV3/patches_orin_nano$

Looks like the driver from github is for JP4/JP5 only.

Maybe contact with RidgRun to confirm if able provide driver for JP6.

Thanks

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