1

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_

Community
  • 1
  • 1
magu_
  • 4,766
  • 3
  • 45
  • 79

2 Answers2

0

as mentionned here : https://github.com/alexanderhiam/PyBBIO/issues/24 you should try this one which support 3.8 kernels

Mali
  • 2,990
  • 18
  • 18
0

chek this out i have explained steps to use GPIO using dev/mem

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

  • 1
    Welcome to Stack Overflow. That looks like a useful blog post but could you summarize the answer here? Thanks! – Don Cruickshank Dec 06 '13 at 00:11
  • I'd also like to welcome you to [so]. The reason why we prefer that answers aren't _just_ a link to another site is that links can expire, people may not be able to access links (for example, filtering at work has blocked your site) and it introduces yet another page to go on to find the answer. If the link breaks, it effectively is nothing, and becomes useless. Of course, you can still give a link if you need to explain things in a significant amount of detail (i.e. very lengthy), but a good summary of what that link contains is very useful. For more information, see [answer]. Thank you! – Qantas 94 Heavy Dec 06 '13 at 00:17