差分
このページの2つのバージョン間の差分を表示します。
次のリビジョン | 前のリビジョン | ||
hardware:raspberry_pi:vcgencmd [2022/09/08 14:56] – 作成 ともやん | hardware:raspberry_pi:vcgencmd [2022/09/08 15:52] (現在) – [vcgencmd [-h/--help]] ともやん | ||
---|---|---|---|
行 2: | 行 2: | ||
===== vcgencmd のパッケージ情報 ===== | ===== vcgencmd のパッケージ情報 ===== | ||
+ | vcgencmd コマンドは libraspberrypi-bin パッケージに含まれている🤔\\ | ||
<WRAP color_term> | <WRAP color_term> | ||
<WRAP color_command>< | <WRAP color_command>< | ||
行 14: | 行 15: | ||
</ | </ | ||
+ | libraspberrypi-bin パッケージでインストールされるファイル一覧🤔\\ | ||
<WRAP color_term> | <WRAP color_term> | ||
<WRAP color_command>< | <WRAP color_command>< | ||
行 64: | 行 66: | ||
</ | </ | ||
+ | libraspberrypi-bin パッケージの説明🤔\\ | ||
<WRAP color_term> | <WRAP color_term> | ||
<WRAP color_command>< | <WRAP color_command>< | ||
行 88: | 行 91: | ||
</ | </ | ||
+ | ===== vcgencmd [-h/--help] ===== | ||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | $ sudo vcgencmd -h | ||
+ | </ | ||
+ | <WRAP color_result>< | ||
+ | Usage: vcgencmd [-t] command | ||
+ | Send a command to the VideoCore and print the result. | ||
+ | |||
+ | -t Time how long the command takes to complete | ||
+ | -h, --help | ||
+ | |||
+ | Use the command ' | ||
+ | |||
+ | Exit status: | ||
+ | | ||
+ | -1 problem with VCHI | ||
+ | -2 VideoCore returned an error | ||
+ | |||
+ | For further documentation please see | ||
+ | https:// | ||
+ | </ | ||
+ | </ | ||
+ | ※ 詳細なドキュメントについては、次を参照せよ🤤\\ | ||
+ | [[https:// | ||
+ | |||
+ | ==== version ==== | ||
+ | ファームウェアのバージョン🤤 (Raspberry Pi Zero WH)\\ | ||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | $ sudo vcgencmd version | ||
+ | </ | ||
+ | <WRAP color_result>< | ||
+ | Aug 26 2022 14: | ||
+ | Copyright (c) 2012 Broadcom | ||
+ | version 102f1e848393c2112206fadffaaf86db04e98326 (clean) (release) (start) | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ===== 参考文献🤤 ===== | ||
+ | [[https:// | ||
+ | [[qita> | ||