Duet 3 6hc and raspberry pi 3 B+ DCS not started
-
hi,
Please help I've been trying all I can and followed step by step of this issues on this form ( besides the moving of the 18 and 22 pins )
https://forum.duet3d.com/topic/15145/duet3d-system-won-t-turn-on-now/37?_=1589914375261
and
https://forum.duet3d.com/topic/15551/duet3-pi-flashing-diag-led-after-wiring-24v-dcs-is-unavailable/159I've installed 3.1.1 Im on the unstable release. I've updated my Pi ( via Sudo command ) and board ( direct link bosa and erase pin ) . My SPI is on and shows ver .0.0 and 0.1 set to 800000 . I can connect to the pi via ssh and to the board through ssh and usb from pi to board . if i run a debug of the dcs server it says error could not connect to duet (board is not available (no header). i have no sd card in the board and only the pi has it . everything is powered through the board through the 40 pin connector to power the pi .
what should i test next ? do i dupont conecter next ? -
New pi came in today and I reloaded a fresh image and the issue is resolved ! Thank you for your help !
-
@Macgyver1307 said in Duet 3 6hc and raspberry pi 3 B+ DCS not started:
( besides the moving of the 18 and 22 pins )
That was only neccecary because his Raspberry Pi was damaged and pin 22 did not work.
Did you try running the loop back tests described in that thread to verify the SPI port on your Raspberry is okay, and are you sure the Duet and the Pi is connected the right way around?
-
yes, I verified the port, and the cable linking the two is correct and working via following the testing the other thread had. I can run an echo and push an m115 and receive the correct version back.
-
if you run
sudo journalctl -u duetcontrolserver -e
from ssh? -
@bearer said in Duet 3 6hc and raspberry pi 3 B+ DCS not started:
sudo journalctl -u duetcontrolserver -e
-
-
-
-
-
-
Huh, interesting. Was it working with any previous version? You might want @chrishamm to take a look at this one.
-
never worked first set up and I'm new to Duet. but learning lots!
-
any other thought on fixes? I ordered a pi 4 and it will be here Tuesday. Should I try stand-alone mode? thanks
-
could I have a kernel issue on the PI?
-
I tried making up Dupont jumpers and replaced the ribbon cable and still the same results as above. I'm thinking a duet 3 bord issue?
-
The
no header
error message indicates that the transfer ready pin works OK but the SPI data transfer did not. If you are not using DuetPi, please make sure that the SPI buffer size is 8KiB:pi@duet3:/home/pi# sudo cat /sys/module/spidev/parameters/bufsiz 8192
If it is still set to 4KiB (4096), create a file in /etc/modprobe.d as explained here.
-
@chrishamm said in Duet 3 6hc and raspberry pi 3 B+ DCS not started:
sudo cat /sys/module/spidev/parameters/bufsiz 8192
i checked and it is set to 8192
![0_1590156191075_f7572f46-d5a7-4ae0-b56c-bc339ca49cc2-image.png](Uploading 100%) -
-
I suggest you follow this post and check what happens: https://forum.duet3d.com/topic/15551/duet3-pi-flashing-diag-led-after-wiring-24v-dcs-is-unavailable/119?_=1590153541635
-
@Macgyver1307 you can probably copy/paste the text from the terminal and save some bandwidth.
Presumably you're using the DuetPi image?
Lacking another Pi to test, as you already have the du-pont style wires ready you could try to use the SPI1 bus and edit /opt/dsf/conf/config.json. The SPI loopback testing doesn't test the clock signal from the Pi so its possible it could be bust I guess, but its hard to definitively point at one or the other without tools or replacements.
ref pinout.xyz's nice pinout:
(Or wait for the Pi4 come Tuesday)