简体   繁体   中英

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). With some goodies like Webmonitor etc. Unfortunatly this library is not running on the 3.8 Kernel.

Are there any viable alternatives in python/c/c++ using mmap? I saw some but non was as complete as the mentioned 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...

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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