NixOS on ARM/Raspberry Pi 4: Difference between revisions

imported>N0nameuser
fix information about minimal rpi4 config,
imported>N0nameuser
The missing SD Card doesnt spam the dmesg log
Line 84: Line 84:
Now reboot the device so it can update the firmware from boot partition.
Now reboot the device so it can update the firmware from boot partition.


When running from USB device without SD card present, kernel spams log about missing SD card, workaround for this is to set:
{{outdated|This will only work when not using U-Boot. Configuring through an overlay will be required.}}
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{
  boot.loader.raspberryPi.firmwareConfig = "dtparam=sd_poll_once=on";
}
</nowiki>}}
=== GPU support ===
=== GPU support ===