Adafruit_BBIO.ADC.setup() 关于 ubuntu 16.04.1 错误
Adafruit_BBIO.ADC.setup() on ubuntu 16.04.1 error
我在我的 BBB 上安装了 Adafruit_BBIO 模块(我从 github 下载并手动安装)。
GPIO 工作正常,但当我尝试使用 ADC 时,出现如下错误:
import Adafruit_BBIO.ADC as ADC
ADC.setup()
错误:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
RuntimeError: Unable to setup ADC system. Possible causes are:
- A cape with a conflicting pin mapping is loaded
- A device tree object is loaded that uses the same name for a fragment: helper
我找不到这个问题的答案。
我应该只使用旧版本的 ubuntu 吗?
谢谢!
问题已解决。
您可以在这里找到解决方案:https://github.com/adafruit/adafruit-beaglebone-io-python/issues/127#issuecomment-266049880
简而言之,您需要做的就是:
echo cape-universaln > /sys/devices/platform/bone_capemgr/slots
我在我的 BBB 上安装了 Adafruit_BBIO 模块(我从 github 下载并手动安装)。 GPIO 工作正常,但当我尝试使用 ADC 时,出现如下错误:
import Adafruit_BBIO.ADC as ADC
ADC.setup()
错误:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
RuntimeError: Unable to setup ADC system. Possible causes are:
- A cape with a conflicting pin mapping is loaded
- A device tree object is loaded that uses the same name for a fragment: helper
我找不到这个问题的答案。 我应该只使用旧版本的 ubuntu 吗?
谢谢!
问题已解决。 您可以在这里找到解决方案:https://github.com/adafruit/adafruit-beaglebone-io-python/issues/127#issuecomment-266049880
简而言之,您需要做的就是:
echo cape-universaln > /sys/devices/platform/bone_capemgr/slots