Arduino 2.0.3 - Update Boards

This morning I see that 2.0.3 was released (popup from running Arduino 2.0.2) so downloaded and installed...

A couple of quick observations:

It gave me the normal notifications that there were boards and libraries that could be updated.

In my case figured probably the normal (SDFat - as I am using my Branch/fork of Pauls SDFat ) and Teensy as I am running the beta version...)

Clicked on Manual for libraries. Sure enough SDFat...

Then clicked on Manual for boards. And this time it showed me all boards, not just updateable (Type field showed all). I hit this yesterday as well with daily build. So I manually changed that field to updatable.

It also showed that megaAVR boards could be updated, so clicked the install, and it failed:

Tool arduino:avr-gcc@7.3.0-atmel3.6.1-arduino5 already installed Tool arduino:avrdude@6.3.0-arduino17 already installed Downloading packages arduino:arduinoOTA@1.4.0 arduino:megaavr@1.8.8 Installing arduino:arduinoOTA@1.4.0 Failed to install platform: arduino:megaavr. Error: 13 INTERNAL: Cannot install tool arduino:arduinoOTA@1.4.0: searching package root dir: files in archive must be placed in a subdirectory 

And yes, still shows the Teensy

EDIT: Should mention, it only happened the first time I opened it, this morning since I installed this release. Not sure what the difference might be.
Maybe first time of the release? Maybe first time since it downloaded the files. (Maybe should try again in another 4+ hours ?)

Same issue here:

Tool arduino:avr-gcc@7.3.0-atmel3.6.1-arduino5 already installed Tool arduino:avrdude@6.3.0-arduino17 already installed Downloading packages arduino:arduinoOTA@1.4.0 arduino:megaavr@1.8.8 Installing arduino:arduinoOTA@1.4.0 Failed to install platform: arduino:megaavr. Error: 13 INTERNAL: Cannot install tool arduino:arduinoOTA@1.4.0: searching package root dir: files in archive must be placed in a subdirectory 
  • Wes

Thanks for the report to you both. I can reproduce it and have reported the problem with the "Arduino megaAVR Boards" platform update to the appropriate people.

I'm working on a formal report for the bug with the "Type" filter in Library Manager/Boards Manager and will circle back here with a link once that is submitted.

Thanks so much for bringing this bug to our attention. I have now submitted a formal report on your behalf:

This bug was fixed an hour ago. The only tricky thing is that the package index is cached, so it might take some time for the IDE to update the local copy of the index on everyone's computer. Once that happens, it should be possible to use Boards Manager to update to "Arduino megaAVR Boards" 1.8.8 without any error.

Thanks again for bringing that to our attention.

1 Like

I can confirm the fix went into place here, and megaavr@1.8.8 installed fine.

  • Wes

Fix for the issue about showing all boards, instead of just updateable

Has been fixed and is in today's build 1209

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.