Raspberry Pi Updates

While working on Pharo on a Raspberry PI, noticed that the OS version was quite old:

pi@raspberrypi:~ $ cat /proc/version
Linux version 4.14.52-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1123 SMP Wed Jun 27 17:35:49 BST 2018

After searching around, found the official RP site and ran these commands:

sudo apt update
sudo apt full-upgrade

Seems that vcgencmd should only be used to update when there is a reason, not just regular updates.

Posted by John Borden at 15 December 2019, 2:18 am with tags RaspberryPi link