jetson-print-bsp-info

Print L4T version, board configurations, and rootfs state from a Linux_for_Tegra directory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to quickly and easily print a summary of Jetson BSP information from a Linux_for_Tegra root directory on the host PC, ensuring the correct version and configuration before flashing.

Core Features & Use Cases

  • BSP Info Summary: Provides a concise summary of the L4T version, supported board configurations, and rootfs state.
  • Pre-flashing Validation: Ensures that the BSP directory is valid and correctly configured before flashing to avoid potential issues.
  • Use Case: A user who has unpacked a Jetson BSP tarball can use this Skill to quickly check the L4T version, supported boards, and rootfs state before proceeding with flashing.

Quick Start

Run the 'jetson-print-bsp-info' skill with the optional 'L4T_ROOT' input specifying the path to the 'Linux_for_Tegra/' directory.

Frequently Asked Questions about jetson-print-bsp-info

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

FAQPage Schema
How do I check Jetson Linux_for_Tegra BSP version before flashing?▼

To check the Jetson BSP version before flashing, run the skill on your host PC to print a summary of the L4T version, supported board configurations, and rootfs state from the Linux_for_Tegra directory.

What is the best way to validate a Jetson BSP directory structure?▼

The best way to validate a Jetson BSP directory is to use a validation skill that quickly prints summary information, ensuring the L4T version and board configurations are correct before you proceed with flashing.

How do I verify supported board configurations in a Linux_for_Tegra package?▼

You can verify supported board configurations in a Linux_for_Tegra package by running this skill, which reads the BSP directory and prints a concise summary of supported boards and the rootfs state.

Can I specify a custom path to the Jetson L4T root directory?▼

Yes, you can specify a custom path to the Jetson L4T root directory by providing the optional L4T_ROOT input, pointing the skill to the specific Linux_for_Tegra folder for validation.

Why do I need to check rootfs state before flashing Jetson devices?▼

Checking the rootfs state before flashing Jetson devices ensures the BSP directory is valid and correctly configured, preventing potential flashing issues or failures caused by incomplete or corrupted root filesystems.