-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Comments
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 |
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. |
@jidnyesha-patil Try to append "35.3.1" to "35.1", like: |
The RSUSB mode installation worked! |
That's great to hear that RSUSB was successful for you, @jidnyesha-patil - thanks very much for the update! |
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"
Based on Issue #11391 (comment), I need to match the supported JetPack version. Looking into the patch files, supported versions shown below.
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.
The text was updated successfully, but these errors were encountered: