A simple daemon to allow session software to update firmware
C Meson Python Other
Latest commit 1fa6407 Jan 5, 2018 @bmwiedemann bmwiedemann committed with hughsie Use gzip -n
to prevent it from adding timestamps to .gz headers
to make package builds reproducible

See https://reproducible-builds.org/ for why this is good.
Permalink
Failed to load latest commit information.
.github .github: Add note how to find version before fwupd 0.9.6 Nov 6, 2017
.tx trivial: Add some files ready for a first release Mar 16, 2015
contrib debian: if OS environment variable isn't set, try to guess it Jan 4, 2018
data Allow specifying the maximum archive size in the daemon config Jan 3, 2018
docs Remove autoconf-isms from the meson configure options Nov 27, 2017
libfwupd Add more metadata to the user-agent string Dec 21, 2017
plugins unifying: Fix a compile warning with the latest GLib Jan 2, 2018
po Use gzip -n Jan 5, 2018
policy build: Refactor directory selection Nov 17, 2017
src Allow specifying the maximum archive size in the daemon config Jan 3, 2018
.gitignore Add gitignore Oct 12, 2017
.travis.yml contrib/debian: dynamically generate control file Nov 7, 2017
AUTHORS Add initial build files and enough code to launch a simple D-Bus daemon Feb 26, 2015
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md Sep 12, 2017
CONTRIBUTING.md Create CONTRIBUTING.md Sep 12, 2017
COPYING Add initial project files Feb 26, 2015
MAINTAINERS Add initial build files and enough code to launch a simple D-Bus daemon Feb 26, 2015
NEWS Release fwupd 1.0.2 Nov 28, 2017
README.md Remove www. from links to fwupd.org Dec 17, 2017
RELEASE trivial: post release version bump Nov 28, 2017
meson.build Use the new functionality in libgcab >= 1.0 to avoid writing temp files Dec 21, 2017
meson_options.txt Remove autoconf-isms from the meson configure options Nov 27, 2017
meson_post_install.sh Create /var/lib/fwupd by meson post install Apr 21, 2017

README.md

fwupd

Build Status Coverity Scan Build Status

This project aims to make updating firmware on Linux automatic, safe and reliable.

Additional information is available at the website: https://fwupd.org

Compiling

The most up to date compilation instructions are available in the Wiki

LVFS

This project is configured by default to download firmware from the Linux Vendor Firmware Service (LVFS).

This service is available to all OEMs and firmware creators who would like to make their firmware available to Linux users.

You can find more information about the technical details of creating a firmware capsule in the hardware vendors section of the fwupd website.

Basic usage flow (command line)

If you have a device with firmware supported by fwupd, this is how you will check for updates and apply them using fwupd's command line tools.

# fwupdmgr get-devices

This will display all devices detected by fwupd.

# fwupdmgr refresh

This will download the latest metadata from LVFS.

# fwupdmgr get-updates

If updates are available for any devices on the system, they'll be displayed.

# fwupdmgr update

This will download and apply all updates for your system.

  • Updates that can be applied live (Online updates) will be done immediately.
  • Updates that require a reboot (Offline updates) will be staged for the next reboot.

You can find more information about the update workflow in the end users section of the fwupd website.

Other frontends

Currently GNOME Software is the only graphical frontend available. When compiled with firmware support, it will check for updates periodically and automatically download firmware in the background.

After the firmware has been downloaded a popup will be displayed in Gnome Software to perform the update.

On Dell IoT gateways, Wyse Cloud Client Manager (CCM) has been built with fwupd support. The remote administration interface can be used to download and deploy firmware updates.