What problem does it solve?
Manually configuring PCIe controllers on Jetson Thor or Orin custom carrier boards requires coordinating two separate configuration surfaces (BPMP ODMDATA and kernel device-tree overlays), with mismatches causing silent boot failures, link timeouts, or inconsistent hardware state that is difficult to debug.
Core Features & Use Cases
- Per-controller PCIe configuration: Enable, disable, or adjust lane width and link speed for individual PCIe controllers on Jetson Thor (Tegra264) and Orin (Tegra234) platforms.
- Consistency validation: Automatically cross-checks ODMDATA settings against kernel overlay fragments to catch contradictory configurations before they are committed to the BSP source repository.
- Use case: Resolve issues where a custom carrier's PCIe slot or M.2 receptacle fails to enumerate after flashing, or adjust PCIe settings after running the UPHY lane allocation skill to reallocate lanes across controllers.
Quick Start
Use the jetson-customize-pcie skill to configure PCIe controllers for your active Jetson custom carrier profile after completing the UPHY allocation and carrier derivation prerequisite skills.