Nice! I will add this as a reference to my project documentation. Regarding the fact that you have to run config-pin after each boot, you can add a section that the config-pin commands can be added to whatever start-up configuration is most appropriate.
The way I am doing this currently is to simply list the commands in a text file like: config-pin P8.30 pruout config-pin P9.31 pruout etc. Then add this to the .bashrc file in the home directory: source (path to the above file) Then the configuration is done automatically! Check this discussion for some other interesting info on Device Tree: https://groups.google.com/forum/#!category-topic/beagleboard/1iFM1ywGQX4 The impression I have gotten, and I could be wrong, is that adding or subtracting overlays at the command line is a not guaranteed to work operation. The overlays should be reliably controlled via uEnv.txt and the eeprom. On Sunday, January 1, 2017 at 4:49:57 PM UTC-5, Clayton Gulick wrote: > > Ok, here's the first draft: > https://github.com/claytongulick/beagle_bone_black_spi/blob/master/README.md > > Corrections and additions are welcome! > -- 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/daacf5b9-572f-4fcb-b609-0d598dd2f0e7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
