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

    Arm based controller confusion.

    Scheduled Pinned Locked Moved
    Firmware installation
    3
    3
    539
    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.
    • CarpeNoctemundefined
      CarpeNoctem
      last edited by

      I am a bit confused as far as firmware on the arm based boards.
      Does duet boards have their own firmware, or are they interchangeable with other arm based boards?

      I have a Panucatt Re-arm board with a 1.4 RAMPS sheild, the instructions to configure the config file on that is a bit confusing for me since I want to configure it for a delta printer.

      I am hoping that I could just use the duet configurator to spit out a config file I can use.

      Thanks

      1 Reply Last reply Reply Quote 0
      • Jacotheronundefined
        Jacotheron
        last edited by

        The pre-compiled versions of the firmware is only intended for the Duet range of controllers (Duet, Duet Wifi, Duet Ethernet). That said, you should be able to compile your own version for other controllers (though you will need to know what purpose was assigned to which pin), granted they are at least "ARM Cortex M3 with 96Kb RAM such as the SAM3X8E" - (https://github.com/dc42/RepRapFirmware).

        The Configuration tool for the firmware (https://configurator.reprapfirmware.org/), simply spits out a gcode file, which should be run on startup to configure the printer (which heaters belong to which tools, motor currents, motor configuration etc). In this, is where the power of the firmware and Duet mainboard are located (normally it can startup as a printer, then switch out the configuration file, and now it is a laser cutter/engraver or a CNC*; or you can swap out head or extruders for different purposes, and it simply knows ho to use it without re-compiling and flashing new firmware).

        *- Will need extra hardware for safety, but if it is in place, it can even re-configure itself using a simple macro and work.

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

          As @Jacotheron says. However, there is an experimental port of ReprapFirmware (the firmware that runs on Duets) for LPC processor based boards such as Re-Arm, see this thread https://reprap.org/forum/read.php?147,810214.

          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 0
          • First post
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA