Skip to content

Support Jet pack 6.2 - #287

Merged
ymodlin merged 17 commits into
devfrom
JetPack_6.2
Aug 4, 2025
Merged

Support Jet pack 6.2#287
ymodlin merged 17 commits into
devfrom
JetPack_6.2

Conversation

@Kontra2B

Copy link
Copy Markdown
Contributor

setup and build scripts reworked
support for native build
./setup_workspace.sh 6.2
./apply_patches.sh apply 6.2
./build_all.sh 6.2

Comment thread scripts/source_sync_6.x.sh Outdated
pushd "${LDK_SOURCE_DIR}" > /dev/null
git status 2>&1 >/dev/null
if [ $? -ne 0 ]; then
if ! git status 2>&1 >/dev/null; 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.

The way it was before is more readable

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Due to set -e at the begging you would never see the next line error otherwise

Comment thread scripts/setup-common Outdated

if [[ -z "$1" ]]; then
JETPACK_VERSION="5.0.2"
JETPACK_VERSION="6.2"

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.

Why?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Reverted with next commit

@ymodlin ymodlin changed the title Jet pack 6.2 Support Jet pack 6.2 Jul 24, 2025
@ymodlin ymodlin closed this Jul 29, 2025
@ymodlin ymodlin reopened this Jul 29, 2025
echo "Use: $1 [options]"
echo "Available general options are,"
echo " -h : help"
echo " -e : exit on sync error"

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.

Why did you remove this?

Comment thread setup_workspace.sh
if [[ "$JETPACK_VERSION" == "6.x" ]]; then
wget --quiet --show-progress https://developer.nvidia.com/downloads/embedded/l4t/r36_release_v3.0/toolchain/aarch64--glibc--stable-2022.08-1.tar.bz2 -O aarch64--glibc--stable-final.tar.bz2
tar xf aarch64--glibc--stable-final.tar.bz2 --strip-components 1
elif [[ "$JETPACK_VERSION" == "5.x" ]]; 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.

This is a good change but maybe it create the fail for 5.1.2

@ymodlin

ymodlin commented Jul 29, 2025

Copy link
Copy Markdown
Collaborator

After your change source_sync_6.x I agree that creating source_sync_5.x is good improvement.
This way it will be easy to add any minor change Nvidia is adding

ymodlin
ymodlin previously approved these changes Jul 31, 2025
@ymodlin
ymodlin merged commit 8d1d459 into dev Aug 4, 2025
5 checks passed
@ymodlin
ymodlin deleted the JetPack_6.2 branch August 4, 2025 11:58
ymodlin pushed a commit that referenced this pull request Sep 18, 2025
* support for Jetpack 6.2
* Update readme files

Authored-by: Wojciech Gladysz <wojciech.gladysz@gmail.com>
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