DuetPi Bookworm builds featuring v3.5.1 stable now available
-
@chrishamm I noticed this new DuetPi image still uses the unstable repo for Duet files. Not a huge deal as I just pointed mine back to stable, but I'm assuming it might be an oversight in your images.
-
@PDBeal Thanks for reporting this, I'm going to rebuild the images later today. Users that already upgraded to this image version can use
M997 S2 F"stable"
as well to change back to the stable package feed. -
-
I've just published new DuetPi builds with v3.5.1 that actually use the right
stable
package feed. If you are on the previous 3.5.0-based image, please runM997 S2 F"stable"
followed byM997 S2
in DWC to install the latest v3.5.1 packages from the stable package feed. -
Confused, I just flashed the 64-bit version from the first post here and it is bookworm, but it's still 3.4.6. Should it have been giving 3.5.1?
Edit: Nm, cleared browser cache.
Edit Again: DWC is reporting version differences. DWC is 3.5.1 but RRF is 3.4.6. Tried M997 S2 and it said it was updating, but no change. Tried M997 S2 F"stable" and then M997 S2 and it did the same, with no update.
SSH into the pi and ran "apt install reprapfirmware" and it reported the version was already 3.5.1
Turns out I had to do "apt reinstall reprapfirmware" it reinstalled and flashed the board with 3.5.1 -
@blt3dp
M997
should've triggered the mainboard to update -
In the instructions, I note that https://docs.duet3d.com/en/How_to_guides/SBC_Buster_to_Bookworm says "Flash new image, possibly with customisations", however https://docs.duet3d.com/en/User_manual/Machine_configuration/SBC_setup#h-1-flash-the-image-file says "DO NOT apply any OS customisations. The current Duet image version (as of Jan 2024) runs on Buster, and applying customisations will stop it working."
Obviously, it is now Bookworm, so the latter message is known out of date, but it would be nice if this was consistent and if the customisations that can be set were defined - I'd like to set hostname, user name, password, and enable SSH in the imager. Is that going to break it?
-
@achrn you should be ok setting those.
I believe SSH is already enabled but setting it enabled in the pi imager will be fine too -
@blt3dp said in DuetPi Bookworm builds featuring v3.5.1 stable now available:
Edit Again: DWC is reporting version differences. DWC is 3.5.1 but RRF is 3.4.6. Tried M997 S2 and it said it was updating, but no change. Tried M997 S2 F"stable" and then M997 S2 and it did the same, with no update.
SSH into the pi and ran "apt install reprapfirmware" and it reported the version was already 3.5.1
Turns out I had to do "apt reinstall reprapfirmware" it reinstalled and flashed the board with 3.5.1I've had the same - new image gave me DSF 3.5.1 but did nothing for the firmware.
M997 S2
said it was doing something, but didn't (I didM999
and refreshed browser in between in case it was cached something).ssh to the pi and
sudo apt reinstall reprapfirmware
is what fixed it (thanks @blt3dp for posting that- saved me much headscratching I think).That's on a MB6HC with a toolboard 1LC and it was running 3.4.2
-
@achrn or use
M997
... Note the lack of S2 -
@jay_s_uk said in DuetPi Bookworm builds featuring v3.5.1 stable now available:
@achrn or use
M997
... Note the lack of S2Yes, I had cause to roll back to 3.4.2, so then came back back to 3.5.1 and
M997
(no S2) (followed byM997 B121
for the toolboard andM999
) worked fine. Thanks. -