Support Jet pack 6.2 - #287
Merged
Merged
Conversation
ymodlin
reviewed
Jul 24, 2025
| pushd "${LDK_SOURCE_DIR}" > /dev/null | ||
| git status 2>&1 >/dev/null | ||
| if [ $? -ne 0 ]; then | ||
| if ! git status 2>&1 >/dev/null; then |
Collaborator
There was a problem hiding this comment.
The way it was before is more readable
Contributor
Author
There was a problem hiding this comment.
Due to set -e at the begging you would never see the next line error otherwise
ymodlin
reviewed
Jul 24, 2025
|
|
||
| if [[ -z "$1" ]]; then | ||
| JETPACK_VERSION="5.0.2" | ||
| JETPACK_VERSION="6.2" |
Contributor
Author
There was a problem hiding this comment.
Reverted with next commit
ymodlin
reviewed
Jul 29, 2025
| echo "Use: $1 [options]" | ||
| echo "Available general options are," | ||
| echo " -h : help" | ||
| echo " -e : exit on sync error" |
ymodlin
reviewed
Jul 29, 2025
| 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 |
Collaborator
There was a problem hiding this comment.
This is a good change but maybe it create the fail for 5.1.2
Collaborator
|
After your change source_sync_6.x I agree that creating source_sync_5.x is good improvement. |
ymodlin
previously approved these changes
Jul 31, 2025
ymodlin
approved these changes
Aug 4, 2025
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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