I'm evaluating the yocto linux distro on the sabresd board with i.mx6Quad processor.
Now I want to test the performance with a dual core processor.
How can I switch off 2 cores to get the dual core performance tested?
已解决! 转到解答。
You can disable cores in /sys/devices/system/cpu
For instance to disable CPU2 : echo 0 > /sys/devices/system/cpu/cpu2/online
在原帖中查看解决方案
Thanks - that's it!