-
-
Notifications
You must be signed in to change notification settings - Fork 148
This module can only be run on a Raspberry Pi #106
Comments
running rpio-curses also gives the same error |
Which PI version do you use? Try one of the other branches / pull requests |
from cat /proc/cpuinfo Hardware : BCM2709 ----- I thought pi's used BCM2835?? I tried this fork https://github.com/JamesGKent/RPIO that says it works for all pi's but it gave the same error |
As far as I know the different PI versions use BCM2835/2836/2837. As you can lookup here bx revision its a PI 3 model: So guess there are multiple things you can do: |
I'm running rasbian jessie. There are others with this problem and I havn't seen a workable solution, ive done a lot of searching on this and sort of coming in circles. |
thank you for your help btw |
Guess it all comes down to model detection again. Will have a look with my pi 3 at the weekend. |
Today I had some time to investigate even before the weekend. First of all - /proc/cpuinfo information:
so the SOC is not detected correct but "better" then on yours. The revision is possibly correct. As far as I can say on the master branch here only supports PI 1. So cloning master does not help v2 branch is better but even then it does not support PI zero and PI 3 models. This works for me on my board (only tested the basic functionality) edit: |
Same problem here with Raspberry 2 B V1.1. Solved by using v2 branch, see #86 (comment) |
Same here on the pip3 install:
Branch v2 works fine with sudo:
|
Just tried installing RPIO using easy_install on a pi zero with raspian stretch and I'm getting the same error: Traceback (most recent call last): Is there any way to simply bypass the hardware check when it fails? |
I had installed python3-rpi.gpio with pip. I realized the version was wrong. I uninstalled it, downloaded from the source ( https://sourceforge.net/p/raspberry-gpio-python/code/ci/default/tree/RPi/ ) and built and installed manually ( The last version has a better handling of the last models of raspberry pis and their revision codes ( https://www.raspberrypi.org/documentation/hardware/raspberrypi/revision-codes/README.md ). |
Just had this same issue happen for me on Raspberry Pi Zero. I cloned via Github and then ran
|
@dalanmiller have you tried to install the |
Getting this error. Installed with the following commands:
git clone
cd RPIO
sudo python3 setup.py install
python3
The text was updated successfully, but these errors were encountered: