jetson-validate-image

Validates Jetson BSP image integrity and functionality after flashing via static checks and on-target tests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that the Jetson Board Support Package (BSP) image is correctly flashed and functioning as expected after customization.

Core Features & Use Cases

  • Static Checks: Verifies the presence and correctness of required artifacts in the BSP image.
  • On-Target Tests: Performs smoke and regression tests on the flashed device.
  • Use Case: After customizing the BSP image, use this Skill to validate the integrity of the image and ensure it functions correctly on the target device.

Quick Start

Run the skill with: /jetson-validate-image

Frequently Asked Questions about jetson-validate-image

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

FAQPage Schema
How do I validate a Jetson BSP image after flashing?

To validate a Jetson BSP image after flashing, you can run static checks to verify required artifacts and perform on-target smoke tests to confirm the customizations function correctly on the device.

What is the best way to test the integrity of a customized Jetson BSP?

Testing the integrity of a customized Jetson BSP involves running static checks to verify artifact presence and executing on-target regression tests to ensure all customizations are applied correctly and functioning.

Does validating a Jetson BSP image require access to the target device?

Yes, validating a Jetson BSP image requires access to the target device and appropriate tooling to execute on-target tests that confirm the flashed image's correctness and functionality.

When do I need to run on-target tests for my Jetson BSP image?

You need to run on-target tests for your Jetson BSP image after customizing and flashing it, ensuring that the deployed image functions as expected and all modifications have been applied correctly.

Can I check for required artifacts in a Jetson BSP image without booting the device?

Yes, you can perform static checks to verify the presence and correctness of required artifacts in the Jetson BSP image without fully booting the device, confirming the image's integrity.