Coder Social home page Coder Social logo

Comments (4)

Renaud11232 avatar Renaud11232 commented on August 21, 2024

Hello,

When I try I get "arduino cli version is not supported"

The message "arduino-cli version is not supported" means that the version of arduino-cli you have installed is not supported by the plugin.
Currently, Marlin-Flasher only supports versions from 0.15 up to 0.17. This means that the path to arduino-cli you have set in the settings does not point to arduino-cli between 0.15 and 0.17.
With version 0.5.0 of the plugin, I dropped support for older versions of arduino-cli, this might be why this message shows up. So you need to update arduino-cli first.

Why do I need any cli? Can't it just send the hex data over the usb connection?

Not all board use the same method for the flashing process, and often require specific tools. Arduino-cli (as well as platformio) handle the upload to the board using the right tool for each board. That way, I don't need to write specific code for each board and makes the plugin compatible with most boards.

If the board you are trying to flash is compatble with arduino-cli, then you should be able to directly flash a compiled .hex file.
However, if your board is only compatible with PlatformIO and not with arduino-cli, then you can't directly use the .hex file.

Let me know if it helped.

from octoprint-marlin-flasher.

mark-hahn avatar mark-hahn commented on August 21, 2024

Thanks. I will look into this. I have been loading directly from platformio on windows but dragging my computer to the garage has not been fun.

from octoprint-marlin-flasher.

github-actions avatar github-actions commented on August 21, 2024

This issue has been automatically marked as stale because it has not had recent activity. If this is related to a bug you experienced, make sure you provided all requested information. It will be closed if no further activity occurs. Thank you for your contributions.

from octoprint-marlin-flasher.

github-actions avatar github-actions commented on August 21, 2024

This issue has been automatically closed due to inactivity.

from octoprint-marlin-flasher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.