Troubles upgrading duet 2 wifi firmware
-
Hello, I'd like to start this off by saying I'm a total Duet noob. I recently purchased a Deut 2 wifi, but it came with an older firmware version (2.05.1), I'm currently trying to update to version 3.0 so that after I can then upgrade to the latest version. I completed the steps to upgrade, the board seems to have upgraded properly, it responds to the M115 command by confirming it is version 3.0. However, my version of the Duet Web Controller Remains outdated at version 2.0.4 . The instructions for updating my board mentioned that uploading the zip file for the new firmware should update "firmware, IAP, WiFi firmware and DWC all at once", I don't know why my version of the DWC remains 2.0.4 . Any help would be greatly appreciated.
-
If you still have access to DWC. Upload these 3 zip files, one at a time in the system tab. Don't extract them. Reboot after each. Use M115 to verify the firmware has been applied.
https://github.com/Duet3D/RepRapFirmware/releases/download/2.05.1/Duet2Firmware-2.05.1.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.0/Duet2and3Firmware-3.0.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.3/Duet2and3Firmware-3.3.zip
That will get your firmware and DWC up to date.You can see the change logs here:
https://github.com/Duet3D/RepRapFirmware/wiki/Changelog-RRF-3.xFor your config, might be a good idea to run through the configurator tool and generate a fresh set for RRF3.
https://configtool.reprapfirmware.org/StartBackup your existing config files in the sys folder in case you want to switch back to RRF3. IT’s easy to switch back and forth, just upload the zip file for the version you want and then upload your config files.
These documents will come in handy during the conversion.
https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview
https://duet3d.dozuki.com/Wiki/Gcode -
@phaedrux Thank you very much! I followed your instructions and they worked. It looks like I had to update the board all the way to version 3.3 before my old version of the DWC upgraded. Onward to the next challenge.