Operating System:
Windows
Linux
Kit Version:
110 (Kit App Template)
109 (Kit App Template)
108 (Kit App Template)
107 (Kit App Template)
106 (Kit App Template)
105 (Launcher)
Kit Template:
USD Composer
USD Explorer
USD Viewer
Custom
GPU Hardware:
A series (Blackwell)
A series (ADA)
A series
50 series
40 series
30 series
GPU Driver:
Latest
Recommended (573.xx)
Other
**Work Flow:**Earth-2 Weather Analytics Blueprint on DGX Spark (aarch64)
**Main Issue:**kit-kernel 110.0.0 linux-aarch64 package not accessible via urm.nvidia.com or NGC
**Reproduction Steps:**Run bash repo.sh build on DGX Spark after updating kit-sdk.packman.xml to 110.0.0
**Error Code:**Connection failure. Retries exhausted. Package not found on specified remote servers (name: kit-kernel, version: 110.0.0+feature.linux-aarch64.release)
Hey team,
Very first post and relatively new to the developer world but I own a DGX Spark and Iāve been working my way through the official playbooks and blueprints ā building, testing, and tearing down each one to really understand the stack.
Iām currently attempting the Earth-2 Weather Analytics blueprint and Iāve made significant progress getting it ready for aarch64. Steps so far:
- Identified that the blueprintās E2CC component was pinned to Kit SDK 106.5.0, which predates ARM support
- Updated deps/kit-sdk.packman.xml to target kit-kernel 110.0.0 using the format from the current kit-app-template
- Successfully compiled onnxruntime-gpu 1.25.0 from source against CUDA 13 and Compute Capability 121 (Blackwell) ā not available on PyPI for aarch64
- Confirmed the DFM containers, Redis, and FourCastNet NIM all have aarch64 support
The one missing piece is kit-kernel 110.0.0 for linux-aarch64. Packman correctly resolves the package name as:
kit-kernel@110.0.0+feature.linux-aarch64.release
And packman attempts to fetch it from:
urm.nvidia.com/artifactory/ct-omniverse-generic/pkgs/kit-kernel/
However urm.nvidia.com does not resolve in public DNS ā it appears to be an internal NVIDIA registry not accessible outside NVIDIAās network. I also tried the NGC CLI and downloaded kit-sdk-linux 110.0.0 via:
ngc registry resource download-version "nvidia/omniverse/kit-sdk-linux"
The downloaded package is kit-sdk@110.0.0+feature.manylinux_2_35_x86_64.zip ā x86_64 only. No aarch64 variant is listed on NGC.
Kit SDK 109.0.1 release notes explicitly state ARM platform support was added targeting DGX Spark. Kit 110.0.0 added aarch64 shader compiler support. The code clearly supports ARM ā but I canāt find the aarch64 kit-kernel binary through any public channel.
My question: has kit-kernel 110.0.0 for linux-aarch64 / manylinux_2_35_aarch64 been published to urm.nvidia.com or NGC? If not, is there a timeline or an alternate access path for DGX Spark owners?
Iām happy to be pointed to another forum if this is the wrong place. Any help for a Spark user would be greatly appreciated.
Hardware: DGX Spark, GB10 Grace Blackwell, 128GB unified RAM, aarch64, headless
Kit version targeted: 110.0.0
OS: DGX OS (Ubuntu 24.04)
