your firmware appear to be out of date

Screen Shot 2015-09-18 at 2.48.01 PM

Installing

Installing under Raspbian

To install the tool, run the following command:

sudo apt-get install rpi-update

Installing under other OSes

To install the tool, run the following command:

sudo curl -L --output /usr/bin/rpi-update https://raw.githubusercontent.com/Hexxeh/rpi-update/master/rpi-update && sudo chmod +x /usr/bin/rpi-update

Updating

Then, to update your firmware, just run the following command:

$ sudo rpi-update
$ sudo reboot

UPDATE_SELF

sudo UPDATE_SELF=0 rpi-update

Screen Shot 2015-09-18 at 2.58.08 PM
Raspberry Pi
CH01 簡介篇CH30 OpenCVCH02 準備作業系統RaspbianCH03 第一次開機與設定CH06 python 程式CH06 架設網站伺服器CH14 常見問題CH15 XBMCCH20 應用程式CH21 讀者問題集CH30 docker