Skip to content

Support jp7.0 - #14276

Merged
Nir-Az merged 4 commits into
realsenseai:developmentfrom
Kontra2B:support_jp7.0
Sep 9, 2025
Merged

Support jp7.0#14276
Nir-Az merged 4 commits into
realsenseai:developmentfrom
Kontra2B:support_jp7.0

Conversation

@Kontra2B

@Kontra2B Kontra2B commented Sep 8, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@Kontra2B
Kontra2B requested a review from Nir-Az September 8, 2025 10:20
Comment thread scripts/patch-realsense-ubuntu-L4T.sh Outdated
echo -e "\e[32mPrepare workspace for kernel build\e[0m"

if [ "6.0" = "$PATCHES_REV" ]; then
if [[ ! "6.0" > "$PATCHES_REV" ]]; then

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Quite complicated condition no?
Why not explicit

if [[ "$PATCHES_REV" >= "6.0" ]]; then

Comment thread scripts/patch-realsense-ubuntu-L4T.sh Outdated
patch -p1 < ${sdk_dir}/scripts/realsense-camera-formats-jammy-master.patch
patch -p1 < ${sdk_dir}/scripts/realsense-metadata-jammy-master.patch
patch -p1 < ${sdk_dir}/scripts/realsense-powerlinefrequency-control-fix-jammy.patch
if [[ ! "6.0" > "$PATCHES_REV" ]]; then

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

same

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I see it's all over, matter of style but it takes longer to understand the condition, I prefer the simpler way but since it's not a BUG, your call

@ymodlin
ymodlin self-requested a review September 8, 2025 11:12
Comment thread unit-tests/py/rspy/repo.py Outdated
name += '.exe'
import sys
for p in sys.path:
paths = os.environ.get('PATH')

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Please undo as it failed the tests

@Nir-Az
Nir-Az merged commit aa02e79 into realsenseai:development Sep 9, 2025
26 checks passed
Nir-Az added a commit that referenced this pull request Sep 14, 2025
Nir-Az added a commit that referenced this pull request Sep 14, 2025
…a2B - support for JP7.0 and fixed version comparison issues
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.

2 participants