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

    I need help with upgrading firmware on Duet 3 + SBC

    Scheduled Pinned Locked Moved
    Firmware installation
    5
    21
    836
    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.
    • jmjcokeundefined
      jmjcoke
      last edited by

      Hello,

      I need to get Duet3 + sbc to 3.01 RC5. I have had the duet 3 firmware to RC5 but the duetsoftwareframework was not 1.3.0. How do I install specific versions of the various things needed to go to this rev number. So far I can only install from either the stable list newest or the newest firmware on the unstable list and when I do that I get the "Drive is unmounted" in DWC. The reason I need this is I am trying to get 2 toolboards working and that is not avalible in stable firmware.

      Is there a DuetPI OS image that has everything for each rev already setup?

      Joshua Coke

      Trick Laser Metal Max with Smart Effector
      Duet Wifi
      Zesty Nimble
      Mosaic Pallette+
      At work
      Renishaw AM250/400/ RenAM500M/500Q Powder Bed Fusion (Metal 3D Printers)

      Danalundefined 1 Reply Last reply Reply Quote 0
      • Danalundefined
        Danal @jmjcoke
        last edited by

        @jmjcoke said in I need help with upgrading firmware on Duet 3 + SBC:

        Is there a DuetPI OS image that has everything for each rev already setup?

        Not at this time. It is a good suggestion to have some automated process in Dave or Chris build produce one.

        I get the "Drive is unmounted" in DWC

        Did you power cycle after getting that message?

        Delta / Kossel printer fanatic

        1 Reply Last reply Reply Quote 0
        • jmjcokeundefined
          jmjcoke
          last edited by

          Hi Danal,

          Yes I did cycle power and tried the other suggestion you made in another thread.

          I just noticed the = in this statement so i will try it with =1.3.0.0
          sudo apt install duetsoftwareframework=1.2.4.0

          Joshua Coke

          Trick Laser Metal Max with Smart Effector
          Duet Wifi
          Zesty Nimble
          Mosaic Pallette+
          At work
          Renishaw AM250/400/ RenAM500M/500Q Powder Bed Fusion (Metal 3D Printers)

          dc42undefined 1 Reply Last reply Reply Quote 0
          • dc42undefined
            dc42 administrators @jmjcoke
            last edited by

            @jmjcoke said in I need help with upgrading firmware on Duet 3 + SBC:

            I just noticed the = in this statement so i will try it with =1.3.0.0

            1.3.1 is now available.

            Duet WiFi hardware designer and firmware engineer
            Please do not ask me for Duet support via PM or email, use the forum
            http://www.escher3d.com, https://miscsolutions.wordpress.com

            jmjcokeundefined 1 Reply Last reply Reply Quote 0
            • jmjcokeundefined
              jmjcoke @dc42
              last edited by

              @dc42 I am stuck with the Drive not mounted with 1.3.1.

              Joshua Coke

              Trick Laser Metal Max with Smart Effector
              Duet Wifi
              Zesty Nimble
              Mosaic Pallette+
              At work
              Renishaw AM250/400/ RenAM500M/500Q Powder Bed Fusion (Metal 3D Printers)

              1 Reply Last reply Reply Quote 0
              • jmjcokeundefined
                jmjcoke
                last edited by

                I give up. I am removing the toolboards and the tool distro board I installed and rewiring everything back. from the main board.

                Joshua Coke

                Trick Laser Metal Max with Smart Effector
                Duet Wifi
                Zesty Nimble
                Mosaic Pallette+
                At work
                Renishaw AM250/400/ RenAM500M/500Q Powder Bed Fusion (Metal 3D Printers)

                1 Reply Last reply Reply Quote 0
                • ChrisPundefined
                  ChrisP
                  last edited by

                  How come? Can you not just drop back to a previous version (1.2.5.0?) ? Tool boards work fine with this and everything pretty stable before 1.3.0.

                  1 Reply Last reply Reply Quote 0
                  • jmjcokeundefined
                    jmjcoke
                    last edited by

                    Please tell me how to install 1.2.5.0.

                    Joshua Coke

                    Trick Laser Metal Max with Smart Effector
                    Duet Wifi
                    Zesty Nimble
                    Mosaic Pallette+
                    At work
                    Renishaw AM250/400/ RenAM500M/500Q Powder Bed Fusion (Metal 3D Printers)

                    1 Reply Last reply Reply Quote 0
                    • ChrisPundefined
                      ChrisP
                      last edited by ChrisP

                      Erm, there might be easier / quicker ways from those who know Linux better than me, but I'd firstly backup the SD. Then uninstall what you have using something likesudo apt remove duetsoftwareframework, then I'd do an autoremove to make sure the dependencies are uninstalled too sudo apt autoremove. Finally install the specific version you want sudo apt install duestsoftwareframwork=1.2.5.0, or whatever version you want. Then restore you SD card backup.

                      You can see what versions are available using sudo apt list -a duetsoftwareframework.

                      (I take no responsibility if it all goes south, btw 😛 )

                      1 Reply Last reply Reply Quote 0
                      • A Former User?
                        A Former User
                        last edited by

                        I found I had to specify all the versions for all the dependencies, but should work (although i only tested apt, not with dsf/dwc)

                        @bearer said in RepRapFirmware 3.01-RC6 released:

                        maybe this works better, specifying all the packages to fulfill dependencies for duetsoftwareframework=1.2.5.0

                        sudo apt install  duetcontrolserver=1.2.5.0 duetsd=1.0.5 duettools=1.2.5.0 duetwebserver=1.2.3.1 duetwebcontrol=2.0.7-1 reprapfirmware=1.2.5.0-1 duetruntime=1.2.5.0 duetsoftwareframework=1.2.5.0
                        
                        ChrisPundefined 1 Reply Last reply Reply Quote 0
                        • ChrisPundefined
                          ChrisP @A Former User
                          last edited by

                          @bearer said in I need help with upgrading firmware on Duet 3 + SBC:

                          I found I had to specify all the versions for all the dependencies, but should work (although i only tested apt, not with dsf/dwc)

                          @bearer said in RepRapFirmware 3.01-RC6 released:

                          maybe this works better, specifying all the packages to fulfill dependencies for duetsoftwareframework=1.2.5.0

                          sudo apt install  duetcontrolserver=1.2.5.0 duetsd=1.0.5 duettools=1.2.5.0 duetwebserver=1.2.3.1 duetwebcontrol=2.0.7-1 reprapfirmware=1.2.5.0-1 duetruntime=1.2.5.0 duetsoftwareframework=1.2.5.0
                          

                          I hadn't actually tried, so this is very likely - good catch. That said, I think it'll usually tell you what dependency versions are expected when you try the install. But this^^ will do it nicely in one hit assuming the version #s are correct.

                          1 Reply Last reply Reply Quote 0
                          • jmjcokeundefined
                            jmjcoke
                            last edited by

                            Thank you @bearer and @ChrisP, I continue trying to get this going. I am also crimping JST ZH sockets for the first time and that may have add to my frustration level.

                            Joshua Coke

                            Trick Laser Metal Max with Smart Effector
                            Duet Wifi
                            Zesty Nimble
                            Mosaic Pallette+
                            At work
                            Renishaw AM250/400/ RenAM500M/500Q Powder Bed Fusion (Metal 3D Printers)

                            ChrisPundefined 1 Reply Last reply Reply Quote 0
                            • ChrisPundefined
                              ChrisP @jmjcoke
                              last edited by

                              @jmjcoke said in I need help with upgrading firmware on Duet 3 + SBC:

                              Thank you @bearer and @ChrisP, I continue trying to get this going. I am also crimping JST ZH sockets for the first time and that may have add to my frustration level.

                              Yeh, crimping is rarely fun. Have you got an Engineer PA-21 for those pins? It's not exactly cheap, but I felt the cost was worth saving the frustration! 😄

                              A Former User? 1 Reply Last reply Reply Quote 0
                              • A Former User?
                                A Former User @ChrisP
                                last edited by A Former User

                                @ChrisP said in I need help with upgrading firmware on Duet 3 + SBC:

                                Engineer PA-21

                                thats a wee bit too large for the JST ZH on the tool board, but good for the VH series used on the motors and heaters.
                                (the engineer 09 or iwis 2820m is okay for ZH)

                                ChrisPundefined jmjcokeundefined 2 Replies Last reply Reply Quote 0
                                • ChrisPundefined
                                  ChrisP @A Former User
                                  last edited by

                                  @bearer said in I need help with upgrading firmware on Duet 3 + SBC:

                                  @ChrisP said in I need help with upgrading firmware on Duet 3 + SBC:

                                  Engineer PA-21

                                  thats a wee bit too large for the JST ZH on the tool board, but good for the VH series used on the motors and heaters.
                                  (the engineer 09 or iwis 2820m is okay for ZH)

                                  Gosh! Yeh! Didn't realise those were the tool board ones. As you said, I was thinking of the VH. We just bought the connector pack, so didn't have to deal with the tiny crimps!
                                  Good luck with those 👍

                                  1 Reply Last reply Reply Quote 0
                                  • jmjcokeundefined
                                    jmjcoke @A Former User
                                    last edited by

                                    @bearer I am using engineer No.11. 0.7-2.2. I will look into the crimpers you suggest.

                                    Joshua Coke

                                    Trick Laser Metal Max with Smart Effector
                                    Duet Wifi
                                    Zesty Nimble
                                    Mosaic Pallette+
                                    At work
                                    Renishaw AM250/400/ RenAM500M/500Q Powder Bed Fusion (Metal 3D Printers)

                                    A Former User? 1 Reply Last reply Reply Quote 0
                                    • A Former User?
                                      A Former User @jmjcoke
                                      last edited by

                                      @jmjcoke said in I need help with upgrading firmware on Duet 3 + SBC:

                                      I am using engineer No.11. 0.7-2.2.

                                      enginner docs says to use the 1.0 die, so you should be covered?

                                      1 Reply Last reply Reply Quote 0
                                      • jmjcokeundefined
                                        jmjcoke
                                        last edited by

                                        Yes, I crimp with the 1.3 first then lightly use the 1.0 so that it fits into the slot of the plug. The crimp on the insulation is the most challenging.

                                        Joshua Coke

                                        Trick Laser Metal Max with Smart Effector
                                        Duet Wifi
                                        Zesty Nimble
                                        Mosaic Pallette+
                                        At work
                                        Renishaw AM250/400/ RenAM500M/500Q Powder Bed Fusion (Metal 3D Printers)

                                        1 Reply Last reply Reply Quote 0
                                        • A Former User?
                                          A Former User
                                          last edited by

                                          Maybe you're using too thick a wire?

                                          1 Reply Last reply Reply Quote 0
                                          • jmjcokeundefined
                                            jmjcoke
                                            last edited by

                                            plug.jpg

                                            Might be alittle big.

                                            Joshua Coke

                                            Trick Laser Metal Max with Smart Effector
                                            Duet Wifi
                                            Zesty Nimble
                                            Mosaic Pallette+
                                            At work
                                            Renishaw AM250/400/ RenAM500M/500Q Powder Bed Fusion (Metal 3D Printers)

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