Dev & Engineering ✓ NVIDIA · Official jetsoncamera-bring-upmipi-csigmsldevice-tree-overlaykernel-dtbbsp

Jetson CSI Camera Customization

Generate and validate kernel device-tree overlays for MIPI and GMSL cameras on custom Jetson Thor or Orin carriers.

FollowSkills review · FSRS-2.0
Not recommended
50/ 100 5-point scale 2.5 / 5
Trust17 / 25 · 3.4/5

The skill scopes its actions, requires confirmation for wiring and commit messages, uses a read-only pin verifier, discloses device-tree/GPIO/I2C and downstream build/flash data flows, and warns about duplicate fragments and regulator errors that can break camera enumeration. However, it still modifies and commits BSP source, writes run-state data, and can chain into build, promotion, flashing, and validation without documenting a concrete rollback procedure. Licensing and attribution are also inconsistent: front matter says Apache-2.0, the skill card says CC-BY-4.0 AND Apache-2.0, while the supplied license metadata is NOASSERTION, so points are deducted.

Reliability8 / 20 · 2.0/5

The main workflow, prerequisites, failure signals, and dtc/fdtoverlay checks are described in useful detail, including handling for missing cpp headers and FDT_ERR_NOTFOUND. However, SKILL.md, procedure.md, and camera-overlay-templates/README.md visibly drift and conflict on commands, paths, downstream registration ownership, and the obsolete /jetson-modify-camera name. Nothing was executed, and there is no real test suite or CI evidence covering key paths, so the static cap requires a conservative deduction.

Adaptability8 / 15 · 2.7/5

The audience, Thor/Orin platforms, MIPI/GMSL scenarios, trigger phrases, prerequisites, and exclusions for UPHY/ODMDATA are reasonably clear. Chinese-language support and Chinese interaction guidance are absent, and boundaries for custom sensors and non-reference carriers still depend heavily on user-supplied documentation. The core function depends on local BSP tooling, with no evidence that it entirely depends on overseas services unreachable from mainland China, so no additional network deduction is applied.

Convention7 / 15 · 2.3/5

The material is layered into overview, invocation, procedure, gotchas, and references, with versioning, dependencies, example commands, known limitations, benchmark material, and some publisher-maintenance signals. It lacks a formal changelog and a clearly stated maintenance/update responsibility, and the skill card conflicts with SKILL.md on licensing and output details. Repository-level README information does not fully replace skill-specific governance documentation.

Effectiveness6 / 15 · 2.0/5

The skill provides a directly usable core workflow for sensor enumeration, DTSI preprocessing, single-fragment composition, device-tree verification, pin review, and downstream handoff, and the benchmark reports limited gains in correctness and effectiveness. However, the benchmark has only two positive tasks and no negative-trigger tasks, while static review cannot establish that generated overlays work on target hardware; users still need review, compilation, flashing, and on-device validation. The score therefore remains below the static ceiling.

Verifiability4 / 10 · 2.0/5

The evidence includes concrete paths, commands, gates, error strings, and two evaluation tasks, giving it some auditability. There is no independently checkable CI, committed test suite, reproducible output artifact, or external corroboration, and the benchmark results cannot be independently reproduced from the supplied files, so only limited static evidence credit is justified.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
Before you use it
  • SKILL.md conflicts with procedure.md and camera-overlay-templates/README.md on paths, commands, ownership, and the obsolete /jetson-modify-camera reference; reconcile these before publication.
  • Execution modifies and commits BSP source and may enter device flashing workflows; confirm exact targets, preserve recoverable commits, and add an explicit rollback procedure.
  • Licensing is inconsistent across Apache-2.0, CC-BY-4.0 AND Apache-2.0, and NOASSERTION; maintainers should resolve the governing license statement.
  • There is no Chinese interaction or localization guidance; mainland-China users may need to interpret English AskUserQuestion prompts and device-tree terminology.
  • The benchmark has only two positive cases, no negative-trigger cases, and no independently reproducible test artifacts; it does not prove hardware success.
See the full review method →

What does this skill do, and when should you use it?

This skill enables MIPI or GMSL camera sensors on custom Jetson Thor or Orin carrier boards. It reads wiring and mode information from NVIDIA in-tree sensor DTSI files, or collects wiring details for custom sensors. It appends a camera fragment to a composite kernel device-tree overlay, validates it with dtc and fdtoverlay, and commits the overlay to the BSP source repository. It does not allocate UPHY lanes, edit ODMDATA, or register overlays in the carrier flash configuration.

Resolves the active Jetson target and source documents; enumerates supported sensors by scanning in-tree per-platform camera DTBOs; checks carrier and module support against DTSI files, camera and platform documentation, schematics, and pinmaps; preprocesses or splices sensor DTSI content; appends exactly one camera-marked fragment to the composite custom overlay DTS; sets jetson-header-name when required; runs dtc, fdtoverlay, and pin_verifier.py checks; writes a run-state JSON sidecar; and commits the resulting overlay in the bsp_sources hardware repository.

  1. A Jetson Thor carrier-board developer needs to enable an NVIDIA-supported MIPI sensor from an in-tree DTSI.
  2. A Jetson Orin developer needs to bring up a GMSL sensor and validate NVCSI and tegra-capture-vi configuration.
  3. A developer needs to add another camera to an existing multi-sensor carrier configuration.
  4. A device boots but v4l2-ctl --list-devices does not show tegra-capture-vi channels.
  5. A developer is using a custom sensor and needs to provide wiring details derived from the carrier pinmap.

What are this skill's strengths and limitations?

Pros
  • Focused on camera bring-up for custom Jetson Thor and Orin carriers.
  • Uses NVIDIA in-tree DTSI content as the wiring and sensor-mode source of truth.
  • Includes checks for device-tree compilation, overlay application, duplicate fragments, missing symbols, and camera-related pin configuration.
  • Clearly separates camera overlay generation from ODMDATA, flash-conf, and upstream BSP image changes.
Limitations
  • Does not handle UPHY lane allocation, ODMDATA changes, or OVERLAY_DTB_FILE registration.
  • Requires prepared BSP source state, multiple hardware documents, and carrier-specific configuration data.
  • Custom sensors require user-supplied wiring information, while sensor mode tables must be copied from a suitable in-tree DTSI.
  • The supplied material provides no standalone test suite, platform support matrix, or performance measurements.

How do you install this skill?

Install the individual skill with the repository's documented skills CLI flow:

npx skills add nvidia/skills --skill jetson-customize-camera --yes

To target Codex explicitly:

npx skills add nvidia/skills --skill jetson-customize-camera --agent codex --yes

The README does not document another dedicated installation method for this skill.

How do you use this skill?

After installation, ask the agent for a scoped task such as “enable a MIPI camera on my custom Jetson Thor carrier” or “configure the GMSL camera on this custom Orin carrier.” The workflow requires an active profile, a Git-backed Linux_for_Tegra source tree, a carrier overlay tracker produced by jetson-derive-carrier, the in-tree sensor DTSI files, relevant hardware documentation, and dtc, cpp, and fdtoverlay on PATH. It is not intended for UPHY lane allocation or ODMDATA edits. The detailed Steps 1–7 are referenced in references/procedure.md, but that file's full contents are not included in the supplied material.

FAQ

Does this skill edit ODMDATA or the carrier flash configuration?
No. It explicitly leaves ODMDATA and the carrier flash configuration untouched. jetson-build-source owns OVERLAY_DTB_FILE registration.
Which Jetson platforms are covered?
The SKILL.md explicitly covers Tegra264 (Jetson Thor) and Tegra234 (Jetson Orin).
What can it check when camera enumeration fails?
It checks the complete sensor device-tree body, fragment merging, base-DTB symbols, regulator strings, and CAM I2C, MCLK, reset, and power GPIO configuration. Pin mismatches are routed to jetson-customize-pinmux.
Does the runtime workflow require network access?
The skill does not describe runtime network calls. The documented npx installation flow may need repository or CLI access, but the supplied material does not define an offline installation procedure.

More skills from this repository

All from NVIDIA/skills

Dev & Engineering ✓ NVIDIA · Official

Jetson PCIe Controller Customizer

Configure per-controller PCIe state, lane width, and link speed on custom Jetson Thor or Orin carriers.

Dev & Engineering ✓ NVIDIA · Official

Jetson BSP Source Builder

Rebuild Jetson BSP device trees, kernels, and modules from source changes and produce a deployable artifact manifest.

Dev & Engineering ✓ NVIDIA · Official

Jetson BSP Info Check

Verify Jetson BSP version, board configs, and rootfs state before flashing.

Dev & Engineering ✓ NVIDIA · Official

Jetson Target Platform Initializer

Create a Jetson target-platform profile for a reference devkit or custom carrier and update the active pointer.

Dev & Engineering ✓ NVIDIA · Official

Jetson Document Binder

Registers staged Jetson reference documents in the active target profile.

Dev & Engineering ✓ NVIDIA · Official

Jetson Pinmux Customizer

Generate Jetson carrier pinmux BCT configuration from an XLSM.

Automation & Ops ✓ NVIDIA · Official

Jetson BSP Download Assistant

Downloads and stages version-matched Jetson BSP, rootfs, sources, toolchains, and guides for NVIDIA Auto Setup.

Dev & Engineering ✓ NVIDIA · Official

Jetson UPHY Lane Allocation

Configure UPHY lane allocation for Orin and Thor custom carriers.

Dev & Engineering ✓ NVIDIA · Official

Jetson USB Port Customization

Safely enable, disable, or change Jetson USB port roles through a kernel device-tree overlay.

Dev & Engineering ✓ NVIDIA · Official

Jetson Memory Optimizer

Reclaim unused DRAM on headless or no-camera Jetson deployments.

Dev & Engineering ✓ NVIDIA · Official

Jetson BSP Image Validator

Validate a flashed Jetson BSP image on disk and on the target device.

Automation & Ops ✓ NVIDIA · Official

Jetson Device Info Snapshot

Capture a concise software, kernel, OS, and power-mode baseline from a running Jetson target.

Dev & Engineering ✓ NVIDIA · Official

Jetson Clock Customizer

Lock or cap Jetson CPU, GPU, and EMC clock behavior before flashing a BSP image.

Dev & Engineering ✓ NVIDIA · Official

Jetson BSP Image Flasher

Safely flash a promoted Jetson BSP image onto a Jetson device in RCM mode.

Dev & Engineering ✓ NVIDIA · Official

Jetson BSP Quick Start

Choose a Jetson BSP customization path and hand validated intake answers to the right setup skills.

Dev & Engineering ✓ NVIDIA · Official

Jetson Fan Curve Customizer

Safely maintain nvfancontrol fan profiles and boot defaults in a Jetson BSP.

Automation & Ops ✓ NVIDIA · Official

Jetson nvpmodel Power Mode Customizer

Safely customize Jetson BSP power modes, frequency caps, and the boot-default profile.

Automation & Ops ✓ NVIDIA · Official

Jetson BSP Image Initializer

Prepares a Jetson BSP image, applies binaries, and records its verified version.

Dev & Engineering ✓ NVIDIA · Official

Jetson Target Switcher

Switch the active Jetson target among existing platform profiles.

Automation & Ops ✓ NVIDIA · Official

Jetson Health Snapshot

Read-only diagnostics that consolidate a live Jetson’s hardware, resource, and service state.

Related skills