Most Up to Date Firmware For Duet 2 Wifi-Duex 5 Combo
-
@phaedrux I used the configuration tool you linked to get customize my firmware in the first place and made sure to add the Duex 5 and it still output the firmware version discussed above. At the risk of doing this again and getting the same output, do you think it is just the correct and most up to date one or is there no chance just based on the M115 output
-
@jrcl You can't update from 2.05.1 directly to 3.3 without going through the intermediate versions stated above.
If you follow those instructions exactly, you'll get to 3.3
-
@alankilian Got it! Thank you
-
@Phaedrux I started the process but as I was uploading the 3.0 zip file things froze up on my end. I had to restart DWC and then lost connection and the ability to connect to my wifi with my Duet 2 wifi. To confirm after running M115:
FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.0 ELECTRONICS: Duet WiFi 1.02 or later + DueX5 FIRMWARE_DATE: 2020-01-03b3
and when trying to connect to the internet with M587 I got the error:
Error: Failed to add SSID to remembered listI'm guessing the interruption might have ruined the upload. Whats the best way to factory reset so I can restart this process?
-
Can you send M122 and see what wifi server version was applied?
The wifi server firmware may have failed to apply. You can send M997 S1 to reflash it.
-
This post is deleted! -
@phaedrux The M997 S1 command fixed it for me. Amazing! Okay back to your walkthrough
-
I have flashed 3.3 onto my Duet 2 Wifi and can connect to DWC. However, my PanelDue Display shows that its still trying to connect to the wifi with "connecting" in the top right. However, in YAT, utilizing the M552 command it shows I am connected to wifi, as my ability to use DWC confirms too. I tried to use M997 S1 to reflash again, but I see it doesn't work for 3.3 Is there another command I can use to reflash this one too? @Phaedrux
-
@jrcl said in Most Up to Date Firmware For Duet 2 Wifi-Duex 5 Combo:
However, my PanelDue Display shows that its still trying to connect to the wifi with "connecting" in the top right.
That indicates that the paneldue isn't able to connect to the duet. It's likely that your config.g is missing the command to enable it.
Add M575 P1 B57600 S1 to your config.g
You may also need to update the paneldue firmware
-
@phaedrux You guys are awesome! I have 3.3 and updated paneldue firmware on the machine successfully now. Thank you!
-
Good evening, i am having the same issue and was just wondering where abouts to add the command mentioned in config.g? thank you.
-
@winkle said in Most Up to Date Firmware For Duet 2 Wifi-Duex 5 Combo:
s just wondering where abouts to add the command mentioned in config.g?
Near the beginning would be best.
-
@phaedrux thank you, Iv just just updated to finware 3.0 on the duet 2 and 3.4 on the panel due so hopefully will work this time. It had a bit of melt down when I tried it before
-
@winkle said in Most Up to Date Firmware For Duet 2 Wifi-Duex 5 Combo:
Iv just just updated to finware 3.0 on the duet 2
Don't stop there. Next you should upload the 3.3 zip file to the system tab to get all the way up to date.
https://github.com/Duet3D/RepRapFirmware/releases/download/3.3/Duet2and3Firmware-3.3.zip
-
@phaedrux thank you. I’ll have a go at that next! Then just have to figure out how to get the printer specific config on there. . . Nothing like a good old project.