Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported JetPack revision 35.3.1 aborting script #12131

Closed
jidnyesha-patil opened this issue Aug 23, 2023 · 5 comments
Closed

Unsupported JetPack revision 35.3.1 aborting script #12131

jidnyesha-patil opened this issue Aug 23, 2023 · 5 comments

Comments

@jidnyesha-patil
Copy link

Required Info
Camera Model D455
Operating System & Version Linux L4T (Ubuntu 20.04)
Kernel Version (Linux Only) 5.10.104-tegra
Platform NVIDIA Jetson
Language python
Segment Robot

Issue Description

Trying to install librealsense from source to solve pyrealsense2 issues. I accidentally deleted the rules file before so installing librealsense from scratch again. When trying to apply patched kernel module for Jetson L4T, I get the error "Unsupported JetPack revision 35.3.1 aborting script"
image

Based on Issue #11391 (comment), I need to match the supported JetPack version. Looking into the patch files, supported versions shown below.
image
Highest supported patch is 35.1 while I have 35.3.1.
Need suggestions on how to downgrade since there have multiple issues which say downgrading is not possible. Any help would be appreciated.

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Aug 24, 2023

Hi @jidnyesha-patil You should be able to downgrade by flashing the JetPack using the Nvidia SDK Manager tool, as described at the link below.

https://forums.developer.nvidia.com/t/downgrade-jetpack/169373/3

Alternatively, you could build librealsense from source in RSUSB backend mode by including the flag -DFORCE_RSUSB_BACKEND=TRUE in your CMake build instruction. An RSUSB build of librealsense bypasses the kernel so that a patch script is not required.

@jidnyesha-patil
Copy link
Author

Got it! I am trying the RSUSB backend mode first since I must get SDK manager to allow flashing JetPack.I am currently using the pre-flash SD card that came with the kit. Will keep this thread updated.
Thank you @MartyG-RealSense

@dmipx
Copy link
Contributor

dmipx commented Aug 28, 2023

@jidnyesha-patil Try to append "35.3.1" to "35.1", like: "35.1 | 35.3.1")

@jidnyesha-patil
Copy link
Author

The RSUSB mode installation worked!

@MartyG-RealSense
Copy link
Collaborator

That's great to hear that RSUSB was successful for you, @jidnyesha-patil - thanks very much for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants