This repository was archived by the owner on Mar 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-26
lines changed Expand file tree Collapse file tree 3 files changed +3
-26
lines changed Original file line number Diff line number Diff line change 33
44 inputs = {
55 nixpkgs . url = "github:NixOS/nixpkgs/nixos-24.11" ;
6- u-boot-src = {
7- flake = false ;
8- url = "https://ftp.denx.de/pub/u-boot/u-boot-2024.07.tar.bz2" ;
9- } ;
106 rpi-linux-stable-src = {
117 flake = false ;
128 url = "github:raspberrypi/linux/stable_20241008" ;
Original file line number Diff line number Diff line change 1- { u-boot-src
2- , rpi-linux-stable-src
1+ { rpi-linux-stable-src
32, rpi-linux-6_6_67-src
43, rpi-linux-6_12_11-src
54, rpi-firmware-src
8483 compressFirmwareZstd = x : x ;
8584
8685 # provide generic rpi arm64 u-boot
87- uboot-rpi-arm64 = final . buildUBoot rec {
86+ uboot-rpi-arm64 = final . buildUBoot {
8887 defconfig = "rpi_arm64_defconfig" ;
8988 extraMeta . platforms = [ "aarch64-linux" ] ;
9089 filesToInstall = [ "u-boot.bin" ] ;
91- version = "2024.04" ;
92- patches = [ ] ;
93- makeFlags = [ ] ;
94- src = u-boot-src ;
9590 # In raspberry pi sbcs the firmware manipulates the device tree in
9691 # a variety of ways before handing it off to the linux kernel. [1]
9792 # Since we have installed u-boot in place of a linux kernel we may
You can’t perform that action at this time.
0 commit comments