NixOS on RISCV/VisionFive 2: Difference between revisions

m Update to 24.05
Onny (talk | contribs)
Manually build a SD-card image: Remove patch which isn't required any more
Line 74: Line 74:


               # Additional configuration goes here
               # Additional configuration goes here
              hardware.deviceTree.overlays = [{
                name = "8GB-patch";
                dtsFile = "${nixos-hardware}/starfive/visionfive/v2/8gb-patch.dts";
              }];


               sdImage.compressImage = false;
               sdImage.compressImage = false;