Wifi not working after Update of firmware( Duet 2 Wifi)
-
I've updated the firmware files through the Duet web interface. From after wifi is not blinking in powerup and not starting. I've changed the whole firmware with the old firmware that I used, It's not working again. I replaced the same SD card with another Duet, it's working as expected. But when I'm using that SD card in this Duet, wifi is not connecting.
When I try to update the wifi details, it shows
Wifi fails with "another SPI transfer pending.when I'm trying to update the firmware, it shows as below
[20:26:15:626] Trying to connect at 230400 baud: success␊
[20:26:21:404] Erasing 4096 bytes...␊
[20:26:23:126] Erasing 196608 bytes...␊
[20:26:38:127] Erase failed␊
[20:26:38:127] Error: Installation failed due to timeout error␊Can you please guide me with, this? This happened to my two new Duet 2 wifi boards when I tried to update the firmware through the web interface.
Thank you.
-
Occasionally during the wifi firmware update the flash will fail silently. The solution is to send
M997 S1
from the USB terminal to initiate a re-flash. This typically fixes it. Send that command and let me know what it does. -
@Phaedrux
When I sent that command I got this
[20:26:15:626] Trying to connect at 230400 baud: success␊
[20:26:21:404] Erasing 4096 bytes...␊
[20:26:23:126] Erasing 196608 bytes...␊
[20:26:38:127] Erase failed␊
[20:26:38:127] Error: Installation failed due to timeout error␊Note:- All the motors are moving as expected when I'm sending commands serially. Only wifi is not working
-
@ajith_pinninti but did you send it again? thats just the same output that you posted in your first post
-
@jay_s_uk Yeah, I tried again. Same thing happened.
-
Please try sending this command sequence and report back what you get from each
M552 S-1
M552 S0
M552 S1
M997 S1