We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ hardware = { raspberry-pi."4".apply-overlays-dtmerge.enable = true; deviceTree = { overlays = [ { name = "vc4-kms-v3d-pi4"; dtboFile = "${config.boot.kernelPackages.kernel}/dtbs/overlays/vc4-kms-v3d-pi4.dtbo"; } ]; }; }; }
where kernelPackages = pkgs.linuxKernel.packages.linux_rpi4; fails with
kernelPackages = pkgs.linuxKernel.packages.linux_rpi4;
./broadcom -> /nix/store/pc46arc6g6bkx9ny2lsi9hparhizis0q-device-tree-overlays/./broadcom './broadcom/bcm2711-rpi-400.dtb' -> '/nix/store/pc46arc6g6bkx9ny2lsi9hparhizis0q-device-tree-overlays/./broadcom/bcm2711-rpi-400.dtb' './broadcom/bcm2711-rpi-4-b.dtb' -> '/nix/store/pc46arc6g6bkx9ny2lsi9hparhizis0q-device-tree-overlays/./broadcom/bcm2711-rpi-4-b.dtb' './broadcom/bcm2711-rpi-cm4.dtb' -> '/nix/store/pc46arc6g6bkx9ny2lsi9hparhizis0q-device-tree-overlays/./broadcom/bcm2711-rpi-cm4.dtb' Applying overlay vc4-kms-v3d-pi4 to bcm2711-rpi-400.dtb cp: cannot create regular file '/nix/store/vrs5pi8qi943svd9l4vmz2bmz984klcj-linux-5.15.32-1.20220331/dtbs/overlays/vc4-kms-v3d-pi4.dtbo.dtbo': Permission denied
Is this a regression or am I doing something wrong? Thanks.
The text was updated successfully, but these errors were encountered:
cc @carlossless @ettom
Sorry, something went wrong.
Hey @WizardUli, I've reproduced the issue and verified that the fix works in #518, hoping to get it merged soon It's merged.
Can you verify it works now?
close for now, we can re-open if it does not work.
No branches or pull requests
where
kernelPackages = pkgs.linuxKernel.packages.linux_rpi4;
fails with
Is this a regression or am I doing something wrong?
Thanks.
The text was updated successfully, but these errors were encountered: