odroid sbc working with duet3 mini but not with 6hc ?
-
i got the odroid c4 running with debian buster connected to a duet3 mini but the same board doesnt work with the duet3 6hc. with duet3 mini all fine, with duet 6hc nothing...
now i ask me what is wrong. the only different is that on the 6hc is the latest beta installed and on the mini the latest stable. on both boards i have removed the sd card. is that possible that this is the reason that i have to downgrade the 6hc to the stable and than i can connect to the sbc ?
-
@joeko said in odroid sbc working with duet3 mini but not with 6hc ?:
is that possible that this is the reason that i have to downgrade the 6hc to the stable and than i can connect to the sbc ?
Yes, or else upgrade the sbc to the latest unstable version of DSF.
-
@dc42 said in odroid sbc working with duet3 mini but not with 6hc ?:
@joeko said in odroid sbc working with duet3 mini but not with 6hc ?:
is that possible that this is the reason that i have to downgrade the 6hc to the stable and than i can connect to the sbc ?
Yes, or else upgrade the sbc to the latest unstable version of DSF.
ok now. flashed the stable firmware on the 6hc and now it is running from the odroid sbc
but now i have a new question.i use 3 z leadscrew ithe kinematic bedlevelling. i have created the bed.g
; bed.g
; called to perform automatic bed compensation via G32
; generated by RepRapFirmware Configuration Tool v3.3.4 on Sat >Oct 23 2021 07:25:18 GMT+0200 (Mitteleuropäische Sommerzeit)
;M561 ; clear any bed transform
;G29 ; probe the bed and enable compensation
G90
echo "Bett ausrichten"
M561
G28
M98 P"gantry_level.g"while move.calibration.initial.deviation >= 0.01
echo "Abweichung: " ^ move.calibration.initial.deviation ^ "mm" >^ " nochmal"
M98 P"gantry_level.g"echo "Fertig Abweichung: " ^ move.calibration.initial.deviation ^ >"mm"
echo "Drucker homen."
G28 Zwithout sbc modus i got the displaymessage after start levelling
"Bett ausrichten"
now in sbc modus i dont get this message until the levelling is finised. i dont get console message until the prozes is finished.
not on paneldue or on the browser. all messages at the same timeis that correct in sbc modus ?
-
This post is deleted! -
@joeko said in odroid sbc working with duet3 mini but not with 6hc ?:
now in sbc modus i dont get this message until the levelling is finised. i dont get console message until the prozes is finished.
not on paneldue or on the browser. all messages at the same timeIf you can, please upgrade your system to firmware 3.4.0beta6 via the unstable feed of the Duet3D package server, and test again. If you still have the same issue with that firmware, then this is one for @chrishamm to look at.
-