On Mon, Jun 16, 2014 at 5:31 AM, Okan Demir <[email protected]> wrote: > Hello, > > I installed ubuntu on my beagleboard-xm by following steps given on this > page: > > http://elinux.org/BeagleBoardUbuntu . > > Version of ubuntu is 14.04. > > Now, i am trying to configure expansion pins as gpio pins. In order to > achieve this i should use configuration files in omap_mux directory under > /sys/kernel/debug. > > My problem is that there is no file in that directory. > > Debugfs is mounted at boot time by fstab file with parameters: > > debugfs /sys/kernel/debug debugfs none 0 0 > > > "mount | grep debug" gives: > > debugfs on /sys/kernel/debug type debugfs (rw,none) > > How can i configure these pins as gpio pins?
omap_mux was a non-generic interface, therefor it's gone.. use: /sys/class/gpio/ Regards, -- Robert Nelson http://www.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]. For more options, visit https://groups.google.com/d/optout.
