How to upgrade NVMe SSD firmware on Linux Install NVMe CLI: $ git clone https://github.com/linux-nvme/nvme-cli $ make $ make install Check your current firmware version: $ sudo nvme id-ctrl /dev/nvme0 | grep fr fr : xxxx frmw : 0x17 Download the firmware update: $ sudo nvme fw-download /dev/nvme0 --fw=/path/to/nvme.fw Commit the update: $ sudo nvme fw-commit /dev/nvme0 --slot=0 --action=1 Reboot: $ sudo reboot Check if the firmware update was successful: $ sudo nvme id-ctrl /dev/nvme0 | grep fr fr : yyyy frmw : 0x17