Hi,
I'm trying to disable the cores on Raspberry Pi 3 Model B, but to no avail.
The OS is Ubuntu MATE 16.04.
I've tried:
1) Editing /boot/cmdline.txt and add maxcpus=1
After that, I rebooted the Rpi, but it gave a blank screen. I couldn't boot into the OS.
2) Typing command below in terminal:
$ sudo -i
$ echo 0 > /sys/devices/system/cpu/online
However, I get "Permission denied".
Is there any ways to solve it?
Thank you.