-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
||
|
||
=== Libraries and applications | ||
|
||
https://github.com/raspberrypi/utils:: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this repo supplies the data for rpi-update? It might be worth adding something along those lines to give a better understanding of what the repo is actually for.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nah,
rpi-update
gets its data from https://github.com/raspberrypi/rpi-firmwareThere used to be a big difference between what's in https://github.com/raspberrypi/firmware and what's in https://github.com/raspberrypi/rpi-firmware (the latter used to also contain a bunch of files from the old
userland
repo), but these days the difference is much smaller.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps you could add a statement to the rpi-firmware repo's readme that states explicitly that it is the repo that
rpi-update
fetches firmware and kernel from?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
raspberrypi/rpi-firmware#2