jetson-promote-image

Promote overlay files and built artifacts into staged Jetson Linux BSP images.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, yq, cmp, sudo, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill promotes overlay files and built artifacts into the staged BSP image, facilitating the deployment workflow of Jetson Linux Board Support Packages (BSPs).

Core Features & Use Cases

  • Overlay File Promotion: Automates the process of copying customized overlay files into the BSP image.
  • Built Artifacts Promotion: Facilitates the inclusion of built artifacts such as kernel images and modules into the BSP image.
  • Use Case: Ideal for engineers working on Jetson BSP customization, allowing them to stage all changes into the BSP image before flashing and validating.

Quick Start

Run the 'jetson-promote-image' skill to stage all Customize and Build outputs into the BSP image.

Frequently Asked Questions about jetson-promote-image

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

FAQPage Schema
How do I promote overlay files and built artifacts into a Jetson BSP image?

To promote overlay files and built artifacts into a Jetson BSP image, run the jetson-promote-image skill to automate copying customizations and built modules into the staged BSP image before flashing and validation.

What is the process for staging customized overlay files into a Jetson Linux BSP?

Staging customized overlay files into a Jetson Linux BSP involves promoting the overlay files directly into the staged BSP image, ensuring all customization changes are included in the final image for deployment workflows.

Do I need to initialize and build the BSP source before promoting artifacts into the image?

Yes, you need to properly initialize and build the BSP image and source before promoting artifacts, as the promotion process requires a staged BSP image to inject built artifacts and overlay files into.

Can I include built kernel images and modules when staging a Jetson BSP image?

Yes, you can include built kernel images and modules when staging a Jetson BSP image, as the promotion process facilitates the inclusion of built artifacts into the final BSP image for flashing.

What dependencies are required to stage overlay files into the Jetson Board Support Package?

Staging overlay files into the Jetson Board Support Package requires git, yq, cmp, and sudo dependencies to execute the scripts that copy built artifacts and overlay files into the BSP image.

When should I use artifact promotion for Jetson BSP deployment workflows?

You should use artifact promotion for Jetson BSP deployment workflows when you need to stage all Customize and Build outputs into the BSP image, ensuring customizations are validated before final flashing.