-
Notifications
You must be signed in to change notification settings - Fork 186
feat: add nvidia-tegra-nvgpu package for Jetson Orin (GA10B) #1518
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
Open
schwankner
wants to merge
18
commits into
siderolabs:main
Choose a base branch
from
schwankner:feat/nvidia-tegra-jetson-orin-main
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.
Open
Changes from 4 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ab7c963
feat: add nvidia-tegra-nvgpu package for Jetson Orin NX (GA10B)
schwankner 8805349
refactor: move OOT Makefile patching to scripts/fixup.sh
schwankner e60c74f
refactor: extract nvhost_host1x patch to script, fail on governor bui…
schwankner 6da63a1
chore: add renovate tags for OE4T kernel module dependencies
schwankner 0ca0ba0
refactor: use modules_install with INSTALL_MOD_STRIP=1 CONFIG_MODULE_…
schwankner fd4bb90
fix: release device ref, guard devnode mode, drop duplicate clang-oot
schwankner 335ee46
fix: add post-check to awk nvhost_host1x syncpt id=0 patch
schwankner 9e04f9c
chore: remove duplicate latent_entropy sed from nvgpu build block
schwankner 6ea1e15
chore: remove unused CONFTEST_OUT variable from fixup.sh
schwankner 311f187
fix: add -pkg suffix to name, register in .kres.yaml targets
schwankner 08a6cfd
fix: copy modules.order and modules.builtin into rootfs
schwankner 3f18915
chore: switch oe4t_nv_oot to patches-r36.5 branch
schwankner 6368e07
chore: extract clang-oot wrapper to scripts/clang-oot
schwankner 3624f1f
chore: remove modprobe.d softdep and debug find from install step
schwankner 76d0086
Merge branch 'main' into feat/nvidia-tegra-jetson-orin-main
schwankner 559098f
refactor: replace patch scripts with standard .patch files
schwankner 2c4167e
fix: correct oe4t_nv_oot_commit to patches-r36.5 HEAD (ea32e7f97dd0)
schwankner 754aee5
refactor: remove dead code from fixup.sh (kref_init + GCC_PLUGIN_LATE…
schwankner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
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.
Where do these revisions come from? They do not seem to be tags in the repos, so are they perhaps referenced by meta-tegra or whatever?
Please let us know how to recognize proper, released versions of these drivers and not WIP snapshots which may be unstable
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.
Valid concern. The three commits come from:
oe4t_nvgpu_commit(d530a48): OE4Tlinux-nvgpubranchpatches-rel-36— the project's default stable branch for the r36.x seriesoe4t_nv_oot_commit(ccf7646): OE4Tlinux-nv-ootbranchwip-r36.5-take-2— admittedly a WIP branch. A more stable alternative ispatches-r36.5(last updated 2026-03-05 with kernel 6.18 build fixes). I can switch to that.oe4t_hwpm_commit(4d8a699): OE4Tlinux-hwpmdefault branchNone have release tags — that is the current state of OE4T for GA10B on kernel 6.x.