RPi.GPIO-PineA64 icon indicating copy to clipboard operation
RPi.GPIO-PineA64 copied to clipboard

With BOARD mode Pins 27 and 28 cause segfault

Open pklapperich opened this issue 7 years ago • 1 comments

Example:

In [1]: import RPi.GPIO as gp
In [2]: gp.setmode(gp.BOARD)
In [3]: gp.setup(28,gp.OUT)
Segmentation fault (core dumped)
ubuntu@pine64:~$

I'm using an SOPINE with the baseboard, in case this is a product specific issue. I've been able to set any of the other pins to IN and OUT without problems.

pklapperich avatar May 05 '17 19:05 pklapperich

@pklapperich Do you remember if you finally soved this issue ?

SecT0uch avatar Mar 29 '20 13:03 SecT0uch