maxgerhardt / platform-raspberrypi

Raspberry Pi: development platform for PlatformIO
Apache License 2.0
107 stars 54 forks source link

Unable to add package on raspberry pi 2 model B #46

Closed brizzolazzi closed 10 months ago

brizzolazzi commented 10 months ago

Unable to add package on raspberry pi 2 model B. The error I got is the following:

UnknownPackageError: Could not find the package with 'https:/ /github.com/maxgerhardt/platform-raspberrypi.git' requirements for your system 'linux_armv7l'

The command I issued is the following:

pio pkg update -g -p https://github.com/maxgerhardt/platform-raspberrypi.git
brizzolazzi commented 10 months ago

My mistake, I issued update instead of install.