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

    New user images?

    Scheduled Pinned Locked Moved
    General Discussion
    3
    12
    352
    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

      Would it be possible to have the build process (build for release) used for V2 and V3 firmware, and DWC always produce a V2 and V3 stand alone card image? In a consistent place?

      "What goes on the card", or fixing cards, or similar, is a VERY common question. Sure would be nice to point people to "Format a card and put the entire content at this link on it".

      Delta / Kossel printer fanatic

      1 Reply Last reply Reply Quote 0
      • Vetiundefined
        Veti
        last edited by

        its described in the documentation

        https://duet3d.dozuki.com/Wiki/Firmware_Overview#Section_SD_card_structure

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

          Described, yes. Imaged or zipped, no.

          Remote (forum) supporting someone completely rebuilding a card is vastly different that having them unzip a single file onto a fresh card, and then put the output of the RRF configurator on it.

          Delta / Kossel printer fanatic

          Vetiundefined 1 Reply Last reply Reply Quote 0
          • Vetiundefined
            Veti @Danal
            last edited by

            @Danal said in New user images?:

            Described, yes. Imaged or zipped, no.

            yes its linked there to
            https://github.com/T3P3/Duet/blob/master/Duet2/SD Card Contents/SD_Card_Contents.zip

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

              AHA!!! You only have to hit me upside the head with a 2x4 a couple of times to get my attention.

              THANK YOU!!!!

              Delta / Kossel printer fanatic

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

                @Danal do you know if anyone tried putting the standalone config and dwc files for Duet3 onto the /boot partition of a RPI image and see if it is accepted by the Duet3 in standalone mode? (I would try but don't have a Duet3 with sd card socket). That would allow one unified image for Duet3 at least.

                btw the zipped file above is outdated with DWC1 among other things.

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

                  @bearer said in New user images?:

                  @Danal do you know if anyone tried putting the standalone config and dwc files for Duet3 onto the /boot partition of a RPI image and see if it is accepted by the Duet3 in standalone mode? (I would try but don't have a Duet3 with sd card socket). That would allow one unified image for Duet3 at least.

                  btw the zipped file above is outdated with DWC1 among other things.

                  Yes, and it does work. The Stand Alone board doesn't care about other files, and/or other partitions.

                  Therefore, it is possible to have a "universal" card.

                  Delta / Kossel printer fanatic

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

                    Interesting, hopefully Duet3d will pick up on that to avoid more situations like that other thread..

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

                      @bearer said in New user images?:

                      btw the zipped file above is outdated with DWC1 among other things.

                      And that's why I'd like a simple triggered script whenever firmware or DWC is built for "prod". And I do mean either... most recent one run wins... and pulls in the other ones "latest", etc.

                      It would make that other thread much simpler.

                      Delta / Kossel printer fanatic

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

                        Fingers crossed for something like that being a fortunate side effect of putting all things duet under the new duet3d github

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

                          (On the other hand, selecting firmware and dwc as other files in the reprap configurator provides the correct links ans clear enough instructions, there will always be one or two that falls through the cracks)

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

                            Seems windows' urge to suggest formatting the linux partition can be an issue with using the same sd card for both stand alone and raspberry pi operation.

                            Might have a play with different partition types to see if that is avoidable or if its feasible to just remove the second parition from the partition table and recreate it on first boot if needed. (obviously it'd be better to tell windows to f¤"!% off and leave well enough alone, but..)

                            edit:
                            Changing the partition type to 0 (empty) seems to prevent windows from trying to display, mount and format the partition while allowing grub to boot linux based of the UUID of the ext4 partition as well as retain the device node.

                            label: dos
                            label-id: 0xfb28cfac
                            device: /dev/mmcblk0
                            unit: sectors
                            
                            /dev/mmcblk0p1 : start=        8192, size=      524289, type=c
                            /dev/mmcblk0p2 : start=      540672, size=    30575616, type=0
                            
                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post
                            Unless otherwise noted, all forum content is licensed under CC-BY-SA