platform-raspberrypi
platform-raspberrypi copied to clipboard
PIO unable to find package earlephilhower @ 5.100300.221223 on Ubuntu 20.04
Thanks for the all the hard work on keeping PlatformIO up to date with my favourite pico w core.
Attempting to set up Platform IO with VS Code on Ubuntu 20.04, I am unable to solve this error:
Error: Could not find the package with 'earlephilhower/toolchain-rp2040-earlephilhower @ 5.100300.221223' requirements for your system 'linux_x86_64'
My platform.ini is:
[env:pico]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = pico
framework = arduino
board_build.core = earlephilhower
I am not sure if this is an issue from the recent updates to the earlephilhower core due to SDK 1.5.0 release or if the error is with my PlatformIO configuration.
You should open an issue on https://github.com/maxgerhardt/platform-raspberrypi as those changes are not merged into this repository yet.