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 | # camera working. These will be appended to /boot/configuration.txt. | ||
boot.loader.raspberryPi.firmwareConfig = '' | |||
boot.loader.raspberryPi. | start_x=1 | ||
gpu_mem=256 | |||
''; | |||
} | } | ||
</nowiki>}} | </nowiki>}} | ||
| Line 117: | Line 118: | ||
} | } | ||
</nowiki>}} | </nowiki>}} | ||
== Binary Cache == | == Binary Cache == | ||