On 6/29/2016 5:57 AM, 'El Smiedro' via BeagleBoard wrote: > > I get an error by loading cape-universaln. Obviously the two capes are in a > conflict with each other, but I cant find a way how to configure them. > Thank you very much for |your help|
The universal overlay already loads the SPI driver, but apparently your PyBBIO is trying to load it's own overlay as well. You can either disable the PyBBIO overlay loading and let the SPI get setup by the universal overly, or craft a custom device tree for whatever specific pins your cape needs that doesn't overlap with the SPI pins. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/f0ac7f99-2998-9b81-2409-c597680c6dcb%40steinkuehler.net. For more options, visit https://groups.google.com/d/optout.
