Could not find the package with tool-avrdude for linux_armv7l
See original GitHub issueOn Raspberry Pi 4 (armv7l) I can’t upload AVR firmware:
Tool Manager: Installing tool-avrdude @ ~1.60300.0
Error: Could not find the package with 'tool-avrdude @ ~1.60300.0' requirements for your system 'linux_armv7l'
The error appeared in platformio 5.0.0. 4.3.1 works fine. It’s possible that the problems are also showing up for another architecture (armv6h), but I haven’t had a chance to check.
UPD: Didn’t use any magic, just common project config:
...
platform = atmelavr
board = micro
framework = arduino
...
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Could not find the package with 'platformio/tool-ninja @ ^1.7.0 ...
Hi I'm following a given procedure to update an ESP32, but I run into error during the process :slight_smile: Blockquote ...
Read more >Trouble installing grovepi - Dexter Industries Forum
So I tried to install it using pip , and it did. Then when I run it again, it said. Couldn't find index...
Read more >Arduino 023 installation in Ubuntu avrdude problems[SOLVED].
I have installed version 1.0.1 IDE . It run with no problems. But since most of my sketches have large sizes , I...
Read more >avrdude missing linuxspi in Bullseye - Raspberry Pi Forums
Now of course we have Bullseye and I went to build the project and it wouldn't work. avrdude could not locate the linuxspi...
Read more >Fix avrdude: stk500_recv(): programmer is not responding
Press the reset button: If your Arduino board has a reset button on it, press it and see if you can now upload...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m seeing a related issue for armv7 … @valeros any chance your update got reverted? (this is for platformio 4.x)
toolchain-atmelavr @ 1.40902.0 has been successfully installed! PackageManager: Installing tool-avrdude @ ~1.60300.0 Warning! Package Mirror: The 'sha1' sum '64f2bb7dc9a6c27747095694f2f3f270a9f34a50' of downloaded file 'tool-avrdude-linux_armv6l-1.60300.200527.tar.gz' is not equal to remote '75a72f9c9a17d6a96dabcd15f64e12e45c489b4f' Looking for another mirror... Error: Could not install 'tool-avrdude' with version requirements '~1.60300.0' for your system 'linux_armv7l'.
Hi guys! Sorry for the issue, the package for
linux_armv7l
has been restored, should work now.