On Mon, Jun 23, 2014 at 5:52 PM, James Zapico <[email protected]> wrote: > Richard, > Or you could use the kernel module written by Nathaniel Lewis that is now > included in the normal Debian distribution. His approach doesn't work for my > use case, and I've seen a number of others attempting to roll their own > /dev/mem solutions for speed, all of which enable his module and then ignore > it. This library just might make it easier for them.
This is why I wrote a *proper* kernel mode driver. Please have a look at kernel frameworks like UIO. Using /dev/mem is in these days _always_ a bad idea. -- Thanks, //richard -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
