mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
update
This commit is contained in:
parent
9ba390ca28
commit
3263812697
4 changed files with 19 additions and 10 deletions
|
|
@ -26,6 +26,8 @@
|
|||
enable_gic=1
|
||||
armstub=armstub8-gic.bin
|
||||
arm_boost=1
|
||||
dtoverlay=vc4-fkms-v3d-pi4
|
||||
dtoverlay=
|
||||
|
||||
# Otherwise the resolution will be weird in most cases, compared to
|
||||
# what the pi3 firmware does by default.
|
||||
|
|
@ -65,6 +67,9 @@
|
|||
# Add pi-zero-2 specific files
|
||||
cp ${raspberrypifw}/share/raspberrypi/boot/bcm2710-rpi-zero-2.dtb firmware/
|
||||
cp ${raspberrypifw}/share/raspberrypi/boot/bcm2710-rpi-zero-2-w.dtb firmware/
|
||||
|
||||
# Add overlays
|
||||
cp -r ${raspberrypifw}/share/raspberrypi/boot/overlays firmware/
|
||||
'';
|
||||
populateRootCommands = ''
|
||||
mkdir -p ./files/boot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue