question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not find the package with tool-avrdude for linux_armv7l

See original GitHub issue

On 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:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
gwendolynbrookcommented, Sep 29, 2020

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'.

0reactions
valeroscommented, Sep 16, 2020

Hi guys! Sorry for the issue, the package for linux_armv7l has been restored, should work now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found