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

    RepRapFirmware 3.01-RC6 released

    Scheduled Pinned Locked Moved
    Beta Firmware
    27
    165
    12.8k
    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.
    • A Former User?
      A Former User
      last edited by A Former User

      if the issue is stable/unstable package feed run grep duet3d -r /etc/aptto check and echo "deb https://pkg.duet3d.com/ unstable armv7" | sudo tee /etc/apt/sources.list.d/duet3d-unstable.listto fix if needed.

      or what that guy said ☝

      1 Reply Last reply Reply Quote 0
      • chas2706undefined
        chas2706
        last edited by

        @Dougal1957 said in RepRapFirmware 3.01-RC6 released:

        RepRapFirmware for Duet 3 MB6HC version 3.01-RC5 running on Duet 3 MB6HC v0.6 or 1.0

        You M112 suggests you are running 3.01-RC5.

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

          @chrishamm said in RepRapFirmware 3.01-RC6 released:

          To check, have a look at /etc/apt/sources.list.d/duet3d.list and make sure you have unstable instead of stable in there.

          btw that conflicts with the wiki that says to create another file duet3d-unstable.list

          Dougal1957undefined 1 Reply Last reply Reply Quote 0
          • Dougal1957undefined
            Dougal1957 @chas2706
            last edited by

            @chas2706 exactly the point the upgrade to rc6 is failing

            1 Reply Last reply Reply Quote 0
            • Dougal1957undefined
              Dougal1957 @A Former User
              last edited by

              @bearer Defo on the Unstable branch

              pi@duet3:~ $ grep duet3d -r /etc/apt
              /etc/apt/sources.list.d/duet3d.list:deb https://pkg.duet3d.com/ stable armv7
              /etc/apt/sources.list.d/duet3d-unstable.list:deb https://pkg.duet3d.com/ unstable armv7
              Binary file /etc/apt/trusted.gpg.d/duet3d.gpg matches
              pi@duet3:~ $ echo "deb https://pkg.duet3d.com/ unstable armv7" | sudo tee /etc/apt/sources.list.d/duet3d-unstable.list
              deb https://pkg.duet3d.com/ unstable armv7
              pi@duet3:~ $ sudo apt-get update
              Hit:1 http://archive.raspberrypi.org/debian buster InRelease
              Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease        
              Hit:3 https://pkg.duet3d.com unstable InRelease                        
              Hit:4 https://pkg.duet3d.com stable InRelease    
              Reading package lists... Done
              pi@duet3:~ $ 
              
              

              Doug

              A Former User? chrishammundefined 2 Replies Last reply Reply Quote 0
              • A Former User?
                A Former User @Dougal1957
                last edited by

                @Dougal1957 said in RepRapFirmware 3.01-RC6 released:

                Defo on the Unstable branch

                yeah

                do wget http://pkg.duet3d.com/Duet3iap_spi_MB6HC.bin -O /opt/dsf/sd/sys/Duet3iap_spi.bin

                Dougal1957undefined 1 Reply Last reply Reply Quote 0
                • chrishammundefined
                  chrishamm administrators @Dougal1957
                  last edited by chrishamm

                  @Dougal1957 The stable list is still in there: sudo rm /etc/apt/sources.list.d/duet3d.list followed by sudo apt-get update should work for you

                  Duet software engineer

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

                    @chrishamm said in RepRapFirmware 3.01-RC6 released:

                    The stable list is still in there

                    is that a problem, more importantly, should it be a problem?

                    1 Reply Last reply Reply Quote 0
                    • Dougal1957undefined
                      Dougal1957 @A Former User
                      last edited by

                      @bearer that sorted it Thanks very much as you probably imagine I am not good with LINUX at all although I am learning some of it

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

                        @Dougal1957 i only translated

                        chrishamm said in RepRapFirmware 3.01-RC6 released:

                        @Dougal1957 Sorry, looks like like this file was missing in the RRF package, I've just added it back and uploaded it to another location: http://pkg.duet3d.com/Duet3iap_spi_MB6HC.bin You may need to rename it to Duet3iap_spi.bin.

                        into copy/paste; and we all had to learn at some point

                        Dougal1957undefined 1 Reply Last reply Reply Quote 0
                        • Dougal1957undefined
                          Dougal1957 @A Former User
                          last edited by

                          @bearer Prob is that I am getting a bit old you know the saying about teaching old Dogs new tricks lol

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

                            @Dougal1957 you're trying, and succeeding; no-one gonna fault you for that.

                            1 Reply Last reply Reply Quote 1
                            • chas2706undefined
                              chas2706
                              last edited by

                              Just upgraded and having issues.
                              On the SBC display DWC reports that the sys drive is unmounted:

                              SBC_DWC.jpg

                              But in web browser DWC looks ok but nothing works when clicked:

                              DWC.jpg

                              Any ideas?

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

                                @chas2706 said in RepRapFirmware 3.01-RC6 released:

                                On the SBC display DWC reports that the sys drive is unmounted:

                                see what ls -l /opt/dsf/sd says in a ssh shell?

                                Danalundefined 1 Reply Last reply Reply Quote 0
                                • chas2706undefined
                                  chas2706
                                  last edited by

                                  @bearer said in RepRapFirmware 3.01-RC6 released:

                                  ls -l /opt/dsf/sd

                                  I get this:

                                  pi@Duet3:~ $ ls -l /opt/dsf/sd
                                  total 20
                                  drwxr-xr-x 4 pi pi 4096 Mar 6 17:13 filaments
                                  drwxr-xr-x 2 pi pi 4096 Apr 3 11:45 firmware
                                  drwxr-xr-x 3 pi pi 4096 Apr 3 13:56 gcodes
                                  drwxr-xr-x 9 pi pi 4096 Mar 17 09:08 macros
                                  drwxr-xr-x 5 pi pi 4096 Apr 3 13:48 sys
                                  lrwxrwxrwx 1 pi pi 7 Oct 22 12:00 www -> ../dwc2
                                  pi@Duet3:~ $

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

                                    @chas2706 said in RepRapFirmware 3.01-RC6 released:

                                    drwxr-xr-x 5 pi pi 4096 Apr 3 13:48 sys

                                    not sure if dcs is run as pi instead of root now, i'll leave that to someone else to confirm or correct.

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

                                      Two errors, on a machine that started on RC4. It may be worth noting the machine was built from the Duet (full) image, and the instructions for moving to the unstable feed were followed via copy/paste. I'd be happy to report anything you guys need to see; the point of the above being it should be set up correctly.

                                      Anyway, first error:

                                      4/3/2020, 8:41:16 AM	M997
                                      Error: M997: Failed to find IAP file /opt/dsf/sd/sys/Duet3iap_spi.bin
                                      

                                      As suggested above, wget http://pkg.duet3d.com/Duet3iap_spi_MB6HC.bin -O opt/dsf/sd/sys/Duet3iap_spi.bin fixed this.

                                      However, I then received:

                                      4/3/2020, 8:42:46 AM	M997
                                      Error: M997: Failed to find firmware file /opt/dsf/sd/sys/Duet3Firmware.bin
                                      

                                      I tried to fix this with a symlink, this did not work. ln -s Duet3Firmware_MB6HC.bin Duet3Firmware.bin

                                      lrwxrwxrwx 1 pi   pi       23 Apr  3 08:58 Duet3Firmware.bin -> Duet3Firmware_MB6HC.bin
                                      

                                      I then ran sudo apt install reprapfirmware --reinstall and this did work. Including updating the main board to RC6. The symlink was still in place; this may or may not have made a difference.

                                      Expansion board updates worked, and report RC5.

                                      4/3/2020, 9:12:59 AM	M115 B0
                                      FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.01-RC6 ELECTRONICS: Duet 3 MB6HC v0.6 or 1.0 FIRMWARE_DATE: 2020-04-03b3
                                      4/3/2020, 9:12:55 AM	M115 B2
                                      Board EXP3HC firmware 3.01-RC5 (2020-03-29b1)
                                      4/3/2020, 9:12:45 AM	M115 B1
                                      Board EXP3HC firmware 3.01-RC5 (2020-03-29b1)
                                      

                                      Board: Duet 3 MB6HC (MB6HC)
                                      DSF Version: 1.3.0.0
                                      Firmware: RepRapFirmware for Duet 3 MB6HC 3.01-RC6 (2020-04-03b3)
                                      Duet Web Control 2.1.0

                                      Delta / Kossel printer fanatic

                                      1 Reply Last reply Reply Quote 0
                                      • Danalundefined
                                        Danal @A Former User
                                        last edited by Danal

                                        @bearer said in RepRapFirmware 3.01-RC6 released:

                                        On the SBC display DWC reports that the sys drive is unmounted:

                                        I had this for a few moments. An "emergency stop" restart fixed it, and/or a sudo service duetcontrolserver restart I'm not sure which.

                                        Delta / Kossel printer fanatic

                                        1 Reply Last reply Reply Quote 0
                                        • chas2706undefined
                                          chas2706
                                          last edited by

                                          @Danal said in RepRapFirmware 3.01-RC6 released:

                                          I had this for a few moments. An "emergency stop" restart fixed it.

                                          My estop doesn't work either on DWC web page or SBC display.

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

                                            Just remembered, it may have been a sudo service duetcontrolserver restart I'm not sure which really fixed it.

                                            Delta / Kossel printer fanatic

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