On Sat, Aug 11, 2018 at 8:15 AM TJF <[email protected]> wrote: > > Hi Robert! > > I need to load a custom cape.
Well here is the changes you need to do to your custom cape, to be fully compatible with "ocp:cape-universal" today... All the pin's you utilized must be "disabled" in the cape-universal node: https://github.com/beagleboard/bb.org-overlays/commit/5741f63c1ee922333dca02d9763edae03d477c96 If you don't like that, you can also remove the trigger file: sudo rm /boot/dtbs/`uname -r`/am335x-boneblack-uboot-univ.dtb But you'll still have the "ocp:cape-universal" node, as P9_19/P9_20 is exported by this (i2c by default, but you can enable can on them) To remove that last one: enable_uboot_overlays=1 -> #enable_uboot_overlays=1 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/CAOCHtYhRA1D46u1xJ_BUPzQkpfFUq4UjFQecTEXhWXAhgAQNsQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
