Linux/fwupd
< Linux
fwupd
fwupd - This project aims to make updating firmware on Linux automatic, safe, and reliable. https://github.com/fwupd/fwupd
This project is configured by default to download firmware from the Linux Vendor Firmware Service (LVFS).
If you have a device with firmware supported by fwupd, this is how you can 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