Open shelvacu opened 5 months ago
Yes the 740 firmware isn't supported. I haven't figured out if/where there is version that could be integrated.
For windows, dell provides an updater: https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=d5c6n&lwp=rt
I was able to install fw version 731120WD
(labeled as for SN770) and it seems to be working just fine
$ sn740=nvme0
$ cat /sys/class/nvme/$sn740/model
WD PC SN740 SDDPTQD-1T00
$ cat /sys/class/nvme/$sn740/firmware_rev
731120WD
$ sudo nvme fw-log /dev/$sn740
Firmware Log for device:nvme0
afi : 0x2
frs1 : 0x3030303031313337 (73110000)
frs2 : 0x4457303231313337 (731120WD)
Thanks for diving into this.
According to a few sources the SN 740 is an OEM version of the SN 770.
While the NAND Flashs have different part numbers, the SN 770 and the SN 740 share at least the same controller.
While it seems to work in your case, I'm not confident to include these findings into the updater.
I totally agree you shouldn't install the firmware automatically; Could you include a link to more information when this model is detected so the user can make their own choice?
Sounds good. If i have some spare time i'll implement that
Running NixOS on a Framework 16
It seems SN740 isn't in the usual list at all, I'm not sure where to find firmware files for this drive.