Western Digital Firmware Update

This is a firmware update tool for Western Digital SSDs on Ubuntu / Linux Mint.

It provides a user-friendly interface to select the firmware version for the update process. It uses the Western Digital API and the NVME toolbox nvme-cli but is NOT associated in any case to them. It was originally developed for Frame.Work laptops, but should work with any Ubuntu / Mint device with Western Digital NVME SSD.

Installation

pip install wd-fw-update

# Or via source to get the latest version

git clone https://github.com/not-a-feature/wd_fw_update.git
cd wd_fw_update
pip install .