Upgraded to 3.6.0B2, Now Wifi not working
-
So, I was running 3.6.0B1 on my Duet2Wifi and decided to upgrade.
I uploaded Duet2CombinedFirmware.bin, that brought up the warining about "Please use matching versions" (or some such), that was expected
I then uploaded
DuetWiFiModule_32S3.bin
DuetWiFiServer.binDialog box asked "Upgrade wifi firmware"? (or similar, can not remember exact wording). the checkbox was "yes" as default
I accepted.
Printer rebooted. But never came back on network.
Serial terminal shows wifi module being stuck in starting.
Any advice?
M115 FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.6.0-beta.1 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2024-09-24 10:07:04 ok M552 WiFi module is being started ok M552 WiFi module is being started ok M552 WiFi module is being started ok M552 WiFi module is being started ok
-
@janjoh Sounds like a failed WiFi flash. Send M122 to get a better understanding of what the WiFi is doing.
Try sending
M997 S1
from the terminal to reflash it. You may need to put the it in idle mode first, with M552 S0, or turn it off with M552 S-1 first. You only want DuetWiFiServer.bin, the other file is for some Duet 3 boards, but it should choose that automatically.Ian
-
@droftarts M122 didn't return anything. But, refresh was an instant success. Thank you
M997 S1 Trying to connect at 230400 baud: success, found ESP8266 Erasing 8192 bytes… Erasing 690688 bytes… Uploading file… 5% complete 10% complete 15% complete 20% complete 25% complete 30% complete 35% complete 40% complete 45% complete 50% complete 55% complete 60% complete 65% complete 70% complete 75% complete 80% complete 85% complete 90% complete 95% complete Upload successful ok WiFi module started WiFi module is connected to access point Mitt, IP address 172.25.74.150
-
@droftarts Oh crap.. I just realized that I sent M122 while disconnected.... So that would explain "didn't return anything". As in hitting enter at the end of M122 restarted the serial link.
Sorry,. I guess we'll never know what it thought it was doing
-
-