Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Macgyver1307
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 29
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by Macgyver1307

    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      Sorry . But I formatted it to put the new image when I got the new pi working . I thought that I had some time and could do the same flash as the new card and pi and it’s crazy it worked . I did use the pi lite image this time compared to the one that was shipped with the board. Maybe that was it ?

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      so the problem was the image > I redid the pi3 with a fresh image also and the pins worked. but I'm running the pi 4 on my duet 3!

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      New pi came in today and I reloaded a fresh image and the issue is resolved ! Thank you for your help !

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      yeah crazy it's not working. the sd card is the one from the duet 3 box I got last week. my duet 3 is working in standalone mode for the moment. this pi had a gpio header touch screen the image before I used it as a duet pi. the question is do I wait till Tuesday with the new PI 4 and just try the sd card in it or do I flash a new complete fresh start on it?

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      @bearer said in Duet 3 6hc and raspberry pi 3 B+ DCS not started:

      should

      pi@duet3:~ $ sudo ~/spidev-test/spidev_test -v -s 8000000 -D /dev/spidev1.2
      spi mode: 0x0
      bits per word: 8
      max speed: 8000000 Hz (8000 KHz)
      TX | FF FF FF FF FF FF 40 00 00 00 00 95 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF F0 0D  | ......@....▒..................▒.
      RX | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  | ................................
      pi@duet3:~ $
      
      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      e6a632e9-4fae-4c11-bd11-02a167ab24d4-image.png

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      @bearer said in Duet 3 6hc and raspberry pi 3 B+ DCS not started:

      -D /dev/spidev0.1

      pi@duet3:~/spidev-test $ RDY=35 CS=38 ; {  gpio -1 mode $CS out; gpio -1 mode $RDY in; gpio -1 write $CS 1 && echo "(Pin RDY/$RDY) `gpio -1 read $RDY` should equal `gpio -1 read $CS` (Pin CS/$CS)"; gpio -1 write $CS 0 && echo "(Pin RDY/$RDY) `gpio -1 read $RDY` should equal `gpio -1 read $CS` (Pin CS/$CS)"; { ~/spidev-test/spidev_test -v -s 8000000 -D /dev/spidev0.1 && echo RX should equal TX. ;} | tail -n3 | cut -b-100 ;}
      (Pin RDY/35) 0 should equal 1 (Pin CS/38)
      (Pin RDY/35) 0 should equal 0 (Pin CS/38)
      TX | FF FF FF FF FF FF 40 00 00 00 00 95 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF F0 0D
      RX | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
      RX should equal TX.
      pi@duet3:~/spidev-test $
      
      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      3b8e1147-2f7f-426c-9b3c-6fe05fd0c022-image.png

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      sorry I had to snip it because it gets flagged as spam if I put it in as code. jumpers installed on 19-21 and 22-24 . pi is on my desk with nothing attached.

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      here is the output .
      db5e9633-53a1-42d1-ac95-99e3b5f9ed32-image.png

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      I'm going to wait till Tuesday and loaded up a fresh pi -4 and see if I still have issues. thanks, Phaedrux!

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      well I tried 22 to 28 ad 24 to 28 with the same output. I would post it but the form says its spam.

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started
      pi@duet3:~/spidev-test $ RDY=22 CS=24 ; {
      gpio -1 mode $CS out
      > gpio -1 mode $CS out
      > gpio -1 mode $RDY in
      > gpio -1 write $CS 1 && echo "(Pin RDY/$RDY) `gpio -1 read $RDY` should equal `gpio -1 read $CS` (Pin CS/$CS)"
      > gpio -1 write $CS 0 && echo "(Pin RDY/$RDY) `gpio -1 read $RDY` should equal `gpio -1 read $CS` (Pin CS/$CS)"
      > { ~/spidev-test/spidev_test -v -s 8000000 -D /dev/spidev0.0 && echo RX should equal TX. ;} | tail -n3 | cut -b-100 ;}
      (Pin RDY/22) 1 should equal 1 (Pin CS/24)
      (Pin RDY/22) 0 should equal 0 (Pin CS/24)
      TX | FF FF FF FF FF FF 40 00 00 00 00 95 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF F0 0D
      RX | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
      RX should equal TX.
      
      * list item
      
      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      ok sounds good ill start the process again and display the outputs. thanks for the help!

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      yes sir! I started with that and did all of the testings from that post before I started this one. I can try the pin process again?

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      591eb181-bf09-4273-b2c8-fa518d9e9476-image.png

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      @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%)

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      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? 802ea531-0774-41cb-a62f-c2fa94706f2c-image.png

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      could I have a kernel issue on the PI?

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307
    • RE: Duet 3 6hc and raspberry pi 3 B+ DCS not started

      any other thought on fixes? I ordered a pi 4 and it will be here Tuesday. Should I try stand-alone mode? thanks

      posted in Duet Web Control
      Macgyver1307undefined
      Macgyver1307