On Wed, Jun 3, 2015 at 1:54 AM, Micka <[email protected]> wrote: > Ok, that works, the BBB clone boot. > > I would like to add devices on the BBB, but i don't think that using the > capemanager would be a great idea ( i saw the capemanager in the device tree > from the kernel 4.1 source file : am335x-bone-common.dtsi ) > > - I would like to know how to avoid using the capemanager ? I prefer that > it's disabled.
I have a coupe capes that use those pins as can0, so i had to setup something for this too.. Swap: #include "am335x-bone-common.dtsi" For #include "am335x-bone-common-no-capemgr.dtsi" > - How can you add a file to the description of your beagle ? By example, > I've a RTC mcp7941x. I modified the am335x-cape-rtc-ds-1307.dtsi file . If > I'm not wrong this file is used by the capemanager ? How can I include it in > the am335x-boneblack.dts file ? > > I would like to test #include "am335x-cape-rtc-ds-1307.dtsi" ? Correct! Regard, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
