Update SBD duet3 failed to doenload packages
-
Hello. I did an udate to the duet3 board, in SBC mode.
In the ssh console I use instructions from https://docs.duet3d.com/User_manual/Machine_configuration/SBC_setupsudo apt-get update >>>>> This commands ends with this:
W: Failed to fetch https://pkg.duet3d.com/dists/stable/InRelease Could not connect to pkg.duet3d.com:443 (134.209.94.168), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.The executing sudo apt-get upgrade finishes OK, but the firmware and DWC seems to not bhave been updated because I still has 3.3 version (I m suposed to update to 3.4)
What Im doing wrong?
-
@tinchus you would also need
sudo apt upgrade
The easiest is just to send this command which combines the two
sudo apt update && sudo apt upgrade -y
-
@jay_s_uk Sorry, I have updated the original post. I did that command. And that command finishes OK without error, but firware nor DWC has been updated
-
Can you post the results of sending M122?
Did DSF update?
Are you still getting any errors?