Duet3 Mini 3.2 firmware update fails, maybe?
-
So now if you upload the full zip file does it update correctly? At that point it should be good to go for future releases.
Things always get a bit tricky with beta releases and shifting IAP files.
-
@Phaedrux said in Duet3 Mini 3.2 firmware update fails, maybe?:
So now if you upload the full zip file does it update correctly? At that point it should be good to go for future releases.
Things always get a bit tricky with beta releases and shifting IAP files.
Do you mean go from 3.3 ALPHA back to 3.2 RELEASE?
I don't know - I will try.
Frederick
-
No change. M115:
FIRMWARE_NAME: RepRapFirmware for Duet 3 Mini 5+ FIRMWARE_VERSION: 3.3alpha ELECTRONICS: Duet 3 Mini5plus WiFi FIRMWARE_DATE: 2021-01-05
Is it the IAP BIN file or the UF2 file that has the version information?
Frederick
-
I just meant upload the whole zip to see if it works complain or change anything. I would expect it to stay at 3.3alpha
-
@Phaedrux said in Duet3 Mini 3.2 firmware update fails, maybe?:
I just meant upload the whole zip to see if it works complain or change anything. I would expect it to stay at 3.3alpha
No it worked without error but stayed at 3.3 alpha.
Anyway to get back to 3.2 release?
Frederick
-
@fcwilt said in Duet3 Mini 3.2 firmware update fails, maybe?:
Anyway to get back to 3.2 release?
I think the 3.3 alpha should be fine, but this is the loose firmware file included in the release for 3.2.
https://github.com/Duet3D/RepRapFirmware/releases/download/3.2/Duet3Firmware_Mini5plus.uf2
-
@fcwilt said in Duet3 Mini 3.2 firmware update fails, maybe?:
If I try to use the SDiap32 version of the file WITHOUT the SDapi version I get that error message about the missing file.
I renamed the file from SDiap32 to SDiap and tried again.They're given unique names so they can co-exist; is the version that goes with the currently running firmware that is requested when up/down-grading.
If you go back and forth, you might need more than one version, which is only possible if they have different names.
-
@bearer said in Duet3 Mini 3.2 firmware update fails, maybe?:
SDiap
the version that comes with the original files does not work correctly for upgrading.
see my linked post. dc42 posted a new version that works for normal upgrading.
-
@Veti said in Duet3 Mini 3.2 firmware update fails, maybe?:
@bearer said in Duet3 Mini 3.2 firmware update fails, maybe?:
SDiap
the version that comes with the original files does not work correctly for upgrading.
see my linked post. dc42 posted a new version that works for normal upgrading.
not sure how that invalidates saying "don't rename them" and "keep the previous version if going back and forth"
-
it does not invalidate them. i just said that the SDiap that came with the duet does not work correctly, so there is no point in keeping that.
-
The alpha 3.3 uf2 file was unintentionally included. It's now been replaced by the 3.2 release.
-
@Phaedrux said in Duet3 Mini 3.2 firmware update fails, maybe?:
The alpha 3.3 uf2 file was unintentionally included. It's now been replaced by the 3.2 release.
Just so you know I now have my board running 3.2 using the BIN file and the UF2 file that were mentioned in this topic.
One last question. There are two .GZ files in the SYS directory of the SD card as provided with the board. What are they?
Thanks much.
Frederick
-
I believe they are part of DWC? Not 100% sure. But based on their names they seem web related. manifest, robots.
-
@Phaedrux said in Duet3 Mini 3.2 firmware update fails, maybe?:
I believe they are part of DWC? Not 100% sure. But based on their names they seem web related. manifest, robots.
Thanks.
Frederick
-
What are the filenames? I can't think of any reason to have .gz files in /sys.
-
@dc42 said in Duet3 Mini 3.2 firmware update fails, maybe?:
What are the filenames? I can't think of any reason to have .gz files in /sys.
As requested:
manifest.json.gz
robots.txt.gz
Frederick
-
@fcwilt They're part of the web service worker configuration that was added as part of a PR. Newer versions of DWC upload them to /www where they belong. AFAIK the service worker config is needed for iOS to pin DWC as an "app" to the home screen.