On 12/13/2015 4:37 AM, Strawson wrote: > Sadly I'm running into the same missing uio directories now that I'm trying > to get my beaglebone code that was stable on the 3.8 kernel and Wheezy > image. My old compiled dtbo wouldn't load with a 4.1 kernel until it was > recompiled. Even with it loaded, the following modules don't load: PRU, > eQEP, PWM, and GPIO_buttons. I spent today hacking together workarounds for > the latter 3, but the PRU still has me stumped. > > Looking closely, the am335x-boneblack.dtb file has changed quite a bit. > Once decompiled I have the following entries for the PRUSS:
With newer kernels, you need to use the standard Linux remote-proc interface, rather than the legacy UIO driver. -- Charles Steinkuehler [email protected] -- 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.
