On Wed, Aug 3, 2016 at 12:37 PM, Mark A. Yoder <[email protected]> wrote: > BR: > I got it working by adding this line: > cape_enable=bone_capemgr.enable_partno=BB-W1-P9.12 > to /boot/uEnv.txt and rebooting. > > Now the problem is I can't use the other gpio pins: > # config-pin -q P9_11 > P9_11 pinmux file not found! > cape-universala overlay not found > run "config-pin overlay cape-universala" to load the cape > # config-pin overlay cape-universala > Loading cape-universala overlay > sudo: unable to resolve host yoder-debian-bone > bash: line 0: echo: write error: No such file or directory > Error loading device tree overlay file: cape-universala > > Do I have to edit a dts file to get both working? What's the proper way to > do it?
onewire, is an oddity, as it's not hardware backed. It's a kernel software library that get's attached to a specified gpio. In the case of universal-io, we'd need to either define all io as a possble onewire device, or maybe just a set few.. Regards, -- Robert Nelson https://rcn-ee.com/ -- 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/CAOCHtYg-LxyNFV4wArzWa7cxGT%3DPEYJ2gQs5e3xJWXnY2gQbng%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
