NixOS on ARM/Raspberry Pi: Difference between revisions

imported>Samueldr
m Adds note about vc4 modesetting for initrd
imported>Samueldr
m Updates list of modules needed for early mode setting
Line 236: Line 236:
<syntaxhighlight lang=nix>
<syntaxhighlight lang=nix>
{
{
   boot.initrd.kernelModules = [ "vc4" ];
   boot.initrd.kernelModules = [ "vc4" "bcm2835_dma" "i2c_bcm2835" ];
}
}
</syntaxhighlight>
</syntaxhighlight>