Book Image

Raspberry Pi Server Essentials

By : Piotr J Kula
Book Image

Raspberry Pi Server Essentials

By: Piotr J Kula

Overview of this book

Table of Contents (16 chapters)
Raspberry Pi Server Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Updating the Raspberry Pi


The Pi essentially has three software layers: the closed source GPU boot process; the boot loader, also known as the firmware; and the operating system. As of writing this book, we cannot update the GPU code. But maybe one day, Broadcom or hardware hackers will tell us how to do this.

This leaves us with the firmware and operating system packages. Broadcom releases regular updates for the firmware as precompiled binaries to the Raspberry Pi foundation, who then release it to the public. The foundation and other community members work on Raspbian and release updates via the aptitude repository; this is where we get all our wonderful applications from.

In this early stage of development, it is essential to keep both the firmware and packages up to date so that you can benefit from bug fixes and new or improved functionality from the Broadcom chip.

Updating firmware

Updating the firmware used to be quite an involved process, but thanks to a user on GitHub who goes by the...