PinePhone: Difference between revisions

imported>Tom
m Camera: Remove now-merged PR
imported>Tom
Mention that fwupd can be used to flash the FOSS firmware as of https://github.com/NixOS/nixpkgs/pull/161935
Line 92: Line 92:
   config.mobile.device.firmware
   config.mobile.device.firmware
];
];
</syntaxhighlight>
=== Modem firmware ===
Per https://wiki.pine64.org/wiki/PineModems#Upgrade/switch_firmware_via_fwupd , fwupd can be used to flash the FOSS Modem firmware. To enable fwupd:
<syntaxhighlight lang="nix">
services.fwupd.enable = true;
</syntaxhighlight>
</syntaxhighlight>