DWC issue mini5 sbc 3.3b1
-
So when I start a print DWC isn't reporting a job started, it shows up in PD though and when the job finishes it shows up as complete in DWC. Any ideas?
RRF 3.3b2
PD v1.24
DWC v3.2.2 -
@carcamerarig said in DWC issue mini5 sbc 3.3b1:
PD v1.24
Are you able to update your PD firmware to the 3.x versions?
I'm not sure, but I would have expected your DWC version to match 3.3beta2 since it was also part of the release, but maybe that's not the case for SBC. I'm not sure.
When you updated to 3.3beta2 how did you update?
-
@Phaedrux said in DWC issue mini5 sbc 3.3b1:
@carcamerarig said in DWC issue mini5 sbc 3.3b1:
PD v1.24
Are you able to update your PD firmware to the 3.x versions?
I'm not sure, but I would have expected your DWC version to match 3.3beta2 since it was also part of the release, but maybe that's not the case for SBC. I'm not sure.
When you updated to 3.3beta2 how did you update?
downloaded 3.3b2 from the GitHub and used upload files in DWC, I downloaded PanelDueFirmware-5.0i-7.0i also from GitHub and used the same upload files in DWC but that's never changed PD fw.
-
I did dl DWC 3.3b2 before from [https://github.com/Duet3D/DuetWebControl/releases/tag/v3.3-b2](link url)
but after uploading in system - upload files still in general it shows 3.2.2, is that right? -
No, if you're using the SBC the update method is done through the terminal using
sudo apt update && sudo apt upgrade
That will update the pi and the Duet software to the latest stable version.
To update to a beta version on the SBC you would need to add the unstable repository and then update.
If you wish to use the latest unstable DSF components, you can run the following commands instead:
wget -q https://pkg.duet3d.com/duet3d.gpg
wget -q https://pkg.duet3d.com/duet3d-unstable.list
sudo mv duet3d.gpg /etc/apt/trusted.gpg.d/
sudo mv duet3d-unstable.list /etc/apt/sources.list.d/duet3d-unstable.list
sudo chown root:root /etc/apt/trusted.gpg.d/duet3d.gpg
sudo chown root:root /etc/apt/sources.list.d/duet3d-unstable.list
Please be aware that the unstable repository is meant for beta testers and that it can contain experimental code. For production use, the stable repository is strongly recommended.https://duet3d.dozuki.com/Wiki/Getting_Started_With_Duet_3#Section_Software_Installation
-
@Phaedrux said in DWC issue mini5 sbc 3.3b1:
No, if you're using the SBC the update method is done through the terminal using
sudo apt update && sudo apt upgrade
That will update the pi and the Duet software to the latest stable version.
To update to a beta version on the SBC you would need to add the unstable repository and then update.
If you wish to use the latest unstable DSF components, you can run the following commands instead:
wget -q https://pkg.duet3d.com/duet3d.gpg
wget -q https://pkg.duet3d.com/duet3d-unstable.list
sudo mv duet3d.gpg /etc/apt/trusted.gpg.d/
sudo mv duet3d-unstable.list /etc/apt/sources.list.d/duet3d-unstable.list
sudo chown root:root /etc/apt/trusted.gpg.d/duet3d.gpg
sudo chown root:root /etc/apt/sources.list.d/duet3d-unstable.list
Please be aware that the unstable repository is meant for beta testers and that it can contain experimental code. For production use, the stable repository is strongly recommended.https://duet3d.dozuki.com/Wiki/Getting_Started_With_Duet_3#Section_Software_Installation
excellent many thanks
-
If you're just getting started consider getting setup in standalone mode. That way you can focus on the Duet and not have to worry about the Pi just yet. It's then quite easy to transfer your config files over to the Pi setup.
-
@Phaedrux said in DWC issue mini5 sbc 3.3b1:
If you're just getting started consider getting setup in standalone mode. That way you can focus on the Duet and not have to worry about the Pi just yet. It's then quite easy to transfer your config files over to the Pi setup.
Thanks
Just printed my 1st Duet print -
It's beautiful.
-
@Phaedrux said in DWC issue mini5 sbc 3.3b1:
It's beautiful.
Really helpful last night thanks, your instructions were spot on and update went smoothly.