On Fri, Mar 30, 2018 at 3:47 PM, Jaremy Creechley <[email protected]> wrote: > Thanks! Was just in the middle of posting that I'd gotten it to work by > copying the `&pruss_soc_bus` section to the pocketbeagle dtsi and deleting > the `compatible` line from the 4-9-pru-load overlay. Not sure which one did > the trick... > > Question, would it be possible to modify the bb.org overlays to work on the > PB's and would that be the better long term approach? And I noticed the > overlays do have various PB support... but where would it be better to add > the support or make a patch as the whole kernel/uboot overlay thing confuses > me still? I wouldn't mind creating a PR on github if the overlays would > work.
They work on the PB, it was a recent change in our u-boot.. > Also, does the "compatible" field actually do anything and where does u-boot > get the string name? I read through a bunch of the u-boot code trying to > figure it out. :-) > > ``` > - compatible = "ti,beaglebone", "ti,beaglebone-black", > "ti,beaglebone-green"; > ``` That's for the old kernel overlay manager, just ignore them.. Regards, -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhadv_USAkOYBxbmwmWitHj%3Dq%2B-r3UPMdU0pVyurO5LZQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
