On Tue, Jun 9, 2015 at 1:07 PM, Jonathan Ross <[email protected]> wrote: > Is it possible to have an I2C bus and uart1 enabled simultaneously? > I2C1 on pins 17 and 18 is clear of the uarts, but then the 2 bus pins appear > repeated on pins 24 and 26, which are used for uart1. > Is there a way to only enable I2C1 on pins 17 and 18, and not 24 and 26 - > either using capemanager or device tree?
Should be no problem with v4.1.0: https://github.com/beagleboard/bb.org-overlays bone_capemgr.enable_partno=BB-UART1,BB-I2C1 Regards, On Tue, Jun 9, 2015 at 2:13 PM, Jonathan Ross <[email protected]> wrote: > I'm confused by the duplication of pins when enabling I2C busses in > capemanager. Why are the two bus pins doubled up (for both I2C1 and I2C2?) > If I enable I2C1, I'd like to use it connected to pins 17 and 18, with > pins 24 and 26 left available for uart1 txd and rxd. Is this possible in > capemanager or would I have to dig deeper into device tree to only enable > I2C1 on 17 and 18? > Thanks, > JR > > -- > 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. > -- Gerald [email protected] http://beagleboard.org/ -- 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.
