Re: Options for adding I2C devices and how-to

2016-09-30 Thread vibnwis
> > > https://events.linuxfoundation.org/sites/events/files/slides/petazzoni- > device-tree-dummies.pdf > check page 29/45 > >> >> > This is awesome. Very helpful. I would recommend to get your hands dirty. Start playing with userspace i2c > tools > to get an idea and also there are many raspberry

Re: Options for adding I2C devices and how-to

2016-09-30 Thread anish singh
On Fri, Sep 30, 2016 at 9:23 PM, vibnwis wrote: > > Many thanks Anish for answering my doubts. > > >> You need to find out the device address of your device. >> find out which device is not connected and connect your device on that >> bus and change the device tree to replace the device address.

Re: Options for adding I2C devices and how-to

2016-09-30 Thread vibnwis
Many thanks Anish for answering my doubts. > You need to find out the device address of your device. > find out which device is not connected and connect your device on that bus > and change the device tree to replace the device address. > Would you elaborate on device tree, please? > You can

Re: Options for adding I2C devices and how-to

2016-09-30 Thread Anish Kumar
> On Sep 30, 2016, at 6:23 PM, vibnwis wrote: > > Hi there, > > My questions are about the options available for adding I2C devices onto > existing single board computers, such as Panda Board or Raspberry Pi. Later > then I would ask how to get it done. > > By far, I have found out the fol

Options for adding I2C devices and how-to

2016-09-30 Thread vibnwis
Hi there, My questions are about the options available for adding I2C devices onto existing single board computers, such as Panda Board or Raspberry Pi. Later then I would ask how to get it done. By far, I have found out the following options. Correct me if I am wrong as my understanding s still