Hardware and Software Environment:
-
Device: Jetson Orin (specific model to be confirmed)
-
JetPack Version: [Please specify your JetPack version]
-
Kernel: Linux 5.10.104
-
nproc output: 4
-
lscpu: Shows only 4 cores (0-3 online)
Problem Description:
My Jetson Orin device is only detecting 4 CPU cores instead of the expected 8 cores. The system seems to have hardware support for 8 cores based on nvpmodel configuration, but only 4 cores are actually available to the system.
Detailed Symptoms:
-
System Reports Only 4 Cores:
$ nproc 4 $ lscpu | grep -E "CPU\(s\)|On-line" CPU(s): 4 On-line CPU(s) list: 0-3 -
nvpmodel Shows 8-Core Configuration:
-
Current mode: MODE_30W (should enable all 8 cores)
-
nvpmodel -p --verboseshows configuration for CORE_0 to CORE_7 -
However, getting errors accessing CPU4-CPU7 device files
-
-
Error Messages:
NVPM ERROR: Error opening /sys/devices/system/cpu/cpu4/online: 2 NVPM ERROR: Error opening /sys/devices/system/cpu/cpu5/online: 2 NVPM ERROR: Error opening /sys/devices/system/cpu/cpu6/online: 2 NVPM ERROR: Error opening /sys/devices/system/cpu/cpu7/online: 2
Diagnostic Information:
CPU Topology:
$ cat /sys/devices/system/cpu/possible
0-3
$ cat /sys/devices/system/cpu/present
0-3
Physical CPU Devices:
$ ls /sys/devices/system/cpu/ | grep "^cpu[0-9]" | sort -V
cpu0
cpu1
cpu2
cpu3
What I’ve Tried:
-
Power Mode Changes:
-
Switched between different nvpmodel modes (0, 1, 2, 3)
-
All modes show the same 4-core limitation
-
-
Manual CPU Activation:
-
Attempted to manually enable cores via
/sys/devices/system/cpu/cpuX/online -
Device files for cpu4-cpu7 don’t exist
-
-
Kernel Parameter Check:
-
No
maxcpuslimitation in/proc/cmdline -
No apparent boot-time restrictions
-
Questions:
-
Is this a known issue with certain Jetson Orin variants?
-
Could this be a device tree or kernel configuration problem?
-
Are there specific firmware updates needed for proper 8-core detection?
-
How can I verify the actual hardware capabilities of my device?
Additional Information:
-
The device seems to be running well otherwise
-
GPU and other components appear functional
-
No obvious hardware damage or issues
Any guidance on diagnosing and resolving this core detection issue would be greatly appreciated!
