Hi,
My X1202 stopped charging the batteries. The battery indicator is always 4 bars on the LED. I checked the batteries invidually using a multimeter and they all have 4+ V, however battery volatage is always very low. Here is the output of vcgencmd pmic_read_adc
3V7_WL_SW_A current(0)=0.10540040A
3V3_SYS_A current(1)=0.06636324A
1V8_SYS_A current(2)=0.18249890A
DDR_VDD2_A current(3)=0.01073523A
DDR_VDDQ_A current(4)=0.00000000A
1V1_SYS_A current(5)=0.83442020A
0V8_SW_A current(6)=0.34059960A
VDD_CORE_A current(7)=1.35736000A
3V3_DAC_A current(17)=0.00018315A
3V3_ADC_A current(18)=0.00036630A
0V8_AON_A current(16)=0.00439560A
HDMI_A current(22)=0.01978020A
3V7_WL_SW_V volt(8)=3.61347600V
3V3_SYS_V volt(9)=3.31652900V
1V8_SYS_V volt(10)=1.82124300V
DDR_VDD2_V volt(11)=1.10622600V
DDR_VDDQ_V volt(12)=0.60402870V
1V1_SYS_V volt(13)=1.10036500V
0V8_SW_V volt(14)=0.79706880V
VDD_CORE_V volt(15)=0.71936430V
3V3_DAC_V volt(20)=3.30127900V
3V3_ADC_V volt(21)=3.29853100V
0V8_AON_V volt(19)=0.79765500V
HDMI_V volt(23)=4.99150000V
EXT5V_V volt(24)=4.99820000V
BATT_V volt(25)=0.00341880V
When I try to read the status of the battery using python I get this error -"OSError: [Errno 121] Remote I/O error". Any thoughts on how I can debug this?
