NixOS on ARM/Raspberry Pi: Difference between revisions
imported>Majewsky add RPi 4 as unsupported with link to GitHub issue asking for support |
imported>Samueldr mNo edit summary |
||
| Line 171: | Line 171: | ||
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 be appended to /boot/ | # camera working. These will be appended to /boot/config.txt. | ||
boot.loader.raspberryPi.firmwareConfig = '' | boot.loader.raspberryPi.firmwareConfig = '' | ||
start_x=1 | start_x=1 | ||