Finding Your Raspberry Pi’s System Information

Posted timmymanu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Finding Your Raspberry Pi’s System Information相关的知识,希望对你有一定的参考价值。

1 cat /proc/cpuinfo
2 vcgencmd measure_temp
3 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
4 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
5 cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
6 vcgencmd measure_clock arm
7 vcgencmd measure_volts core

To see which hardware codecs have been enabled, use “vcgencmd codec_enabled CODECNAME” whereCODECNAME is one of H264, MPG2, WVC1, MPG4, MJPG, or WMV9. For example:

1 vcgencmd codec_enabled H264

To see how the memory is split between the CPU and the GPU use:

vcgencmd get_mem arm && vcgencmd get_mem gpu
see how much free memory is available to the system use:
1 free -o -h

 

以上是关于Finding Your Raspberry Pi’s System Information的主要内容,如果未能解决你的问题,请参考以下文章