Fwupd: Difference between revisions
imported>Jtojnar m The package is already added to services.dbus.packages by the module. |
imported>Rudolph9 No edit summary |
||
Line 34: | Line 34: | ||
* Updates that can be applied live will be done immediately. | * Updates that can be applied live will be done immediately. | ||
* Updates that run at bootup will be staged for the next reboot. | * Updates that run at bootup will be staged for the next reboot. | ||
* The root user may be required to perform certain device updates. | * The root user may be required to perform certain device updates.}} | ||
}} |
Revision as of 16:21, 22 November 2023
fwupd is a simple daemon allowing you to update some devices' firmware, including UEFI for several machines.
Supported devices are listed here and more are to come.
Installation
To use and install fwup daemon and user space client, add following part to your config:
services.fwupd.enable = true;
Usage
To display all devices detected by fwupd:
$ fwupdmgr get-devices
To download the latest metadata from the Linux Vendor firmware Service (LVFS):
$ fwupdmgr refresh
To list updates available for any devices on the system:
$ fwupdmgr get-updates
To install updates:
$ fwupdmgr update