-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ask_slot when there is a single slot #2
Conversation
Thanks for pointing this out. |
I also noticed that the url of the firmware is incorrect, I fixed it but still, I can't make the nvme to switch to the new one. |
Could you elaborate it further and provide a detailed log ( by running using the -vv flag) |
this was my change base_url = f"{BASE_WD_DOMAIN}/firmware/{model}/{version}/"
prop_url = f"{base_url}device_properties.xml"
...
firmware_url = f"{base_url}{root.findtext('fwfile')}" |
When I ran wd_fw_update it told me (as in my pr) that there was a single slot, but by running (after nvme download ...) After I ran the |
I still don't understand what the problem / bug is, or if there is even any. Please reboot your device, reset wd_fw_update to its original state (uninstall, reinstall) and provide the output of |
Sorry for the annoyance, maybe the issue wasthat the mode 2 didn't work for me and the 3 did, but anyway in order to make all work I had to change the URL of the firmware as in my previous comment. Cause it was https://wddashboarddownloads.wdc.com/wdDashboard/firmware/WD_BLACK_SN770_500GB/731120WD/731120WD.fluf and the URL in the repo is currently pointing to an URL that does not exist. |
No description provided.