Re: [beagleboard] BBB without Cape Manager

2018-11-02 Thread MG
@RobertCNelson I followed your instructions, switched to branch 4.4-ti, changed the include at line 11 to "am335x-bone-common-no-capemgr.dtsi". make and then make install and finally reboot. All compiled and got installed but when I boot back into my BB i still am seeing the U under the address

Re: [beagleboard] BBB without Cape Manager

2017-04-18 Thread Graham
Worked fine with one exception. The editing of file "am335x-bone-common-no-capemgr.dtsi" was a little too aggressive, and had removed all reference to I2C-2, so that bus was not accessible. I had to insert the following at line 245 to get bus I2C-2 working again. &i2c2 { pinctrl-names = "defau

Re: [beagleboard] BBB without Cape Manager

2017-04-17 Thread Graham Haddock
Robert: Looks like exactly what I want. I'll implement that. William: Thanks for your comments. --- Graham == On Mon, Apr 17, 2017 at 5:03 PM, Robert Nelson wrote: > On Mon, Apr 17, 2017 at 1:42 PM, Graham wrote: > > I would like to build a revision to the current 2017-3-19 release > (Consol

Re: [beagleboard] BBB without Cape Manager

2017-04-17 Thread Robert Nelson
On Mon, Apr 17, 2017 at 1:42 PM, Graham wrote: > I would like to build a revision to the current 2017-3-19 release (Console > version) that does not include the Cape Manager. > > I would like to get rid of the four blocked I2C memory addresses that are > reserved by the kernel for the 'Cape Manage

Re: [beagleboard] BBB without Cape Manager

2017-04-17 Thread William Hermans
By the by, you may have to decompile the given board file blob, edit that source, then recompile. To get this to work. The last time I downloaded Robert's git for the board overlays, and tried to compile an edited file from those sources. The board would not boot. But decompiling the existing, and

Re: [beagleboard] BBB without Cape Manager

2017-04-17 Thread William Hermans
On Mon, Apr 17, 2017 at 11:42 AM, Graham wrote: > I would like to build a revision to the current 2017-3-19 release (Console > version) that does not include the Cape Manager. > > I would like to get rid of the four blocked I2C memory addresses that are > reserved by the kernel for the 'Cape Mana

[beagleboard] BBB without Cape Manager

2017-04-17 Thread Graham
I would like to build a revision to the current 2017-3-19 release (Console version) that does not include the Cape Manager. I would like to get rid of the four blocked I2C memory addresses that are reserved by the kernel for the 'Cape Manager', but otherwise leave I2C-2 operational. So, first