-
Notifications
You must be signed in to change notification settings - Fork 607
Closed
Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-System.Device.GpioContains types for using general-purpose I/O (GPIO) pinsContains types for using general-purpose I/O (GPIO) pinsdocumentationDocumentation bug or enhancement, does not impact product or test codeDocumentation bug or enhancement, does not impact product or test codeup-for-grabsGood issue for external contributors to iotGood issue for external contributors to iot
Description
I have been playing with the current latest 3.10 GPIO Nuget Package and worked on Rasperry Pi 4.
When use on Pi 5 get exception error ...
1/5/2024 4:49:05 PM : Cannot open-create Input Device ?....System.IO.IOException: Error while requesting event listener for pin 17, error code: 16
at System.Device.Gpio.Drivers.LibGpiodDriverEventHandler.SubscribeForEvent(SafeLineHandle pinHandle)
I get same error if change pinnaming or any pin mode setting.
Onlu Open and Close Pin causes no exception
I believe Pi4 and 5 the registers on board a different to drive the 40 pin I/O pins ?
Can I get confirmation Pi5 is not supported as of today using this GPIO ?
Funny think I2C drivers for PI 4 work on PI 5 as use this also, but GPIO is failing.
Metadata
Metadata
Assignees
Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-System.Device.GpioContains types for using general-purpose I/O (GPIO) pinsContains types for using general-purpose I/O (GPIO) pinsdocumentationDocumentation bug or enhancement, does not impact product or test codeDocumentation bug or enhancement, does not impact product or test codeup-for-grabsGood issue for external contributors to iotGood issue for external contributors to iot