Error on both heaters
-
@jay_s_uk That doesn't appear to have worked, is the firmware version available through YAT? Because if so then I'm seeing the version to be 2.05 still
-
@jay_s_uk Sorry I'm wrong, it says the version is 3.3.0
-
@messiahman can you post the output of M115?
-
@jay_s_uk sure, it's as follows:
FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 2.05.1 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2020-02-09b1<LF>ok<LF> -
@messiahman ok, your config is for RRF3 and you're only running RRF2.
Best thing to do is upgrade to RRF3 first by uploading this to the system tab in DWC https://github.com/Duet3D/RepRapFirmware/releases/download/3.0/Duet2and3Firmware-3.0.zip
And then upgrade to 3.3 by uploading this to the system tab in DWC https://github.com/Duet3D/RepRapFirmware/releases/download/3.3/Duet2and3Firmware-3.3.zipUpload the full zip and DWC will see to the rest
-
@jay_s_uk Ahhh that seems to have done the trick, thank you so much!
-
@jay_s_uk No, wait, the error came back, I think i have to reupload the duet 3.3 part. I'll see if this works
-
@jay_s_uk Ok so after retrying, I can no longer connect to the board. In YAT its telling me that I can't connect to the internet due to "another spi transfer pending"
-
@messiahman you probably need to update the wifi firmware.
send M552 S0
M997 S1
M552 S1 -
@jay_s_uk that m997 command comes up with "Error: M997: File 0:/firmware/DuetWiFiServer.bin not found<LF>ok<LF>"
-
@messiahman pop your SD card out and move duetwifiserver.bin from sys to firmware
-
@jay_s_uk Ahhh right, just did that and input all those codes
-
@jay_s_uk That seems to have done the trick! Thank you so much!