raspberrypi/firmware

This repository contains pre-compiled binaries of the current Raspberry Pi kernel and modules, userspace libraries, and bootloader/GPU firmware.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 56 minutes ago
Added to GitGenius on September 12th, 2026
Created on February 27th, 2012
Open Issues & Pull Requests: 400 (+0)
GitHub issues: Enabled
Number of forks: 1,693
Total Stargazers: 5,574 (+0)
Total Subscribers: 400 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.5 hours
Mean response time: 42.8 days
90th percentile: 11.8 days
Tracked items: 163

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed. Three people close 58% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 72
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 727 days
Stale 30+ days: 67
Stale 90+ days: 58

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Close within 30 days (18)
  • Waiting for response from OP (2)
  • Fixed - waiting for release (1)
  • enhancement (1)
  • question (1)

Detailed Description

Raspberry Pi firmware is a repository of pre-compiled binaries for Raspberry Pi hardware including the kernel, GPU firmware, bootloader, and kernel modules.

The repository serves as the distribution point for ready-to-use firmware components that Raspberry Pi devices require to boot and operate. Rather than requiring users to compile these components from source, the project provides pre-built binaries of the Linux kernel, GPU firmware, bootloader, device tree binaries, kernel modules, and associated userspace libraries. This approach eliminates the compilation step and ensures users have tested, compatible versions of these critical system components.

Developers maintaining Raspberry Pi systems or building distributions should use this repository when they need current, pre-compiled kernel and firmware binaries for their devices. The repository is the standard source for these components on Raspberry Pi hardware. It suits projects that require straightforward access to official kernel and firmware updates without the overhead of building from source. The contents are organized into clear directories: the boot directory contains GPU firmware, bootloader, kernel images, and device tree files; the extra directory holds system maps and device tree source; and the modules directory provides pre-built kernel modules.

The project receives regular updates to track the current state of Raspberry Pi kernel and firmware development. Maintenance activity shows consistent attention to keeping binaries current with upstream kernel changes. The repository serves as an active distribution channel rather than a static archive, with updates flowing through to reflect ongoing development in the Raspberry Pi Linux kernel and GPU firmware projects.