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

    Version 2.02 source codes???

    Scheduled Pinned Locked Moved
    Firmware developers
    3
    6
    682
    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.
    • GeorgePundefined
      GeorgeP
      last edited by

      i am setting up to start developing on the firmware... so have a few queries,

      • Which is the most stable firmware as of now?? is it version 2.02??

      • Is there any video or walk through in using Eclipse IDE???

      • for version 2.02 which branches do i find the source code??

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

        For compiling from source, see separate file BuildInstructions.md.

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

          Firmware 2.02 is built with the master branches of the projects. There have been some changes to the master branch of CoreNG since the release of 2.02, but they should not affect the output.

          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

          1 Reply Last reply Reply Quote 1
          • GeorgePundefined
            GeorgeP
            last edited by

            Is it possible to develop the firmware using atmel studio instead of eclipse??? If yes is there any steps to build???

            I have always worked with the arduino IDE so this is a major leap for me. I have used atmel studio a bit, not a pro though.

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

              @georgep said in Version 2.02 source codes???:

              Is it possible to develop the firmware using atmel studio instead of eclipse??? If yes is there any steps to build???

              I have always worked with the arduino IDE so this is a major leap for me. I have used atmel studio a bit, not a pro though.

              Both Atmel Studio and Eclipse are infinitely better than Arduino IDE for medium to large projects, such as RepRapFirmware. We use Atmel Studio for our projects based on ATTiny processors (Smart Effector, filament monitors, IR sensor). The main issues with using Atmel Studio for building RepRapFirmware are that it runs under Windows only (whereas many open source developers prefer to use Linux), and that all configurations of a project have to use the same processor. Whereas we build RepRapFirmware for SAM3X8E, SAM4E8E, SAM4S8A and SAME70Q21B processors.

              If you do try to build RRF under Atmel Studio, you may find that the version of gcc that it includes is too old to compile the code.

              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

              GeorgePundefined 1 Reply Last reply Reply Quote 1
              • GeorgePundefined
                GeorgeP @dc42
                last edited by

                @dc42
                ok thank you... will keep this in mind for sure.

                Trying to make a walk through with all the hurdles in a small doc to help noobs like me around.

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