Device firmware

From HPCWIKI
Jump to navigation Jump to search

How can I upgrade my device firmware from the command line (Ubuntu)[1]

Install fwupd 
$ sudo apt install fwupd

Get a list of devices that support firmware updates with fwupdmgr, its source database for devices' firmware. You can add more sources by configuring them in /etc/fwupd/remotes.d/.
$ fwupdmgr get-devices

To update device firmware, you can run the following command:
$ sudo fwupdmgr get-updates
$ sudo fwupdmgr update

Referencs