您的位置:首页 > 其它

orange pi zero armbian h2+芯片关闭GPU

2018-01-04 15:25 956 查看
root@o-pi-z:/home/zc# h3consumption -p
Active settings:

cpu       1200 mhz allowed, 1200 mhz possible, 4 cores active

dram      408 mhz

hdmi/gpu  off

usb ports active

eth0      100Mb/s/Full, Link: yes

wlan0     IEEE 802.11bgn  ESSID:off/any
Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm
Retry  long limit:7   RTS thr:off   Fragment thr:off
Encryption key:off
Power Management:on


上面那个是我的zero目前的设置

现在armbian提供了一个工具可以对CPU和GPU的情况进行调整

h3consumption 这个在目前4.13的主线下无法使用,3.4的BPM内核可以用
关闭GPU 就是  h3consumption -g off

还可以关闭核心,但是关闭wlan那个貌似意义不大 不如ifconfig wlan0 down........

h3consumption -h
Usage: h3consumption [-h/-H] [-p] [-g on|off] [-m max_cpufreq] [-c 1|2|3|4]
[-d dram_freq] [-D dram_freq] [-u on|off] [-e on|off|fast]

############################################################################

This tool allows to adjust a few consumption relevant settings of your
H3 device. Use the following switches

-h|-H           displays help or verbose help text
-p              print currently active settings
-g on|off       disables GPU/HDMI for headless use
-m max_cpufreq  adjusts maximum allowed cpu clockspeed (mhz)
-c 1|2|3|4      activate only this count of CPU cores
-d dram_freq    adjusts dram clockspeed (408 - 624 mhz)
-D dram_freq    like -d but as low as 132 mhz possible (experimental!)
-u on|off       enables/disabled all USB ports
-e on|off|fast  enables/disables Ethernet, the fast switch
forces 100 mbits/sec negotiation on gigabit devices
-w on|off       enables/disables Wi-Fi powermanagement when interface
su
4000
pports this and is controlled by network-manager
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息