NixOS on ARM/Raspberry Pi: Difference between revisions

imported>Samueldr
m (removes newline as mediawiki is needlessly newline sensitive)
imported>Bkchr
m Adapt to latest pull request changes.
Line 101: Line 101:
   boot.loader.raspberryPi.uboot.enable = true;
   boot.loader.raspberryPi.uboot.enable = true;
   # These two parameters are the important ones to get the
   # These two parameters are the important ones to get the
   # camera working. These will set `start_x=1` and
   # camera working. These will be appended to /boot/configuration.txt.
  # `gpu_mem=256` in /boot/configuration.txt
   boot.loader.raspberryPi.firmwareConfig = ''
   boot.loader.raspberryPi.uboot.startx = true;
    start_x=1
  boot.loader.raspberryPi.uboot.gpu_mem = 256;
    gpu_mem=256
  '';
}
}
</nowiki>}}
</nowiki>}}
Line 117: Line 118:
}
}
</nowiki>}}
</nowiki>}}
== Binary Cache ==
== Binary Cache ==