Raspberry PI update
Updating the system Raspbian(Edit)
Login via ssh to server, and run
sudo apt-get update sudo apt-get upgrade
Update firmware Raspberry PI(Edit)
Install package rpi-update if need
sudo apt-get install rpi-update
update firmware with run command
sudo rpi-update
and restart
sudo shutdown -r now