On 9/1/2016 8:30 PM, joe2456001 wrote: > > When i choose a config fie now the bbb is search for the eeprom of > the cape which i don't have. Is this possible?
You don't need the actual cape (or EEPROM) to load *ANY* BeagleBone cape. If you do actually have the cape with the properly programmed EEPROM, the device-tree overlay will be automatically loaded by the cape manager on boot. If you don't have the EEPROM (or cape), you can manually load the overlay at run-time: http://elinux.org/Capemgr#Loading_a_Fragment_at_Runtime If you are just connecting wires to the BeagleBone and not using a cape, you may find it easier to use the "universal" overlay (which is what I use for the CRAMPS cape) and the config-pin utility, which lets you set the pinmux state for pins at run-time: https://github.com/cdsteinkuehler/beaglebone-universal-io The universal cape overlay should be installed by default if you start with one of the Machinekit uSD images. -- Charles Steinkuehler [email protected] -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message because you are subscribed to the Google Groups "Machinekit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/machinekit. For more options, visit https://groups.google.com/d/optout.
