Big Little Disable
#1
hello, i'm not a fan of low core, how can i disable the little core, they should not be visible also should not be addressed
#2
from the linux shell you can disable three A53 cores with
cpu 1-3 with

# echo 0 > /sys/devices/system/cpu/cpu1/online
# echo 0 > /sys/devices/system/cpu/cpu2/online
# echo 0 > /sys/devices/system/cpu/cpu3/online

put the commands into rc.local to get this reboot permanent.

One A53 core (cpu0) has to stay and you will loose the interrupt-binding
to this cores.

What gain do you expect from this move?


Possibly Related Threads…
Thread Author Replies Views Last Post
  Is it possible to disable the A72? capablegh 5 5,086 07-14-2021, 04:31 PM
Last Post: CounterPillow

Forum Jump:


Users browsing this thread: 1 Guest(s)