[beagleboard] Re: Universal Overlay, enabling a single pin

2015-03-19 Thread Dave Blomfield
Hi Ray, This one worked for me, there are a couple of errors in the DTS code which are mentioned in the posts below the main instructions but other than that it works fine. I have 10 sensors working on the same pin returning temperature.

[beagleboard] Re: Universal Overlay, enabling a single pin

2015-03-19 Thread Ray Madigan
Thank you for the help. I am trying to use a onewire ds18B20 temperature sensor and I also need to know how to convert the old capemgr dto to work with the universal overlay. Do I just take the fragment@1 piece and put it into a dtsi file and include it in the am335x-boneblack.dts file?

[beagleboard] Re: Universal Overlay, enabling a single pin

2015-03-19 Thread Graham
Ray: Which release/kernel are you running? You will need to download the correct dtb-rebuilder for that version kernel. Then, go inside the src (source) folder and start with am335x-boneblack.dts and follow the listing, including following and reading any #includes, until you find the file

[beagleboard] Re: Universal Overlay, enabling a single pin

2015-03-19 Thread Ray Madigan
Thanks Dave, I appreciate your help. I have read that post and the issue is, it uses the capemgr overlay and the image I have doesn't have the capemgr. On Thursday, March 19, 2015 at 1:25:29 AM UTC-7, Dave Blomfield wrote: Hi Ray, This one worked for me, there are a couple of errors in the