Renaud11232 / OctoPrint-Marlin-Flasher

Arduino/Marlin firmware flasher for OctoPrint
MIT License
38 stars 10 forks source link

Not able to install #57

Closed lpvezina closed 3 years ago

lpvezina commented 3 years ago

I'm struggling configuring the plug-in. I'm running Octoprint on a Raspberry PI. What I've done so far from Windows:

After saving, I'm having the following error message: The configured path does not point to an arduino-cli executable

What am I doing wrong?

Renaud11232 commented 3 years ago

Hello,

arduino-cli@0.13.0 is currently not supported by the plugin, Since 0.11, they have introduced some breaking changes, and I need to adapt my plugin. In the meantime, you can use 0.10.x.

Another thing to check are the permissions on the arduino-cli executable. Is it actually executable ? To be sure, you can type chmod a+x arduino-cli in a console.

Let me know if it helped.

lpvezina commented 3 years ago

Shame on me, I didn't saw your warning about the Arduino-cli version on the wiki page :( I'll give it a try tonight.

Renaud11232 commented 3 years ago

Hello,

Did it work ?

lpvezina commented 3 years ago

I finally took the time to try it back and once I copied it, and after I set the permission for execution, it worked. I'll try to flash it hopefully this weekend. I'm closing this support request. Thanks!