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

changes required for jetson linux 36.4.3 #253

Closed
wants to merge 61 commits into from

Conversation

rickwalder
Copy link

Jetpack 6.2 compatibility

@Nir-Az
Copy link
Collaborator

Nir-Az commented Feb 9, 2025

UPDATE
I think I see the issue, master branch does not support JP6 at all.
Can you please base your code on dev branch and PR to dev please?

Hi @rickwalder
Thanks for your contribution.
I tried running the JP6.0 flow with your changes to make sure no regression and it failed.
Can you please take a look?

 + ./apply_patches_ext.sh ./Linux_for_Tegra/source 6.0
11:28:58  patching file drivers/media/i2c/Makefile
11:28:58  Hunk #1 succeeded at 5 with fuzz 1.
11:28:58  patching file drivers/media/i2c/max9295.c
11:28:58  Hunk #1 FAILED at 463.

build_all.sh Outdated
@@ -47,8 +47,8 @@ if [[ "$JETPACK_VERSION" == "6.0" ]]; then
make ARCH=arm64 modules
make ARCH=arm64 dtbs
mkdir -p $TEGRA_KERNEL_OUT/rootfs/boot/dtb
cp $SRCS/nvidia-oot/device-tree/platform/generic-dts/dtbs/tegra234-p3737-0000+p3701-0000-nv.dtb $TEGRA_KERNEL_OUT/rootfs/boot/dtb/
cp $SRCS/nvidia-oot/device-tree/platform/generic-dts/dtbs/tegra234-camera-d4xx-overlay.dtbo $TEGRA_KERNEL_OUT/rootfs/boot/
cp $SRCS/kernel-devicetree/generic-dts/dtbs/tegra234-p3737-0000+p3701-0000-nv.dtb $TEGRA_KERNEL_OUT/rootfs/boot/dtb/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this affect JP6.0? the flow is common

@Nir-Az Nir-Az changed the base branch from master to dev February 9, 2025 16:00
@Nir-Az Nir-Az changed the base branch from dev to master February 9, 2025 16:00
@rickwalder
Copy link
Author

Yeah can do, I'll be rebuilding with these changes again next week and will update this pr with any changes required

dmipx and others added 20 commits February 10, 2025 10:52
Signed-off-by: Dmitry Perchanov <[email protected]>
Align MIPI driver NOT_READY error to UVC flow

Tracked-by: <RSDSO-19622>

Signed-off-by: Dmitry Perchanov <[email protected]>
while changing i2c bus speed, it will fail as result of unset return value.

Signed-off-by: Dmitry Perchanov <[email protected]>
Bump to version: 1.0.1.23

Signed-off-by: Dmitry Perchanov <[email protected]>
Signed-off-by: Dmitry Perchanov <[email protected]>
Signed-off-by: Dmitry Perchanov <[email protected]>
Signed-off-by: Dmitry Perchanov <[email protected]>
Signed-off-by: Dmitry Perchanov <[email protected]>
Create d4xx driver API examples to verify proper installation

Signed-off-by: Dmitry Perchanov <[email protected]>
@Nir-Az Nir-Az changed the base branch from master to dev February 10, 2025 21:21
@Nir-Az Nir-Az changed the base branch from dev to master February 10, 2025 21:21
@Nir-Az
Copy link
Collaborator

Nir-Az commented Feb 11, 2025

According to the files changed something is wrong.
You should only see your changes.
I will change the target branch to dev, you should base your branch on dev and add your new commits, this way we will only get your changes.

@Nir-Az Nir-Az changed the base branch from master to dev February 11, 2025 07:57
@rickwalder
Copy link
Author

rickwalder commented Feb 11, 2025 via email

@Nir-Az
Copy link
Collaborator

Nir-Az commented Feb 11, 2025

@rickwalder thanks,
If you ran into issues and want us to assist in opening a new PR for you please update.

@rickwalder rickwalder closed this Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants