swkim01 / RPi.GPIO-PineA64

RPi.GPIO module for Pine A64/A64+
MIT License
62 stars 21 forks source link

With BOARD mode Pins 27 and 28 cause segfault #7

Open pklapperich opened 7 years ago

pklapperich commented 7 years ago

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.

SecT0uch commented 4 years ago

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