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
353 stars 78 forks source link

arvdude? #311

Closed dgoldenholz closed 2 years ago

dgoldenholz commented 2 years ago

Hardware Setup Please board type and printer make and model. Prusa MK3+ i3 Octoprint 1.7.3 Firmware-Updater 13.1.2 Raspberry pi 4

Describe the problem Please provide a clear and concise description of what the problem is, including details of any error messages you receive (screenshots are helpful). I first did sudo apt-get update that worked fine. but then...

sudo apt-get install arvdude [sudo] password for pi: Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package arvdude

Log Files not relevant

Additional context any ideas? I ran this: sudo apt-get autoremove && sudo apt-get -f install && sudo apt-get update && sudo apt-get upgrade -y and it did not help

benlye commented 2 years ago

You misspelt avrdude.

dgoldenholz commented 2 years ago

thank you @benlye ! dyslexics are people too.

github-actions[bot] commented 2 years 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.