OctoPrint / OctoPrint-FirmwareUpdater

OctoPrint plugin for flashing pre-compiled firmware images to a 3D printer.
https://plugins.octoprint.org/plugins/firmwareupdater/
GNU Affero General Public License v3.0
351 stars 76 forks source link

Eryone Thinker Series 2560 #345

Closed sdh1991 closed 1 year ago

sdh1991 commented 1 year ago

Hardware Setup Eryone Thinker S V2, SE, 2560 board

Describe the problem Any chance getting support for this board?

Log Files Attach the OctoPrint log and the Firmware Updater log Log files, which can be accessed under Settings -> Logging in OctoPrint, or in ~/.octoprint/logs/ on the host. Both octoprint.log and ~/.octoprint/logs/plugin_firmwareupdater_console.log should be included.

Additional context Add any other context about the problem here.

benlye commented 1 year ago

It has an Atmega 2560 so you should be able to update it using the avrdude method. Have you tried?

Do you have any other process for updating it? If so, the logs might show the command being used, which would make it easier to configure the plugin.

sdh1991 commented 1 year ago

Im trying but what do I put as the path to avrdude? Sorry im kind of new to this...

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had any recent activity. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed in 5 days.

benlye commented 1 year ago

Im trying but what do I put as the path to avrdude? Sorry im kind of new to this...

Not trying to be awkward, but it will be wherever it got installed to on your system, which will depend on how you installed it.

If you followed the instructions, it's probably /usr/bin/avrdude. You can check by running the command which avrdude on your Pi.

github-actions[bot] commented 1 year ago

This issue has been automatically locked because there was no further activity after it was closed. Please open a new issue for any related problems.