You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
I installed RPIO (branch v2) on an ACME System CM3-panel board running the last Raspbian Lite available.
As per the name, this card is powered by a CM3 module (lite).
Running the rpio --sysinfo, I get this error:
pi@cm3panel:/tmp/RPIO $ sudo rpio --sysinfo
Traceback (most recent call last):
File "/usr/local/bin/rpio", line 4, in <module>
__import__('pkg_resources').run_script('RPIO==2.0.0b1', 'rpio')
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 739, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1501, in run_script
exec(script_code, namespace, namespace)
File "/usr/local/lib/python2.7/dist-packages/RPIO-2.0.0b1-py2.7-linux-armv7l.egg/EGG-INFO/scripts/rpio", line 353, in <module>
File "/usr/local/lib/python2.7/dist-packages/RPIO-2.0.0b1-py2.7-linux-armv7l.egg/EGG-INFO/scripts/rpio", line 346, in main
File "build/bdist.linux-armv7l/egg/RPIO/__init__.py", line 186, in sysinfo
KeyError: 'a020a0'
Looking to the code it seems that such revision code is not considered at all into the code.
So, I forced in cpuinfo.c to return 3 but no joy, the examples seem to work but I cannot measure any PIN voltage change.
Probably the ID to PIN table should be reworked as well.
Any suggestion on where info about this mapping can be found?
The text was updated successfully, but these errors were encountered:
I installed RPIO (branch v2) on an ACME System CM3-panel board running the last Raspbian Lite available.
As per the name, this card is powered by a CM3 module (lite).
Running the rpio --sysinfo, I get this error:
Looking to the code it seems that such revision code is not considered at all into the code.
So, I forced in cpuinfo.c to return 3 but no joy, the examples seem to work but I cannot measure any PIN voltage change.
Probably the ID to PIN table should be reworked as well.
Any suggestion on where info about this mapping can be found?
The text was updated successfully, but these errors were encountered: