problem with firmware
-
So i have designed and built 12 different cnc machines and this is the first time using RRF. I am using a duet 2 board i was able to connect to the board with dwc and I tried uploading fw to 3.3. I then did some research and realized I had to update to 3 first. I did this and tried to go back to 3. When I try to connect via dwc I still get the incompatible fw error. If I hit reset i get a json error.
Edit.
So I seen this thread and I connect to the board with yat and i get rrf 3.0 with m115. Ive put a fresh copy of the sd card zip on the card after I thought I could just throw the bin file in the /sys foler. -
So what firmware is loaded when you send M115 via YAT? 3.0?
In that case you just need to place the correct DWC files for that version on the SD card and you can connect to the IP address of the Duet if you've connected it to your network. Once you have access to DWC you can upload the latest firmware update.
https://github.com/Duet3D/RepRapFirmware/releases/download/2.05.1/DuetWebControl-SD-2.0.7.zip
Extract that zip file into the /www folder on the SD card, replacing all the files in there.
Then when you've connected to the web interface, you can upload this entire zip file as is to update to the latest.
https://github.com/Duet3D/RepRapFirmware/releases/download/3.4.1/Duet2and3Firmware-3.4.1.zip
-
@phaedrux m115 shows rrf 3.0.
I'm away from the printer once I get home ill try ur suggestion -
Thank you very much.
3 was loaded after i extracted the files to the card. I tried the zip method to install 3.4.1, but it said there was missing bin files. So i just updated the 3.4.1 bin file manually
-
Does your firmware and DWC versions now match at 3.4.1?