"isolcpus=" to enable offline cores Orin NX #1552
Unanswered
redeexpressos
asked this question in
Q&A
Replies: 1 comment
-
Refer to the Jetson developer guide for this kind of guidance. You will use nvpmodel to change the online CPU count, among other power-related features. See the section "Supported Modes and Power Efficiency" here: https://docs.nvidia.com/jetson/archives/r35.5.0/DeveloperGuide/SD/PlatformPowerAndPerformance/JetsonOrinNanoSeriesJetsonOrinNxSeriesAndJetsonAgxOrinSeries.html?highlight=nvpmodel#supported-modes-and-power-efficiency |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, on Jetson TX2 I was able to enable the offline/denver cores by adding
isolcpus=
to/boot/extlinux/extlinux.conf
. From what I understand, Orin does not usegrub-efi
, so this solution is not doable.Ive tried the
APPEND += " isolcpus="
yocto option, still no success.What would be the correct way?
Beta Was this translation helpful? Give feedback.
All reactions