jnc probe
Detects NVIDIA Jetson hardware on the current system and reports a detailed hardware profile. Use this command to verify that your Jetson device is recognized correctly before setting up workspaces, configuring system requirements, or troubleshooting platform-specific issues.Usage
Options
Output
When Jetson hardware is detected, the command outputs a JSON object containing aJetsonProfile with the following fields:
Fields shown as “String or null” will be
null in the JSON output when the value cannot be determined (for example, when the corresponding file or package is not present).
Supported Hardware
Currently supports the Jetson Orin Nano with JetPack 6 (L4T R36.x). Support for additional Jetson modules and JetPack versions is coming soon.Examples
Jetson Orin Nano
Non-Jetson System
On a system without Jetson hardware, the command returns a profile with null values for hardware-specific fields:Integration with System Requirements
You can use the L4T version reported byjnc probe to configure system requirements in your jnc.toml. This ensures that packages requiring a specific L4T release are resolved correctly:
jnc probe first to confirm the L4T version on your device, then set the value in jnc.toml to match.