Skip to content

Add links to firmware and rpi-eeprom repos #4130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions documentation/asciidoc/computers/software-sources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ The following is a curated list of repositories which most people are interested
https://github.com/raspberrypi/linux::
This repository contains the source code for the downstream Linux kernel supported and working on all versions of Raspberry Pi from Pi 1 to Pi 5.

https://github.com/raspberrypi/firmware::
This repository contains the closed source firmware, although the following two links are useful:
* https://github.com/raspberrypi/firmware/commits/master/[Changelog for the firmware]
* https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README[Device tree overlay README]

https://github.com/raspberrypi/rpi-eeprom::
Installation scripts and binaries for the Raspberry Pi 4 and Raspberry Pi 5 bootloader EEPROMs including the https://github.com/raspberrypi/rpi-eeprom/releases[releases]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of the github Releases page, I use the page at https://github.com/raspberrypi/rpi-eeprom/blob/master/releases.md to access release notes for the EEPROM firmware for BCM2711 and BCM2712-based devices separately. The releases for 2711-based devices don't say '2711' anywhere in the name of each release, and are mixed in with the 2712 releases on the github Releases page, so it's harder to keep track of which release is for which device family (i.e. 2711 versus 2712-based).


=== Libraries and applications

https://github.com/raspberrypi/utils::
Expand Down