回答:
vc
VideoCoreの略です。gen
一般を表すかもしれません。cmd
コマンド用。
このコメントから推測したように
/* Initialise general command service. Returns it's interface number.
This initialises the host side of the interface, it does not send
anything to VideoCore. */
見つかっvcgencmd.h
見られるように、ここと、このツールは、幅広い発行するために使用されているという事実一般的なコマンド VideoCoreにします。
よりフレンドリーなリンクvcgencmd
以下は私が便利だと思うコマンドです
vcgencmd get_config int
vcgencmd get_config str
for src in arm core h264 isp v3d uart pwm emmc pixel vec hdmi dpi ; do \
echo -e "$src:\t$(vcgencmd measure_clock $src)" ; \
done
for id in core sdram_c sdram_i sdram_p ; do \
echo -e "$id:\t$(vcgencmd measure_volts $id)" ; \
done
vcgencmd get_mem arm && vcgencmd get_mem gpu
vcgencmd display_power
vcgencmd get_throttled
get_throttledの解釈については、https: //www.raspberrypi.org/forums/viewtopic.php?f = 63&t = 147781&start = 50#p972790を参照してください
vcgencmd
これはLinuxアーティファクトではないことに注意してください。これはPi(およびBroadcom VideoCoreプロセッサを搭載した他のデバイス)に固有のものです。