This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ34110: BQ34110 program from linux

Part Number: BQ34110

Hi Team,

We are using BQ34110 fuel gauge in our product.  We have used Battery Management studio tool for flashing golden image. Now we have implemented same mechanism in Linux driver to flash df.fs. We have taken "http://www.ti.com/lit/pdf/slua801" 

We have tried to program from Linux but fuel guage getting faulty. 

Do we need any other file to program golden image from Linux driver ? As of now Battery Management studio window's tool is exporting three files. 1. df.fs, 2 bq.fs 3. .srec. In Linux we are using df.fs file only.

We have noticed that some of the line are beyond 32 bytes in df.fs .

Like below as a sample : 

W: 16 00 02 00 00 00 E2 FF 33 7B C3 33 33 C3 33 58 C3 33 8D C3 33 FF FF 3F FF FF 3F FF FF 3F FF FF 3F FF FF 3F FF FF 3F FF FF 3F FF FF 3F FF FF 3F FF FF 3F FF FF 3F FF FF 3F FF FF 3F 01 01 3D 10 01 3D 02 00 3D 09 00 3D 0A 00 3D 00 00 3D 00 00 3D 00 00 3D 35 80 3D 11 02 3D 49 00 3D 20 2A 0E DF FA 0E E2 FF 32

In this case , How window's tool is handling all the bytes for write or it is writing only 32 bytes ?

Please find attached df.fs file.