stianeikeland / go-rpio

:electric_plug: Raspberry Pi GPIO library for go-lang
MIT License
2.16k stars 221 forks source link

Seems not work on Raspberry Board 4 and ubuntu server 20.04 #72

Closed disaster37 closed 3 years ago

disaster37 commented 3 years ago

When I lauch simple test,

I get error on rpio.Open() -> Operation not permitted

I run golang program on root.

The kernel is Linux ubuntu 5.4.0-1026-raspi

Any idea about it.

disaster37 commented 3 years ago

Use master branch instead tag work for me.