Can't Connect to Duet 3 over wifi after firmware update
-
@corvodewittv2 said in Can't Connect to Duet 3 over wifi after firmware update:
PanelDue 7i V2 Firmware 3.4.1-pre2
Can you update the firmware to 3.4.1 final?
https://github.com/Duet3D/PanelDueFirmware/releases/
I'm also trying to determine if your 7i V2 requires the card detect modification as well, or if it's perhaps a limitation of SBC mode.
Also I don't see
M950 D1 C"spi.cs0+spi.cs2"
in your config.g -
@phaedrux I'll update the firmware for the 7i.
I get this error from M950 D1 C"spi.cs0+spi.cs2":
Error: M950: exactly one of FHJPSR must be givenOh I did modify the card detect thing:
-
Note: if you are using an older version of either PanelDue 7i or PanelDue 5i, or a non-integrated version of PanelDue, then those do not support the CD signal. In that case you should omit the second port, for example:
M950 D1 C"spi.cs0"
-
@phaedrux said in Can't Connect to Duet 3 over wifi after firmware update:
M950 D1 C"spi.cs0"
Get the same error
M950 D1 C"spi.cs0"
Error: M950: exactly one of FHJPSR must be given
Also updated the firmware no change -
@phaedrux WAIT its says I have 2 sd cards (sd0 and sd1) sd0 is the boards internal memory and sd1 is the pi is that an issue????
Also M950 D1 also returns the same error. It seems like its not recognizing D1 as a valid command.
Is there a way to access the the files on the Pi from the PanelDue?
-
@corvodewittv2 said in Can't Connect to Duet 3 over wifi after firmware update:
Also M950 D1 also returns the same error. It seems like its not recognizing D1 as a valid command.
That means that the version of RepRapFirmware on your Duet 3 is tool old to support it.
-
@dc42 Am I missing something? Isn't this the most recent version?
Board: Duet 3 MB6HC (MB6HC)
DSF Version: 3.4.2
Firmware: RepRapFirmware for Duet 3 MB6HC 3.4.2 (2022-09-13) -
@corvodewittv2 I just noticed that you are running in SBC mode. SD cards attached to the Duet are not supported in SBC mode. You could use a USB stick attached to the Pi instead.
I will improve the error message in the next release.
-
@dc42 okay, would files from that show up on the paneldue display? I just need to be able to load files and start prints without wifi
-
@corvodewittv2 yes, that should work, although you may need to flash your SBC's microSD card again because the feature that makes external storages show up in dwc is still relatively new.