-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cubiboard #124
Comments
http://likeaferrari.wordpress.com/2013/12/02/simple-gpio-example-with-cubieboard2/ has pretty good looking docs for implementing this. I bet @edgarsilva could help... |
Ron Thanks for reply. yes I bet he could. I have had a quick look at the beaglebone adaptor and a have a pin layout for the cubie. I just need a bit more hunting to bind them :) I am running cubian and have ruby 1.9 and artoo installed so its just getting the adaptor right. Terry http://likeaferrari.wordpress.com/2013/12/02/simple-gpio-example-with-cubieboard2/ has pretty good looking docs for implementing this. I bet @edgarsilvahttps://github.com/edgarsilva could help... — |
@nzterl Do you have any progress? I would like to participate in the development of the adapter for cubieboard. |
Hi Alexander Alas daily workload has piled up in preparing for our second trimester! The only issue I can see is that I getting a type conversion error ( ruby right?). You could reproduce this by adding a non integer string to your PINS hash for the beaglebone adaptor. Somewhere there must be a to_i but scanning the code hasn't helped.. Only just started using celluloid too so haven't got the hang of debugging. I have tested the code outside of artoo.. . work method and can get an led flashing using a string as the pin... Any help would be appreciated. Terry Moore Sent from my iPhone On 8/07/2014, at 4:42, "Alexander Någîdà" <[email protected]mailto:[email protected]> wrote: @nzterlhttps://github.com/nzterl Do you have any progress? I would like to participate in the development of the adapter for cubieboard. — |
Ok, I see. |
Will have a look... It's all about the export function and pin names.. Not a Linux person but didn't fancy hacking the pin config file... More scary... :) Terry Sent from my iPhone On 8/07/2014, at 22:16, "Alexander Någîdà" <[email protected]mailto:[email protected]> wrote: Ok, I see. — |
@nzterl Some useful links: https://github.com/greendog/cubieboard_gpio_manager - it works on my cubieboard |
Alexander Thanks for this. As I said 4 days till term 2 and I have a lot of things on. Will definitely follow this up. I then have a couple weeks b4 heading to the uk for 6 weeks...( long overdue break! ) thanks again. Terry Moore On 8/07/2014, at 11:04 pm, Alexander Nеgоdа <[email protected]mailto:[email protected]> wrote: @nzterlhttps://github.com/nzterl Some useful links: https://github.com/greendog/cubieboard_gpio_manager - it works on my cubieboard — |
I now have artoo set up under cubian on a cubieboard 2. Any pointers on getting gpio working for the cubieboard. I will check out the beagle bone imp and try and see what I can do but any help would be great.
The text was updated successfully, but these errors were encountered: