Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Error DCS

    Scheduled Pinned Locked Moved
    General Discussion
    4
    28
    794
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Auréundefined
      Auré
      last edited by

      Hello,
       
      Excuse me I'm begginer with the Duet environnement.
      I follow the procedure for install the image for my pi 3b+ and my Duet 3MB 6HC and there is ok, I can connect to DWC.
      I think I have maybe made a mistake, I thought I was supposed to upload Duet3Firmware_MB6HC.bin with the system page of DWC.....and after the upload I get the error DCS.
      I follow the tips from this post :
       
      https://forum.duet3d.com/topic/21640/duet3-dcs-is-not-started/20

      The pin 22 on my 3b+ is ok and when I connect the ribbon on the duet I find 3.27V........
      Have you an idea please?

      Reprap core XY, Ender 3 upgraded.

      If you keep trying, you'll eventually succeed. So: the more you fail, the more likely you are to succeed.
      A quote from Jacques Rouxel

      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @Auré
        last edited by

        @auré the pi should update the duet board.
        which version of DCS are you running and which version of the firmware did you try and install?

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        Auréundefined 1 Reply Last reply Reply Quote 0
        • Auréundefined
          Auré @jay_s_uk
          last edited by

          @jay_s_uk I was try with the file 3.3rc3 the name of file I have upload on the system page on DWC is Duet3Firmware_MB6HC.bin

          Reprap core XY, Ender 3 upgraded.

          If you keep trying, you'll eventually succeed. So: the more you fail, the more likely you are to succeed.
          A quote from Jacques Rouxel

          1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk
            last edited by

            @auré you need to switch to the unstable branch on the pi otherwise it will no longer be able to communicate with the board
            https://duet3d.dozuki.com/Wiki/Getting_Started_With_Duet_3#Section_Software_Installation

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            1 Reply Last reply Reply Quote 0
            • Auréundefined
              Auré
              last edited by

              After this it’s possible to return to the stable version? Thanks

              Reprap core XY, Ender 3 upgraded.

              If you keep trying, you'll eventually succeed. So: the more you fail, the more likely you are to succeed.
              A quote from Jacques Rouxel

              chrishammundefined 1 Reply Last reply Reply Quote 0
              • chrishammundefined
                chrishamm administrators @Auré
                last edited by

                @auré Yes, see https://github.com/Duet3D/DuetSoftwareFramework/wiki/SBC-Setup-Guide#unstable-package-feed

                Duet software engineer

                1 Reply Last reply Reply Quote 0
                • Auréundefined
                  Auré
                  last edited by

                  ok thank you for your help I test that this afternoon 🙂

                  Reprap core XY, Ender 3 upgraded.

                  If you keep trying, you'll eventually succeed. So: the more you fail, the more likely you are to succeed.
                  A quote from Jacques Rouxel

                  1 Reply Last reply Reply Quote 0
                  • Auréundefined
                    Auré
                    last edited by Auré

                    Ok I try but no result
                    1.jpg
                    DCS failed.jpg

                    Reprap core XY, Ender 3 upgraded.

                    If you keep trying, you'll eventually succeed. So: the more you fail, the more likely you are to succeed.
                    A quote from Jacques Rouxel

                    jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                    • jay_s_ukundefined
                      jay_s_uk @Auré
                      last edited by

                      @auré you need to then do sudo apt update and sudo apt upgrade. all you've done so far is told it a new place to get updates

                      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                      1 Reply Last reply Reply Quote 0
                      • Auréundefined
                        Auré
                        last edited by

                        Ok I try
                        2.jpg

                        Reprap core XY, Ender 3 upgraded.

                        If you keep trying, you'll eventually succeed. So: the more you fail, the more likely you are to succeed.
                        A quote from Jacques Rouxel

                        1 Reply Last reply Reply Quote 0
                        • Auréundefined
                          Auré
                          last edited by

                          I get this
                          3.jpg

                          Reprap core XY, Ender 3 upgraded.

                          If you keep trying, you'll eventually succeed. So: the more you fail, the more likely you are to succeed.
                          A quote from Jacques Rouxel

                          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                          • jay_s_ukundefined
                            jay_s_uk @Auré
                            last edited by

                            @auré you've not changed to the unstable package feed

                            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
                            

                            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                            1 Reply Last reply Reply Quote 0
                            • Auréundefined
                              Auré
                              last edited by Auré

                              Ok I'm connected to DWC!
                              I would like return a stable version.

                              Reprap core XY, Ender 3 upgraded.

                              If you keep trying, you'll eventually succeed. So: the more you fail, the more likely you are to succeed.
                              A quote from Jacques Rouxel

                              jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                              • jay_s_ukundefined
                                jay_s_uk @Auré
                                last edited by

                                @auré see here https://github.com/Duet3D/DuetSoftwareFramework/wiki/SBC-Setup-Guide#downgrading-to-stable-packages

                                Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                                Auréundefined 1 Reply Last reply Reply Quote 0
                                • Auréundefined
                                  Auré @jay_s_uk
                                  last edited by

                                  @jay_s_uk I think i forgot one thing

                                  5.jpg

                                  Reprap core XY, Ender 3 upgraded.

                                  If you keep trying, you'll eventually succeed. So: the more you fail, the more likely you are to succeed.
                                  A quote from Jacques Rouxel

                                  jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                                  • jay_s_ukundefined
                                    jay_s_uk @Auré
                                    last edited by

                                    @auré use sudo before the command

                                    Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                                    Auréundefined 1 Reply Last reply Reply Quote 0
                                    • Auréundefined
                                      Auré @jay_s_uk
                                      last edited by

                                      @jay_s_uk I'm beginner sorry
                                      6.jpg

                                      Reprap core XY, Ender 3 upgraded.

                                      If you keep trying, you'll eventually succeed. So: the more you fail, the more likely you are to succeed.
                                      A quote from Jacques Rouxel

                                      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                                      • jay_s_ukundefined
                                        jay_s_uk @Auré
                                        last edited by

                                        @auré probably best just to use these

                                        wget -q https://pkg.duet3d.com/duet3d.gpg
                                        wget -q https://pkg.duet3d.com/duet3d.list
                                        sudo mv duet3d.gpg /etc/apt/trusted.gpg.d/
                                        sudo mv duet3d.list /etc/apt/sources.list.d/duet3d.list
                                        sudo chown root:root /etc/apt/trusted.gpg.d/duet3d.gpg
                                        sudo chown root:root /etc/apt/sources.list.d/duet3d.list
                                        

                                        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                                        Auréundefined 1 Reply Last reply Reply Quote 0
                                        • Auréundefined
                                          Auré @jay_s_uk
                                          last edited by

                                          @jay_s_uk I get this

                                          7.jpg

                                          Reprap core XY, Ender 3 upgraded.

                                          If you keep trying, you'll eventually succeed. So: the more you fail, the more likely you are to succeed.
                                          A quote from Jacques Rouxel

                                          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
                                          • jay_s_ukundefined
                                            jay_s_uk @Auré
                                            last edited by

                                            @auré continue with step 3 from here https://github.com/Duet3D/DuetSoftwareFramework/wiki/SBC-Setup-Guide#downgrading-to-stable-packages

                                            on another note, have you used this yet (i.e. do you have a config and everything) or are you just setting up?

                                            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                                            Auréundefined 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA