Add netboot support for Raspberry Pi 5#1768
Open
concatime wants to merge 8 commits intoNixOS:masterfrom
Open
Conversation
fkokosinski
reviewed
Feb 20, 2026
87f519e to
e245992
Compare
Raspberry Pi 2 will now have it too.
Raspberry Pi 2 will now have it too.
Raspberry Pi 2 and 3 will now have it too.
This module is required to have Ethernet in initial RAM disk.
e245992 to
34360c4
Compare
Contributor
Author
|
@fkokosinski can you approve my PR? |
Member
|
I have never made any changes to the raspberry-pi folder, I'm the wrong person to review this |
fkokosinski
approved these changes
Mar 2, 2026
fkokosinski
left a comment
There was a problem hiding this comment.
I've tested this on my Raspberry Pi 5.
LGTM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
This PR adds support for network booting for the Raspberry Pi 5.
Things done
In summary, I added some missing modules for the RP1 I/O controller, and the
macbmodule for Ethernet. I also took the liberty to cleanup the code by formatting it and adding a common configuration.nixos-hardwareandimporting it via
<nixos-hardware>or Flake input