jetson-init-image

Extract Jetson Linux BSP tarballs and apply binaires.sh for target platforms.

46|7|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/NVIDIA-AI-IOT/jetson-bsp-skills --skill jetson-init-image-nvidia-ai-iot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jetson-init-image
Source: https://github.com/NVIDIA-AI-IOT/jetson-bsp-skills/tree/main/skills/jetson-init-image
Command: npx skills add https://github.com/NVIDIA-AI-IOT/jetson-bsp-skills --skill jetson-init-image-nvidia-ai-iot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the initialization of a Jetson Linux BSP image and the application of binaires.sh, simplifying the setup process for developers working with NVIDIA Jetson hardware.

Core Features & Use Cases

  • Automate BSP Image Initialization: Extracts Jetson Linux + sample-rootfs tarballs and applies binaires.sh to initialize the BSP image.
  • Target Profile Resolution: Utilizes the active profile to determine the appropriate image and sample-rootfs tarballs for the target platform.
  • Version Tracking: Records the BSP image version and root path in the active profile for later use by other skills.

Quick Start

Initialize the BSP image by running the jetson-init-image skill.

Frequently Asked Questions about jetson-init-image

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Jetson Linux BSP image initialization and apply binaires.sh?

To automate Jetson Linux BSP image initialization, this Skill extracts the Jetson Linux and sample-rootfs tarballs, then applies binaires.sh to configure the target platform for software development and customization.

What is BSP image initialization for Jetson Linux and when do I need it?

BSP image initialization for Jetson Linux is the process of extracting base tarballs and applying binaires.sh to pre-configure the target platform. You need it before starting software development or customization on NVIDIA Jetson hardware.

What prerequisites do I need to initialize a Jetson Linux BSP image?

Initializing a Jetson Linux BSP image requires a resolved active profile and staged tarballs for both Jetson Linux and sample-rootfs. The active profile determines the appropriate tarballs for your target platform.

How does the active profile determine which sample-rootfs and BSP tarballs to use?

The active profile resolves the target platform configuration to select the appropriate Jetson Linux and sample-rootfs tarballs. After initialization, it records the BSP image version and root path for later use by other skills.

Can I use this BSP initialization process for any Jetson target platform?

You can use this BSP initialization process for Jetson target platforms that have a resolved active profile. The profile must be configured with the correct Jetson Linux and sample-rootfs tarballs staged for your specific hardware.

What limitations should I expect when applying binaires.sh to a Jetson Linux image?

A key limitation is that applying binaires.sh requires both Jetson Linux and sample-rootfs tarballs to be staged beforehand. Without a properly resolved active profile, the BSP image initialization cannot determine the correct target platform configuration.