Running the following commands on Raspbian updates all packages, the distribution and firmware. The system has to reboot twice.
Software
sudo apt-get update
sudo apt-get dist-upgrade
reboot
Firmware
sudo rpi-update
reboot
Running the following commands on Raspbian updates all packages, the distribution and firmware. The system has to reboot twice.
sudo apt-get update
sudo apt-get dist-upgrade
reboot
sudo rpi-update
reboot