Duet 3 + SBC: Random Freezes and Crashes
-
Please also post the output of this command run on the Pi
apt show duetsoftwareframework
-
or
apt list 2>/dev/null | grep "duet\|reprap"
just to make sure its all on the up and up -
@Danal @bearer
Of course; there you go:
pi@duet3:~ $ apt show duetsoftwareframework Package: duetsoftwareframework Version: 2.1.1 Priority: standard Section: electronics Maintainer: Duet3D Packaging Authority <pkg@duet3d.com> Installed-Size: unknown Depends: duetcontrolserver (= 2.1.1), duetsd (= 1.0.6), duettools (= 2.1.1), duetwebserver (= 2.1.0), duetwebcontrol (= 2.1.5), reprapfirmware (>= 2.1.1-1), reprapfirmware (<= 2.1.1-999) Homepage: https://pkg.duet3d.com Vcs-Git: https://github.com/chrishamm/DuetSoftwareFramework.git Download-Size: 1,706 B APT-Manual-Installed: yes APT-Sources: https://pkg.duet3d.com unstable/armv7 armhf Packages Description: Meta package for the full Duet software framework N: There are 25 additional records. Please use the '-a' switch to see them. pi@duet3:~ $ apt list 2>/dev/null | grep "duet\|reprap" duetcontrolserver/unstable,now 2.1.1 armhf [installed,automatic] duetruntime/unstable,now 2.1.1 armhf [installed,automatic] duetsd/unstable,now 1.0.6 all [installed,automatic] duetsoftwareframework/unstable,now 2.1.1 armhf [installed] duettools/unstable,now 2.1.1 armhf [installed,automatic] duetwebcontrol/unstable,now 2.1.5 all [installed,automatic] duetwebserver/unstable,now 2.1.0 armhf [installed,automatic] reprapfirmware/unstable,now 2.1.1-1 all [installed,automatic]
Ps: I actually had to reset the PSU after the crash otherwise the Pi wouldn't show on network
-
Please run another system update via
sudo apt-get update sudo apt-get upgrade
from SSH or a terminal on the Pi and this problem should be gone.
-
RC10 with duetsoftwareframework 2.1.1 has known crashes. You want RC10 with DSF 2.1.2.
At this moment, that combo is the highest release available. Therefore, a normal
sudo apt update sudo apt upgrade duetsoftwareframework
will install this.
-
Chris and I posted at the same time. We are saying the same thing (commands have same end result).
-
@bearer A (perhaps) slightly easier way to get the same thing. Note this was run on a machine with 2.0.0 installed.
apt list duet\* Listing... Done duetcontrolserver/unstable 2.1.2 armhf [upgradable from: 2.0.0] duetruntime/unstable 2.1.2 armhf [upgradable from: 2.0.0] duetsd/unstable,now 1.0.6 all [installed] duetsoftwareframework/unstable 2.1.2 armhf [upgradable from: 2.0.0] duettools/unstable 2.1.2 armhf [upgradable from: 2.0.0] duetwebcontrol/unstable 2.1.5 all [upgradable from: 2.1.3] duetwebserver/unstable 2.1.0 armhf [upgradable from: 2.0.0] apt list reprap\* Listing... Done reprapfirmware/unstable 2.1.2-1 all [upgradable from: 2.0.0-1]
-
Cool thank you @bearer @Danal and @chrishamm; I didn't know about the instability; everything's updated now, hopefully that fixes it!
-
Ok looks like it's much more stable now; the hotend heater still disappears from the graph and available sensor list every now and then but it doesn't stop it from running
It's just a bit nerve-racking to not have a way to monitor hotend temp at all times
-
RRF 3.01-RC11, DWC 2.1.6 and DSF 2.1.3 are now available. If the hotend heater still disappears after installing that version, please start a new thread about it.