PowerShell / PowerShell-IoT

Interact with I2C, SPI & GPIO devices using PowerShell Core!
https://www.powershellgallery.com/packages/Microsoft.PowerShell.IoT
MIT License
130 stars 28 forks source link

Support Raspberry Pi OS / Raspbian Buster #63

Open franklesniak opened 4 years ago

franklesniak commented 4 years ago

The title says it all :) These newer versions of Raspberry Pi OS (formerly known as Raspbian) have been out for over a year at this point; they should be supported.

DanielSSilva commented 4 years ago

With the new version of PowerShell IoT, it's expected that this is already happening. But I'll keep this in mind when testing. I'm currently working on Ubuntu 64bit version, but it makes total sense to have a raspian version alongside

franklesniak commented 4 years ago

Cool, thanks! It may be that it works fine on Raspberry Pi OS and the Readme just needs to be updated :) But I guess it depends on how much scrutiny is needed before it's declared "supported".

JetzeMellema commented 3 years ago

It's worth to note that PowerShell Core doesn't support the current Raspbian version Buster. Support is currently limited to Stretch: https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1#raspbian

There's also an issue with WiringPi and the Pi 4 hardware: #64

anmenaga commented 3 years ago

That support list for Raspbian is out of date. Recent PS release should work on Buster fine.

philiprusinov commented 3 years ago

That support list for Raspbian is out of date. Recent PS release should work on Buster fine.

Is there an updated list somewhere?