feat: add nvidia-tegra-nvgpu extension for Jetson Orin NX (GA10B)#1062
Draft
schwankner wants to merge 1 commit intosiderolabs:release-1.13from
Draft
feat: add nvidia-tegra-nvgpu extension for Jetson Orin NX (GA10B)#1062schwankner wants to merge 1 commit intosiderolabs:release-1.13from
schwankner wants to merge 1 commit intosiderolabs:release-1.13from
Conversation
Adds a Talos system extension packaging the NVIDIA Jetson Orin GPU driver stack built from OE4T sources (patches-r36.5 / patches-rel-36): Modules: - host1x.ko + host1x_fence.ko — OE4T syncpoint support (GA10B fixes) - nvmap.ko, mc_utils.ko, governor_pod_scaling.ko — support modules - nvhost_ctrl_shim.ko — /dev/nvhost-ctrl bridge for JetPack 6 CUDA - nvgpu.ko — main GA10B Ampere GPU driver Kernel package built in siderolabs/pkgs#1518. Requires nvidia-firmware-ext for GPU firmware blobs. Tested: ~60 tok/s (qwen2.5:0.5b) on Jetson Orin NX 16GB, Talos v1.13.0. References: siderolabs/pkgs#1518
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.
Summary
Adds a Talos system extension packaging the NVIDIA GA10B GPU driver stack for Jetson Orin NX / Orin Nano (Tegra234 SoC).
** Draft — blocked on siderolabs/pkgs#1518** (kernel package must merge first to produce
nvidia-tegra-nvgpu-pkgimage)Modules
host1x.koERRATA_SYNCPT_INVALID_ID_0fixhost1x_fence.konvmap.komc_utils.kogovernor_pod_scaling.konvhost_ctrl_shim.ko/dev/nvhost-ctrlfor JetPack 6 CUDA runtime (SYNCPT_WAITMEX)nvgpu.koPerformance (Jetson Orin NX 16GB, Talos v1.13.0, CUDA 12.6)
qwen2.5:0.5b(Q4_K_M, full GPU offload)qwen3:4b(Q4_K_M, full GPU offload, 3.1 GB VRAM)Required companion extensions
nvidia-firmware-ext— GPU firmware blobs (PMU key, GSP firmware from JetPack r36.5)Dependency chain
References
patches-r36.5patches-rel-36