简体   繁体   English

图书馆访问BeagleBone Black(3.8 Kerne-Angstrom)

[英]Library to access BeagleBone Black (3.8 Kerne - Angstrom)

I saw that there is a very nice python library ( PyBBIO ) for direct Control of the BBB using mmap on /dev/mem/ (granted not for the muxing). 我看到有一个非常不错的python库( PyBBIO ),可以在/ dev / mem /上使用mmap直接控制BBB(不允许进行混合)。 With some goodies like Webmonitor etc. Unfortunatly this library is not running on the 3.8 Kernel. 带有一些诸如Webmonitor之类的好东西。不幸的是,该库未在3.8内核上运行。

Are there any viable alternatives in python/c/c++ using mmap? 使用mmap在python / c / c ++中有可行的替代方法吗? I saw some but non was as complete as the mentioned PyBBIO. 我看到了一些但没有像提到的PyBBIO一样完整。

I did successfully try the solution explained here . 我确实成功尝试了此处说明的解决方案。 But implementing everything (UART/PWM) sounds like it would be something to difficult for me to do... 但是实现一切(UART / PWM)听起来像是我很难做的事情...

yours magu_ 你的玛格

这里mentionned: https://github.com/alexanderhiam/PyBBIO/issues/24你应该试试这一个支持3.8内核

chek this out i have explained steps to use GPIO using dev/mem 仔细检查一下,我已经解释了使用dev / mem使用GPIO的步骤

http://chiragnagpal.github.io/examples.html http://chiragnagpal.github.io/examples.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM