On Mon, Aug 1, 2016 at 10:50 PM, <[email protected]> wrote: > Not sure what I'm doing wrong here, the MOSI pin stays high after the > BB-SPIDEV0-00A0.dtbo is loaded. > > Have it working fine on Wheezy, but want to move to Jessie. > The .dtbo from Wheezy (BB-SPI0-01-00A0.dbto) won't load on Jessie so I'm > not able to verify that the dtbo is the issue. > > Does anyone know what is going on here? > I need the MOSI pin to idle low. > > -Rudy. >
Active high, or active low( SPI default ) is something that can be changed via an ioctl() from within code. I'm not exactly sure what's changed between kernels 3.8.x and 4.x but there has been changes, and most peripherals do not "beahve" as they once did. Many just use different sysfs pathing, but others have bene changed at the driver level too it seems. SPI I'm pretty sure is one of the later. -- 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/CALHSORpP2iv4iYM-7q5O5myrin%3DZiON%2BHNu-bdc6Bk2baOyxCQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
