Typically, the GPIOs are available but not necessarily exposed in
sysfs by the kernel e.g.
$ cd /sys/class/gpio
$ echo 10 > export
$ cd gpio10
This doesn't get around any problems where a pin is not correctly
mux'd. In this case, you'd need to set the correct mux mode in u-boot
first or use various devmem2 incantations to achieve the correct
mux'ing.
--ASh
On Wed, Feb 20, 2013 at 7:03 AM, hobbesc7 <hobbesc7@...> wrote:
> I need to use the following header pins on my Overo: 10, 114, 148, 151, 163,
> 170, 171, 172, 184, and 185.
>
> But under /sys/class/gpio I only see gpio15, 16, 144-5, 164, 168, and 250-5.
>
> I'm building the gumstix-console-image with the latest yocto stuff.
>
> How do I access these pins?
>
>
>
> --
> View this message in context: http://gumstix.8.n6.nabble.com/gpio-pins-with-yocto-image-tp4966854.html
> Sent from the Gumstix mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> gumstix-users mailing list
> gumstix-users@...
> https://lists.sourceforge.net/lists/listinfo/gumstix-users
|