Ne işe yaradığını biliyorum , ama adı ne anlama geliyor ? Bir kısaltma mı? Bir cümleyle, vcgencmd'i Linux'ta yeni birine nasıl açıklarsınız?
Ne işe yaradığını biliyorum , ama adı ne anlama geliyor ? Bir kısaltma mı? Bir cümleyle, vcgencmd'i Linux'ta yeni birine nasıl açıklarsınız?
Yanıtlar:
vc
VideoCore anlamına gelir. gen
genel anlamına gelebilir. cmd
komut için.
Bu yorumdan tahmin edildiği gibi
/* Initialise general command service. Returns it's interface number.
This initialises the host side of the interface, it does not send
anything to VideoCore. */
bulundu vcgencmd.h
görüldüğü gibi burada ve bu araç geniş bir sorunu kullanılıyor olması genel komutlar VideoCore için.
Daha kolay bir link vcgencmd
Faydalı bulduğum komutlar aşağıdadır
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'in yorumu için https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=147781&start=50#p972790 adresine bakın .
vcgencmd
linux bir eser olmadığını unutmayın . Pi'ye (ve belki de Broadcom VideoCore işlemcili diğer cihazlara) özgüdür.