Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Peter Gregory
Using the dtb-rebuilder, I see the main include file for my cape, am335x-bone-4dcape-43t.dtsi. I see the various includes for they key mappings and led includes. However, I don't see any includes for PWM configurations. Looking at some of the existing includes, they seem a little different from

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Peter Gregory
Using http://kilobaser.com/blog/2014-07-28-beaglebone-black-devicetreeoverlay-generator I get an overlay file that looks like: /* * Copyright (C) 2013 CircuitCo * Copyright (C) 2013 Texas Instruments * * This program is free software; you can redistribute it and/or modify * it under the

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Robert Nelson
On Thu, Oct 23, 2014 at 9:22 AM, Peter Gregory talkto...@gmail.com wrote: Using the dtb-rebuilder, I see the main include file for my cape, am335x-bone-4dcape-43t.dtsi. I see the various includes for they key mappings and led includes. However, I don't see any includes for PWM configurations.

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Peter Gregory
Thanks for the ADC example. Is there a good general purpose output pin example? I see the LED examples, is that the same as a generic output pin? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Robert Nelson
On Thu, Oct 23, 2014 at 10:42 AM, Peter Gregory talkto...@gmail.com wrote: Thanks for the ADC example. Is there a good general purpose output pin example? I see the LED examples, is that the same as a generic output pin? This works for what i needed at the time:

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Peter Gregory
I know config-pin will solve a lot of the pain of mapping IO pins / features. The BBIOConfig Qt GUI for allocating the pins looks very slick. I'm looking forward to the release of the working versions. :) The example you linked looks like the interface configuration for Microchip's RTC I2C

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Robert Nelson
On Thu, Oct 23, 2014 at 11:15 AM, Peter Gregory talkto...@gmail.com wrote: I know config-pin will solve a lot of the pain of mapping IO pins / features. The BBIOConfig Qt GUI for allocating the pins looks very slick. I'm looking forward to the release of the working versions. :) The example

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Peter Gregory
So, it need to look more like this? ocp { P8_19_pinmux { /* gpio0[22] */ mode = “gpio_output”; }; P8_13_pinmux { /* gpio0[23] */ mode = “gpio_output”; }; P9_14_pinmux { /* gpio1[18] */ mode = “gpio_output”; }; P8_14_pinmux { /* gpio0[26] */ mode = “gpio_output”; }; P8_17_pinmux { /* gpio0[27] */

[beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-19 Thread Peter Gregory
I've been googling and watching device tree tutorials... all targeted at 3.8 kernel. This is great for learning the basics, but I have 3.14 kernel: Linux beaglebone 3.14.19-ti-r30 #1 SMP PREEMPT Mon Oct 13 20:34:06 UTC 2014 armv7l GNU/Linux From what I can find, the friendly device tree tools

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-19 Thread Robert Nelson
On Sun, Oct 19, 2014 at 5:36 PM, Peter Gregory talkto...@gmail.com wrote: I've been googling and watching device tree tutorials... all targeted at 3.8 kernel. This is great for learning the basics, but I have 3.14 kernel: Linux beaglebone 3.14.19-ti-r30 #1 SMP PREEMPT Mon Oct 13 20:34:06 UTC

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-19 Thread Peter Gregory
I just ran across BBIOConfig (https://github.com/strahlex/BBIOConfig) Very cool and easy to understand. I saw there was a utility config-pin for setting up the pin configuration. Does this work on BBB 3.14 now? Is there an apt-get install package that will install it? -- For more options, visit

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-19 Thread Robert Nelson
On Sun, Oct 19, 2014 at 7:36 PM, Peter Gregory talkto...@gmail.com wrote: I just ran across BBIOConfig (https://github.com/strahlex/BBIOConfig) Very cool and easy to understand. I saw there was a utility config-pin for setting up the pin configuration. Does this work on BBB 3.14 now? Is there