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

    RepRapFirmware 3.01-RC6 released

    Scheduled Pinned Locked Moved
    Beta Firmware
    27
    165
    12.2k
    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.
    • Danalundefined
      Danal
      last edited by Danal

      Also, if you want to backup the entire Pi SD card to a windows PC without physically touching the card in the Duet+Pi, here is an outline of how to do that:

      One time installation tasks:

      #At your windows machine, create a shared drive to receive the backups. Allow user 'guest' read/write access (assuming your home network is physically secure, or you are otherwise comfortable with this)
      
      #On the Pi
      sudo apt-get install pv
      git clone https://github.com/lzkelley/bkup_rpimage.git
      
      #Edit file /etc/fstab, add a line at the end:
      //windows-machine-name/shared-drive-name /linux-mount-point cifs user=pi,password=raspberry 0 0
      mkidir a directory that matches the mount point above
      

      Each Time, to run a backup:

      sudo mount linux-mount-point
      sudo sh ./bkup_rpimage/bkup_rpimage.sh start -cz /linux-mount-point/$(uname -n).img
      

      NOTE: The running backup WILL disrupt a running print, do not backup while doing anything else.

      In a recovery situation, the file deposited on the shared drive is used as an input to balena etcher (or other similar tools) to make a recovery SD for the Pi.

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

        @chas2706 said in RepRapFirmware 3.01-RC6 released:

        If a full backup of the entire SD "always works" how come the DWC does not downgrade to the correct version?

        If you put a physically different SD card, that was copied before any upgrades, if you put that card in the Pi and boot, then every file on that card will be at the version it was the moment that backup was taken. Including DWC.

        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:

          Thanks for the suggestion but here's what I got:

          huh, thats odd; you'd have to have the unstabe list to do the upgrade so the old versions should still be on the list; i did try it just before.

          if you accept flashing the duet 3 using usb+bossa then backing up the sd card will work as the matching firmware file should be in /opt/dsf/sd/sys

          if you hook the duet to the pi with usb this would flash that firmware to the duet without worrying about iap files or anything.

          wget https://pastebin.com/raw/Wa1kYf3G -O - | tr -d "\r" | bash

          and if dcs happened to be working echo M997 S0| sudo /opt/dsf/bin/CodeConsole should achieve the same without having to deal with usb.

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

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • chas2706undefined
              chas2706
              last edited by

              @Danal said in RepRapFirmware 3.01-RC6 released:

              Also, if you want to backup the entire Pi SD card to a windows PC without physically touching the card in the Duet+Pi, here is an outline of how to do that

              I made the back up by taking out the sd card, inserting it in my pc and then using win32disk manager and I can verify that it works because while I was on the same RRF version I deliberately flashed a different sd card and re-installed using my backup. In the process I made lots of changes, backed them up and re- installed - all with success but when you "upgrade" the result is so different

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

                @chas2706 said in RepRapFirmware 3.01-RC6 released:

                I made the back up by taking out the sd card, inserting it in my pc and then using win32disk manager and I can verify that it works because while I was on the same RRF version I deliberately flashed a different sd card and re-installed using my backup. In the process I made lots of changes, backed them up and re- installed - all with success but when you "upgrade" the result is so different

                The Duet board has flash that has the running firmware. It absolutely does have to be re-flashed to change the firmware release.

                EVERYTHING else is on the SD card. That is the physical setup of a Raspberry Pi. I don't doubt what you are seeing, your symptoms. At the same time, if a backup SD card was taken before the upgrade, and that backup was properly restored (such as a physically different card with the prior copy being put in the Pi), then it is absolutely not possible that the files are somehow at a different level than the backup. Pi hardware does not have any other storage than the SD.

                So again, I'm just a fellow user, trying to help improve understanding so that people don't get painted into corners... if DWC didn't regress to the level it was when the backup was taken, the the backup/restore procedure is the thing to fix for next time.

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

                  Wait a minute... "Win32 disk manager"??? That won't deal with the Unix partitions on that card. Will it?

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

                    This ought be a passing problem for most people as a stable release becomes available that most people can actually use without being recommended to switch to the unstable list where stuff like this so to some degree is acceptable.

                    And for now; we can try to make the best of it.

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

                      @Danal said in RepRapFirmware 3.01-RC6 released:

                      Wait a minute... "Win32 disk manager"??? That won't deal with the Unix partitions on that card. Will it?

                      indirectly; as in it'll do a bit for bit copy that will work unless you want to restore to a smaller sd card

                      (not sure if it applies to SD cards as it did with old harddrives, but I always leave a few megabytes unused to allow for X gigabyte from vendor A not being the same as X gigabyte from vendor B)

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

                        Are we talking about this:

                        b67f229c-9cc3-440d-aacc-2c3ff74cd796-image.png

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

                          @Danal yaeh - dd for windows basically

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

                            Win32 disk imager has been known to copy portions of a card, and not copy other portions, in certain SD readers. Which makes it very difficult for other people to diagnose.

                            Personally, I would never use it. Balena etcher or SD Writer or...

                            Probably not what happened here; but something did happen to that backup. Some confusion.

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

                              @Danal said in RepRapFirmware 3.01-RC6 released:

                              o again, I'm just a fellow user, trying to help improve understanding so that people don't get painted into corners... if DWC didn't regress to the level it was when the backup was taken, the the backup/restore procedure is the thing to fix for next time.

                              Thanks for your help danal. I really appreciate your input.
                              I am just so frustrated with the problems I am experiencing.

                              @Danal
                              Wait a minute... "Win32 disk manager"??? That won't deal with the Unix partitions on that card. Will it?

                              I am no Linux expert but I can confirm that win32 disk manager deals with the unix partitions because I have used it for many years on my rpi projects.
                              It was available for the rpi way before etcher or raspberry pi imager.

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

                                @chas2706 said in RepRapFirmware 3.01-RC6 released:

                                @Danal said in RepRapFirmware 3.01-RC6 released:

                                o again, I'm just a fellow user, trying to help improve understanding so that people don't get painted into corners... if DWC didn't regress to the level it was when the backup was taken, the the backup/restore procedure is the thing to fix for next time.

                                Thanks for your help danal. I really appreciate your input.
                                I am just so frustrated with the problems I am experiencing.

                                @Danal
                                Wait a minute... "Win32 disk manager"??? That won't deal with the Unix partitions on that card. Will it?

                                I am no Linux expert but I can confirm that win32 disk manager deals with the unix partitions because I have used it for many years on my rpi projects.
                                It was available for the rpi way before etcher or raspberry pi imager.

                                Yeah, I think we both mean "win32diskimager". That does work on complete SD cards. Although I have read where it can skip certain parts of cards on certain drives. Probably not what happened here.

                                And, yes, I understand the frustration. I was up until 2:30 last night doing a "five minute install" of LaTEX on an unrelated system... and had calls starting at 7 AM. I really should have walked away about 11 PM, but you get that "one more command and it has GOT to work" syndrome.

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

                                  @Danal said in RepRapFirmware 3.01-RC6 released:

                                  Yeah, I think we both mean "win32diskimager

                                  Sorry yes. My mistake!
                                  Looks like I will just have to spend hours setting up my config again from scratch.
                                  A lessen learnt - don't download from the "unstable list".
                                  Again, thanks for you help.

                                  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:

                                    A lessen learnt - don't download from the "unstable list".

                                    hopefully when 3.01 hits stable, there won't be a a reason to do so (which didn't quite hold true for 3.0)

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

                                      In a previous post somewhere I read that @ DC42 does not have Duet 3 with SBC so based on this how can new firmware be released if the owner of firmware does not have the hardware?

                                      JoergS5undefined A Former User? 2 Replies Last reply Reply Quote 0
                                      • JoergS5undefined
                                        JoergS5 @chas2706
                                        last edited by

                                        @chas2706 He is not the only person developing and testing the firmware. The software for SBC Raspi DSF has even a different owner Chris Hamm.

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

                                          Correct. DC42 is the primary (but not only) author of the firmware for the Duet Board itself, and is the lead engineer for the company, and a principal owner of the company.

                                          Chrishamm is the primary developer for Duet Web and for Duet Software Framework on the Pi. I do not know his other relationships to the company. Chris has the hardware to test D3+Pi.

                                          And... anyone can open a "pull" request, it is the nature of github. So there are somewhere between 7 and a dozen other contributors. Probably not all that relevant to our discussion here.

                                          1 Reply Last reply Reply Quote 0
                                          • percarundefined
                                            percar
                                            last edited by percar

                                            I just installed 3.01 RC6
                                            I have run into a couple of issues and I'm not sure if it is the firmware or the web control...I also updated it to 2.1.0

                                            1. I have a load filament Macro and when I tried to use it it did not function...it is pretty simple the extruder was up to temperature
                                              M83
                                              G92 E0
                                              G1 E1200 F3000
                                              G1 E200 F10
                                              Also on the same note if I try to press the extrusion control from DWC it does not work either but the funny thing is that if you do it on panel duo it does work.
                                            2. on the tools block when extruders and bed are on and you go to the control all and press turn everything off...that does not function
                                              It will work if you change the set all active temperatures and set all active temperatures to some other value then back to 0 again
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Unless otherwise noted, all forum content is licensed under CC-BY-SA