Updating to RRF 3.3 - issue
-
After a year not using my Delta with Duet2 Wifi i wanted to do the update today...installed the zip and get "update successful" Message...after the restart, the printer is dead. just message "connecting" in the upper right corner. Shutting down and inspected the SD Card. my /sys is still there...but theres no /firmware folder. Im quite sure that with 3.3 there should that folder...so what can i do?
-
@barracuda72 I forked this out of the old upgrade topic for RRF 3.3
The issue is probably that part of the 3.3 update was not successful. I assume you cannot connect over the network?
Please do the following:
- Put the "Duet2CombinedFirmware.bin" "Duet2_SDiap32_WiFiEth.bin" and "DuetWiFiServer.bin" into a /firmware directory on the SD card.
- connect over USB (using YAT or similar)
- Send M115 to check the version of firmware (report here)
- try sending M997 S1 to update the wifi server, then check if you can connect over the network.
Once oyu can connect again check the version of DWC you are running is 3.3.
-
@barracuda72 said in Updating to RRF 3.3 - issue:
just message "connecting" in the upper right corner.
Is this on your Paneldue? If so, you will need to add
M575 P1 B57600 S1
to your config.g along with likely a whole host of other config changes if you're coming from RRF2 to RRF3.You can see the change logs here:
https://github.com/Duet3D/RepRapFirmware/wiki/Changelog-RRF-3.xFor your config, might be a good idea to run through the configurator tool and generate a fresh set for RRF3.
https://configtool.reprapfirmware.org/StartBackup your existing config files in the sys folder in case you want to switch back to RRF2. Itβs easy to switch back and forth, just upload the zip file for the version you want and then upload your config files.
These documents will come in handy during the conversion.
https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview
https://duet3d.dozuki.com/Wiki/Gcode -
after i get connection with the 4th usb cable m115 gave me that respond
FIRMWARE_NAME: RepRapFirmware for Duet 2 WiFi/Ethernet FIRMWARE_VERSION: 3.3 ELECTRONICS: Duet WiFi 1.02 or later FIRMWARE_DATE: 2021-06-15 21:45:03the m997 s1 got me this after a update
WiFi module is connected to access point FRITZ!Box 6591 Cable LD, IP address 192.168.178.50after that i can connect via wlan...but readings are still wrong and the paneldue is still not functioning properly..cant home...cant do anything on the panel. do i have to do the update again?
-
i already was on a3.xx version as in my config i had already the M308 and afaik that change came with 3.xx.
Anyway..i can connect now but paneldue is still more or lesss dead..shows temp 0...can press the homebutton and get a beep but nothing happens -
If you updated from RRF2 to RRF3, you need to update the firmware on your PanelDue too...
RRF 3.1.0 and newer require PanelDueFirmware 1.24 or better.
-
Do you mean to say you already had M575 P1 B57600 S1 in your config?
Which 3.x version were you on previously?
What firmware version are you running on the PanelDue? You'll likely need to update it as well.
-
@phaedrux had on my v3 4.3 paneldue the 1.2 FW..just updated it to the 3.3 PanelDueFirmware-3.3.0-v3-4.3 (anywhre in my basement is still a 7" lcd..maybe i should change it, now that i know how to update it
the missing M575 was the solution...i had an early 3.x Version before...and just had a fly over over my config...will see what else not working properly in the moment will look into the config tool....what else is changed.
Thx for you help
-
-