Duet3D System won't turn on now
-
After updating from 3.0-RC2 to 3.01-RC8, "dcs not available", same error.
(uploaded Duet3Firmware_MB6HC.bin on Webmenu / System).Repaired with:
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
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install with --reinstall duetsoftwareframeworkTested with:
apt list 2>/dev/null | grep duet | awk -F'[/ ]' '{print $1" "$3 }'Output:
duetcontrolserver 2.0.0
duetruntime 2.0.0
duetsd 1.0.6
duetsoftwareframework 2.0.0
duettools 2.0.0
duetwebcontrol 2.1.3
duetwebserver 2.0.0Thanks to everyone in this forum, solved it through you.
-
@Razurel said in Duet3D System won't turn on now:
Thanks to everyone in this forum, solved it through you.
Please clarify: is this problem now solved? If so, please use the Topic Tools button to select "Ask as question", then again to select "Mark as solved".
-
(That wasn't the original poster)
-
@bearer I have tried to recover a DUET3 6HC with the help of your script, but it fails half way through the process. It correctly detects and identifies the board and connects to it, however then after a while I get a similar
SAM-BA operation failed
error as you mentioned earlier.When trying on a windows machine with bossa I am able to read an image to a file as well as verify an image, but when I try to write an image it does not progress.
Any Idea what could be wrong?
-
@too You may need to use the erase jumper a few times to make it writable. I'm not sure why, but it can take a few attempts.
-
@too Seems to be a potential bug in the bossa that only triggers with the new cpu in the Duet3.
Is it reproducable on the Pi? If so I'd like you to try a patched bossa version (been unable to build a windows binary, but the linux one is easy).
Create a new topic and I'll get to the instructions when i find time, busy week this week, but i'll try to squeeze it in if noone beats me to it.
pull request to test https://github.com/shumatech/BOSSA/pull/121
(alternatively you could try the SAM-BA software from microchip/atmel)
-
Alright, thanks for the quick response. I'll give it a shot over the weekend and will update with the results.