[beagleboard] Re: GPIO input with android apps, specialized school project in need of help.

2015-01-20 Thread qay707
Hi, take a look at 'http://derekmolloy.ie/beaglebone/beaglebone-gpio-programming-on-arm-embedded-linux/' There are also 2 documents for the p8, p9 header and the pin muxing. You can try in parallel with 'adb shell' to export and setup the gpios you need. For example for P9.42 ./adb shell cd

[beagleboard] Re: GPIO input with android apps, specialized school project in need of help.

2015-01-20 Thread qay707
Hi, see http://derekmolloy.ie/beaglebone/beaglebone-gpio-programming-on-arm-embedded-linux/ for more information. There are also 2 pdfs with p9, p8 header tables for the pin muxing. If you whant persistent pin muxing changes on the BBB you must change the device tree overlay!!!. To check if

[beagleboard] USB-Ethernet Connection

2015-01-20 Thread qay707
Hi folks, I whant to have an USB-Ethernet capability on my micro usb port of the BBB. With the help of 'http://icculus.org/~hendersa/' we where able to build an Android image for the BBB. But it seams that this build has no USB-Ethernet support. Is there a switch in the Android kernel build tha

Re: [beagleboard] poll() on a pin returns constantly even though there is no input

2014-07-07 Thread qay707
Sudhir, do you know what the problem was with the Pin? I have the same problem that poll is not blocking. Therefor to know why would be great. Web, -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBo

[beagleboard] poll results in no stopping POLLIN events

2014-07-07 Thread qay707
Hi folks, I try to monitor pin transitions on a beaglebone black with an android os on it. Therefor i found the link 'https://developer.ridgerun.com/wiki/index.php/Gpio-int-test.c'. I set up the gpios of the BBB over ADB. echo 60 > export cd gpio60 echo out > direction echo