On Wed, Jul 22, 2015 at 9:21 AM, Alexander Hiam <[email protected]> wrote: > Robert, that sounds great to me. > >> Well, the BoneScript and PyBBIO libraries both need to be updated for >> 4.1. Shouldn't be that hard with a focused effort. Patches welcome. >> > My thoughts now, if cape-universal is loaded by default, would be to use > cape-universal in BoneScript/PyBBIO if it's loaded, and otherwise to use the > current custom overlay method. How's that sound to you, Jason?
Okay this now enabled: https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L213 #default (dtb=am335x-boneblack.dtb) config-pin overlay cape-universaln #dtb=am335x-boneblack-overlay.dtb config-pin overlay cape-universal config-pin overlay cape-univ-hdmi config-pin overlay cape-univ-audio config-pin overlay cape-univ-emmc #dtb=am335x-boneblack-emmc-overlay.dtb config-pin overlay cape-universal config-pin overlay cape-univ-hdmi config-pin overlay cape-univ-audio #dtb=am335x-boneblack-hdmi-overlay.dtb config-pin overlay cape-universal config-pin overlay cape-univ-emmc #dtb=am335x-boneblack-nhdmi-overlay.dtb config-pin overlay cape-universal config-pin overlay cape-univ-audio config-pin overlay cape-univ-emmc I think this takes care of all the pin's.. 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]. For more options, visit https://groups.google.com/d/optout.
