-
Notifications
You must be signed in to change notification settings - Fork 62
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
Jetpack update #778
Draft
juliuskoskela
wants to merge
13
commits into
tiiuae:main
Choose a base branch
from
juliuskoskela:jetpack-update
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Jetpack update #778
Conversation
This file contains 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
Signed-off-by: juliuskoskela <[email protected]>
juliuskoskela
temporarily deployed
to
internal-build-workflow
September 9, 2024 13:50 — with
GitHub Actions
Inactive
Signed-off-by: juliuskoskela <[email protected]>
juliuskoskela
force-pushed
the
jetpack-update
branch
from
September 9, 2024 17:06
3177905
to
d0777dc
Compare
juliuskoskela
temporarily deployed
to
internal-build-workflow
September 9, 2024 17:06 — with
GitHub Actions
Inactive
…tibility with new jetpack-nixos api Signed-off-by: juliuskoskela <[email protected]>
juliuskoskela
temporarily deployed
to
internal-build-workflow
October 24, 2024 13:18 — with
GitHub Actions
Inactive
Mic92
temporarily deployed
to
internal-build-workflow
October 29, 2024 10:17 — with
GitHub Actions
Inactive
Mic92
had a problem deploying
to
external-build-workflow
October 29, 2024 10:18 — with
GitHub Actions
Failure
juliuskoskela
temporarily deployed
to
internal-build-workflow
October 29, 2024 12:23 — with
GitHub Actions
Inactive
juliuskoskela
temporarily deployed
to
internal-build-workflow
October 29, 2024 12:23 — with
GitHub Actions
Inactive
juliuskoskela
temporarily deployed
to
internal-build-workflow
October 29, 2024 12:25 — with
GitHub Actions
Inactive
Signed-off-by: Tanel Dettenborn <[email protected]>
TanelDettenborn
temporarily deployed
to
internal-build-workflow
October 29, 2024 13:06 — with
GitHub Actions
Inactive
Signed-off-by: Julius Koskela <[email protected]>
juliuskoskela
temporarily deployed
to
internal-build-workflow
October 30, 2024 11:47 — with
GitHub Actions
Inactive
Signed-off-by: Julius Koskela <[email protected]>
juliuskoskela
temporarily deployed
to
internal-build-workflow
October 30, 2024 11:49 — with
GitHub Actions
Inactive
Signed-off-by: Tanel Dettenborn <[email protected]>
TanelDettenborn
temporarily deployed
to
internal-build-workflow
October 30, 2024 13:08 — with
GitHub Actions
Inactive
…ed code marked with TODO Signed-off-by: Tanel Dettenborn <[email protected]>
TanelDettenborn
temporarily deployed
to
internal-build-workflow
November 1, 2024 09:18 — with
GitHub Actions
Inactive
…nx/agx Signed-off-by: Julius Koskela <[email protected]>
juliuskoskela
temporarily deployed
to
internal-build-workflow
November 1, 2024 09:34 — with
GitHub Actions
Inactive
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.
WIP-status:
lib/mk-flash-script/default.nix
for clarity. These probably need to be reintroduced.(import "${jetpack-nixos}/overlay-with-config.nix" hostConfiguration)
is broken, the config is wrong.targets/nvidia-jetson-orin/flake-module.nix
, which is the callee oflib/mk-flash-script/default.nix
.Jetpack-Nixos Migration and Refactoring in Ghaf
Summary:
This pull request migrates the Ghaf repository to the latest Jetpack-Nixos version, focusing on refactoring key components related to flashing procedures for NVIDIA Jetson devices. Significant changes in the Jetpack-Nixos package structure, as well as constraints on cross-compilation and host system architectures, necessitated a series of updates to the flash script generation process.
Context:
system.build.jetsonDevicePkgs
needed to be replaced bypkgs.nvidia-jetpack
, and flashing is now limited to x86 systems, removing the previous capability for ARM-based flashing.References: