Re: [beagleboard] User LED forward to GPIO

2014-05-09 Thread John Syn
From: faimbs fai...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Friday, May 9, 2014 at 10:42 AM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] User LED forward to GPIO Hello John! Maybe Charles unterstud what you mean. Unfortunately I'm not an expert of DT. So

Re: [beagleboard] User LED forward to GPIO

2014-05-09 Thread robert.berger
Hi, on a 3.14 kernel I copied am335x-boneblack.dts and made my own: am335x-boneblack-res-1.dts to this I added: /* -- define custom leds pinmux */ am33xx_pinmux { traffic_leds_s0: traffic_leds_s0 { pinctrl-single,pins = 0x78 (PIN_OUTPUT_PULLDOWN

Re: [beagleboard] User LED forward to GPIO

2014-05-09 Thread Brandon I
I use this: https://github.com/nomel/beaglebone/tree/master/led-header Makes setting up leds super easy. On Thursday, May 8, 2014 9:35:31 AM UTC-7, Charles Steinkuehler wrote: The way these systems are configured, I don't know if you can do what you want without generating a custom device

Re: [beagleboard] User LED forward to GPIO

2014-05-09 Thread John Syn
From: Brandon I brandon.ir...@gmail.com Reply-To: beagleboard@googlegroups.com Date: Friday, May 9, 2014 at 3:06 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] User LED forward to GPIO I use this: https://github.com/nomel/beaglebone/tree/master/led-header Makes setting

Re: [beagleboard] User LED forward to GPIO

2014-05-08 Thread Hannes Hörting
Hello John! Thank you! I`m using Debian and also the universal device tree from Charles: https://github.com/cdsteinkuehler/beaglebone-universal-io Not sure if its there also available? I doesnt find an information about heartbeat and cpu for user led on the GPIO. Thank you! Am Mittwoch, 7.

Re: [beagleboard] User LED forward to GPIO

2014-05-08 Thread Charles Steinkuehler
The way these systems are configured, I don't know if you can do what you want without generating a custom device tree. The leds class has a trigger function and can be tied to various GPIO pins, but I believe that conflicts with exporting that same GPIO pin. If anyone knows of a way to do this

Re: [beagleboard] User LED forward to GPIO

2014-05-08 Thread John Syn
On 5/8/14, 9:35 AM, Charles Steinkuehler char...@steinkuehler.net wrote: The way these systems are configured, I don't know if you can do what you want without generating a custom device tree. The leds class has a trigger function and can be tied to various GPIO pins, but I believe that

[beagleboard] User LED forward to GPIO

2014-05-07 Thread Hannes Hörting
Hello! Can I forward the User Led to the GPIO? I want to build my own Expansion Board and need this LED. OR is this function already connectet to some GPIO? Thank you! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

Re: [beagleboard] User LED forward to GPIO

2014-05-07 Thread John Syn
On 5/7/14, 11:32 AM, Hannes Hörting fai...@gmail.com wrote: Hello! Can I forward the User Led to the GPIO? I want to build my own Expansion Board and need this LED. OR is this function already connectet to some GPIO? Thank you! You can change the GPIO for the User LED by modifying the BBB