Raspberry Pi: full upgrade

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

Leave a Reply

Your email address will not be published. Required fields are marked *