Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cbac7 commit c1635e6Copy full SHA for c1635e6
Adafruit_GPIO/Platform.py
@@ -55,6 +55,8 @@ def platform_detect():
55
# Linux-3.8.13-bone56-armv7l-with-Ubuntu-14.04-trusty
56
elif plat.lower().find('armv7l-with-ubuntu') > -1:
57
return BEAGLEBONE_BLACK
58
+ elif plat.lower().find('armv7l-with-glibc2.4') > -1:
59
+ return BEAGLEBONE_BLACK
60
else:
61
return UNKNOWN
62
0 commit comments