Skip to content

Upload tool 'avrdude' not installed #131

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Jan 23, 2019 · 4 comments
Closed

Upload tool 'avrdude' not installed #131

ghost opened this issue Jan 23, 2019 · 4 comments

Comments

@ghost
Copy link

ghost commented Jan 23, 2019

I installed avrdude on my Arch Linux but idk why it can not recognize avrdude.
How can I fix it?
https://i.imgur.com/wMhKuHR.png

@facchinm
Copy link
Member

Hi @mrhieu059 ,
arduino-cli doesn't use system-wide tools but needs its own tools in proper locations (eg. ~/.arduino15`). To make them available you should install the package for avr boards first.

Said that, supporting system-wide tools could be viable with some small changes, if someone is willing to take a look it would be cool 🙂

@ghost
Copy link
Author

ghost commented Jan 25, 2019

Hi @facchinm
Can you give me some idea how to install that package?
I am using Arduino Mega2560 R3

@facchinm
Copy link
Member

arduino-cli core install arduino:avr should make it 🙂

@ghost
Copy link
Author

ghost commented Jan 26, 2019

Thank you so so much, before I installed the core of avr but exactly is megaavr.
After I installed core of megaavr it worked now.

per1234 pushed a commit that referenced this issue Nov 16, 2020
Run unit tests via valgrind to check for memory leaks
per1234 added a commit that referenced this issue Aug 9, 2021
Add separators between the text output for each project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant