树莓派的超频与温度频率显示
原链接:http://www.pcwuyu.com/index.php/default/overclock-for-raspberry-pi.html
原分类: 默认分类, Linux
- 我使用的是B+版。
- 这是图片:
- 这是配置:
\1. More GPIO.
The GPIO header has grown to 40 pins, while retaining the same pinout for the first 26 pins as the Model A and B.
\2. More USB.
We now have 4 USB 2.0 ports, compared to 2 on the Model B, and better hotplug and overcurrent behaviour.
\3. Micro SD.
The old friction-fit SD card socket has been replaced with a much nicer push-push micro SD version.
\4. Lower power consumption.
By replacing linear regulators with switching ones we’ve reduced power consumption by between 0.5W and 1W.
\5. Better audio.
The audio circuit incorporates a dedicated low-noise power supply.
\6. Neater form factor.
We’ve aligned the USB connectors with the board edge, moved composite video onto the 3.5mm jack, and added four squarely-placed mounting holes.
- 系统使用的是:ArchLinuxARM,下载地址:http://archlinuxarm.org/os/ArchLinuxARM-rpi-latest.tar.gz
- 如何超频:
vi /boot/config.txt
- 如何查看当前CPU频率以及温度
查看频率
cat /sys/class/thermal/thermal_zone0/temp
查看温度
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
- 显示结果如下图
- 由图可知,当前CPU频率为900MHz,温度为29度。
以上!
本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。