Skip to content

Latest commit

 

History

History
executable file
·
13 lines (8 loc) · 632 Bytes

updating.md

File metadata and controls

executable file
·
13 lines (8 loc) · 632 Bytes

Updating the Kernel

If you are using the Raspberry Pi stock kernel, your system can be kept up to date by the rpi-update utility:

$ sudo rpi-update

This will install the latest packages, including the Linux kernel image. You will have to reboot your Pi after upgrading the kernel to switch to the updated kernel.

If you are using a compiled kernel you will need to rebuild your kernel again.

Custom configurations can usually be copied over between minor kernel updates, but it's safer to use the diff utility to see what's changed and repeat your changes on the new configuration.