mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-21 00:49:27 +03:00
raspberrypi-bootloader: support Raspberry Pi 3 w/o U-Boot and explicitly support
Raspberry Pi Zero
This commit is contained in:
parent
bcb9e17bba
commit
1afff7c10b
5 changed files with 18 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, version, configTxt }:
|
||||
{ pkgs, configTxt }:
|
||||
|
||||
pkgs.substituteAll {
|
||||
src = ./raspberrypi-builder.sh;
|
||||
|
@ -6,5 +6,5 @@ pkgs.substituteAll {
|
|||
inherit (pkgs) bash;
|
||||
path = [pkgs.coreutils pkgs.gnused pkgs.gnugrep];
|
||||
firmware = pkgs.raspberrypifw;
|
||||
inherit version configTxt;
|
||||
inherit configTxt;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue