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