Other Parts Discussed in Thread: EV2400, BQSTUDIO
Dear TI,
We are able to flash bq.fs on FG chip with the help of BqStudio and EV2400 board. We have written a basic linux driver which reads the Voltage Register.
But , we are not able to receive the data from the chip.
Below is the error log we are getting:
[ 4.119304] [4: init: 1] exynos5-hsi2c 138f0000.hsi2c: Filter cycle: 1
[ 4.119308] [4: init: 1] bq27xxx-battery 3-0055: error reading voltage
[ 4.119311] [4: init: 1] bq27xxx_battery_i2c_probe: volt ret = -6
Linux Errno 6 : ENXIO No such device or address
As we think, slave address of the chip is 0x55, we have configured the same in dtsi. Would you please confirm if slave address is correct ?
If yes, what could be the possible cause of I2c Read Failure ?