What problem does it solve?
Manually flashing Jetson BSP images to device-under-test (DUT) units is high-risk and error-prone, requiring precise handling of recovery mode, EEPROM validation, and board-specific configuration to avoid bricking devices or flashing incorrect firmware.
Core Features & Use Cases
- Preflight Validation: Automatically verifies BSP image readiness, DUT RCM mode status, and EEPROM values against the active target profile to catch mismatches before flashing.
- Chip-Aware Flash Tooling: Selects the correct NVIDIA flash tool (flash.sh or l4t_initrd_flash.sh) based on the DUT's chip family (T23x/Orin or T26x/Thor) and configured boot device.
- Post-Flash Handling: Manages T26x/Thor-specific post-flash resets and optional default user staging to skip first-boot OEM setup wizards.
Use case: An embedded engineer can use this skill to safely flash a customized Jetson Linux BSP to an Orin-based DUT after promoting overlay changes, with all safety and validation steps handled automatically to reduce human error.
Quick Start
Use the jetson-flash-image skill to flash your promoted Jetson BSP image to a DUT in RCM mode after confirming all preflight checks pass.