作者 主題: [config]check CPU temperature on rpitc2  (閱讀 4003 次)

0 會員 與 1 訪客 正在閱讀本文。

netman

  • 管理員
  • 俺是博士!
  • *****
  • 文章數: 17484
    • 檢視個人資料
    • http://www.study-area.org
[config]check CPU temperature on rpitc2
« 於: 2015-06-03 11:55 »
the rpitc2 seems not implemented with vcgencmd command

to enable this:
代碼: [選擇]
apt-get install ca-certificates git-core binutils
apt-get update
apt-get install binutils
wget https://raw.github.com/Hexxeh/rpi-update/master/rpi-update
cp rpi-update /usr/local/bin/
chmod +x /usr/local/bin/rpi-updat
rpi-update
reboot

then run:
代碼: [選擇]
sudo /opt/vc/bin/vcgencmd measure_temp
« 上次編輯: 2015-06-03 11:57 由 netman »