Re: [android-porting] Re: Writing to I2C device on bootup

2019-01-25 Thread Paul Kalebu
Thanks everyone! On Thu, Jan 24, 2019, 15:56 Sooraj Sizon wrote: > Hi Paul , Is this a custom peripheral that you are trying to communicate > with using i2c . > or the support have been already added to the board ? > Check for driver in kernel source . If not available you can write your > own

Re: [android-porting] Re: Writing to I2C device on bootup

2019-01-24 Thread Sooraj Sizon
Hi Paul , Is this a custom peripheral that you are trying to communicate with using i2c . or the support have been already added to the board ? Check for driver in kernel source . If not available you can write your own android kernel driver to communicate with i2c . On Thursday, January 24,

Re: [android-porting] Re: Writing to I2C device on bootup

2019-01-23 Thread Paul Kalebu
Thanks Celeste! Is there a driver I can modify to write to a specific I2C device on bootup? On Tue, Jan 22, 2019 at 9:09 AM Celeste Valambhia < celeste.valamb...@gmail.com> wrote: > Hi Paul, > > init scripts are generally located at device/qcom/common/rootdir/etc in > HLOS. > > On Wednesday,

[android-porting] Re: Writing to I2C device on bootup

2019-01-22 Thread Celeste Valambhia
Hi Paul, init scripts are generally located at device/qcom/common/rootdir/etc in HLOS. On Wednesday, January 9, 2019 at 9:09:53 AM UTC+5:30, Paul Kalebu wrote: > > Similar to my last question, I'm trying to automatically write to an I2C > device when the host boots up. From looking online, it