Fwupd

From HPCWIKI
Revision as of 08:36, 14 November 2024 by Admin (talk | contribs) (Created page with "[https://fwupd.org/ fwupd] ([https://aur.archlinux.org/packages/fwupd-git/ fwupd-git])is a simple daemon to allow session software to update device firmware on your local machine. It's designed for desktops, but also usable on phones and headless servers. == Usage<ref>https://wiki.archlinux.org/title/Fwupd</ref> == To display all devices detected by ''fwupd'': $ fwupdmgr get-devices '''Note:''' Listed devices may not be updatable through ''fwupd'' (''e.g.'' Intel integ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

fwupd (fwupd-git)is a simple daemon to allow session software to update device firmware on your local machine. It's designed for desktops, but also usable on phones and headless servers.

Usage[1]

To display all devices detected by fwupd:

$ fwupdmgr get-devices

Note: Listed devices may not be updatable through fwupd (e.g. Intel integrated graphics). Alternative vendor solutions may be provided instead.


To download the latest metadata from the Linux Vendor firmware Service (LVFS):

$ fwupdmgr refresh

Note: This can be done automatically by enabling fwupd-refresh.timer.


To list updates available for any devices on the system:

$ fwupdmgr get-updates


To install updates:

$ fwupdmgr update

Note:

  • Updates that can be applied live will be done immediately.
  • Updates that run at bootup will be staged for the next reboot.
  • The root user may be required to perform certain device updates.

References