-
Notifications
You must be signed in to change notification settings - Fork 17
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
Conversation
UPDATE Hi @rickwalder
|
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/ |
There was a problem hiding this comment.
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
Yeah can do, I'll be rebuilding with these changes again next week and will update this pr with any changes required |
Signed-off-by: Dmitry Perchanov <[email protected]>
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]>
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]>
Signed-off-by: Dmitry Perchanov <[email protected]>
Signed-off-by: Dmitry Perchanov <[email protected]>
According to the files changed something is wrong. |
Thank you! I tried to rebase yesterday and ran into some issues. I’ll probably close this pr and open a new one once I have something working (or you can feel free to close it)On Feb 10, 2025, at 11:57 PM, Nir Azkiel ***@***.***> wrote:
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.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@rickwalder thanks, |
Jetpack 6.2 compatibility