Update the Firmware and Kernel

The Debian image already comes with firmware for the Pi, but the developers of the Linux kernel and the Pi’s firmware release updates frequently. New releases usually contain bug fixes and improvements, so it’s beneficial to update both the kernel and the firmware from time to time. To check which versions of the kernel and firmware are installed on your Pi, run the following commands:

 
pi@raspberrypi ~ $ ​uname -a
 
Linux raspberrypi 3.10.25+ #622 PREEMPT Fri Jan 3 18:41:00 GMT 2014 armv6l GNU/Linux
 
pi@raspberrypi ~ $ ​/opt/vc/bin/vcgencmd version
 
Jan 6 2014 21:16:43
 
Copyright (c) 2012 Broadcom
 
version b00bb3ae73bd2799df0e938b7a5f17f45303fb53 (clean) (release)

You can find the latest version of all files ...

Get Raspberry Pi, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.