How to enable CPU4~7 on power

There are only four CPUs running, and the remaining four CPUs are off, as shown in the screenshot below, how to configure so that all CPUs are turned on after booting, instead of manually entering the following configuration:

sudo su
echo 1 > /sys/devices/system/cpu/cpu3/online
echo 1 > /sys/devices/system/cpu/cpu4/online
echo 1 > /sys/devices/system/cpu/cpu5/online
echo 1 > /sys/devices/system/cpu/cpu6/online

Which Jetpack sw you’re using?

我們是在問你用哪一版Jetpack. 不是在問你jtop.

@WayneWWW ,抱歉,使用的是jetpack 5.1.4

請跑sudo nvpmodel -m 0 重開機之後再跑一次jtop或tegrastats

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.