How to disable 2 cores on SABRE for SD board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to disable 2 cores on SABRE for SD board

ソリューションへジャンプ
1,031件の閲覧回数
wpflueger
Contributor I

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?

ラベル(3)
0 件の賞賛
返信
1 解決策
850件の閲覧回数
AlbertT
Contributor V

You can disable cores in /sys/devices/system/cpu

For instance to disable CPU2  : echo 0 > /sys/devices/system/cpu/cpu2/online

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
851件の閲覧回数
AlbertT
Contributor V

You can disable cores in /sys/devices/system/cpu

For instance to disable CPU2  : echo 0 > /sys/devices/system/cpu/cpu2/online

0 件の賞賛
返信
850件の閲覧回数
wpflueger
Contributor I

Thanks - that's it!

0 件の賞賛
返信