imx6q 可以关闭多余核心与gpu吗?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx6q 可以关闭多余核心与gpu吗?

795 Views
半醒的狐狸
Contributor I

因为高性能的需求很少,但是又必不可少.长时间开着太耗电,我能在工作过程中关闭多余的核心和gpu模块便于省电,然后在必要的时候再开启吗?

Labels (1)
0 Kudos
1 Reply

496 Views
joanxie
NXP TechSupport
NXP TechSupport

for cpu core, you can add "maxcpus=x" x is the number you need in the uboot command line.

for gpu,  if you use linux you can find the command in the reference manual:

To load the GPU driver, use the following command:
"insmod <PATH>/fgalcore.ko"
to un-install GPU driver, run the following command:
"rmmod <PATH>/galcore.ko"

0 Kudos