-
Notifications
You must be signed in to change notification settings - Fork 15
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
Porting to Jetpack 5.0.2 #134
Conversation
Still work in progress. Currently d4xx driver probes, and streaming using v4l2-ctl works for all 4 sensors (depth, rgb, y8, imu). I also tested with streamApp/rs_viewer, and the captured videos look good to me. I temporarily disabled our modifications related to embedded metadata (if enabled, those changes would cause kernel panic) so there is no metadata /dev/video node for depth and rgb for now. |
The metadata-related kernel panic issue has been fixed.
|
@ev-mp can we extract d4xx.c from patches to source file? |
Note: flex and bison is extra necessary packages that should be installed on build machine |
aa55a3a
to
f8c4c03
Compare
Thanks to @xzhangxa :
|
94c44d8
to
877a340
Compare
I've rebased and incorporated the changes introduced by patches numbered 0073 and 0074 (which are intentended for JetPack 4.6.1) into the new patch: 0001-Porting-driver-patches-to-jetpack-5.0.2.patch |
Hi guys, |
Hi @Nir-Az this is for MIPI/GMSL. USB hasn't been tested. |
@jnzw
JP4:
Tracking by [DSO-18588] |
For Jetpack 5.0.2, -EINVAL is returned by |
Actually it looks like the macro Here's my log:
|
You are correct, it worked |
@jnzw thanks for your effort! we will add this change to the merged branch. |
Now that we have the JP5 porting in a dedicated branch (https://github.com/IntelRealSense/perc_hw_ds5u_android-jetson_tx2/tree/Jetpack-5.0.2) |
8 commits behind master (https://github.com/IntelRealSense/perc_hw_ds5u_android-jetson_tx2/tree/Jetpack-5.0.2), it seems some were not included when Jetpack-5.0.2 branching out and some were created after this PR. A new PR to include these 8 commits should be created. |
Signed-off-by: Junze Wu junze.wu@intel.com