Agent skill · NVIDIA
jetson-init-image
Extract Jetson Linux + sample-rootfs tarballs and run apply_binaries.sh for the active target, then record bsp_image in the profile. Use after jetson-init-target; not for source-tree setup.
What it needs
About 4k tokens when loaded.
What this skill does
Initialize BSP Image Output is only bspimage: in the active profile: derived version plus rootpath only when overriding <workspace>/Image. When to invoke The user asks to extract, prepare, or initialize the BSP image. A downstream skill reports missing <bspimage.rootpath>/LinuxforTegra/. The active profile has no bspimage: block yet. Procedure Resolve target and image path Resolve the active profile per ../../context/target-platform-contract.md. Refuse if there is no active profile or referencedevkit: is missing. <workspace> is the parent of the active profile's target-platform/ directory. <bspimage.rootpath> defaults to <workspace>/Image. Profile state Action --- --- bspimage.rootpath exists Use it without prompting. bspimage: exists without rootpath Use <workspace>/Image. No bspimage: block Ask once: Enter for default, or absolute override path. For an override, validate that the closest existing parent is writable. Omit rootpath when the default is used. Determine GPU stack Use the shared GPU-driver invariant from ../../context/target-platform-contract.md. Derive the expected stack from referencedevkit.module.id and the catalogue: Chip family Module IDs Stack applybinaries.sh flag --- --- --- --- T234 / Orin p3701, p3767 nvgpu none T264 and later / Thor+ p3834 OpenRM --openrm Refuse unknown module IDs. The --openrm flag is only valid on BSP releases that ship the OpenRM stack; if the active BSP doesn't expose the flag, omit it regardless of what the target wants. Reuse or extract If <bspimage.rootpath>/LinuxforTegra/ already exists: 1. Do not extract over it unless the user explicitly requested re-extraction and accepted the overwrite risk. 2. Derive the on-disk version from LinuxforTegra/nvtegrarelease. Ask before replacing a different recorded bspimage.version. 3. Verify the installed GPU stack against the platform-derived expectation when possible. Detection precedence (first probe that yields a definitive answer wins): 1. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills NVIDIA/jetson-init-image