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.

Linux/PROCESSOR-SDK-AM437X: EEPROM write

Part Number: PROCESSOR-SDK-AM437X


Tool/software: Linux

Hi I am using custom board based on am437x-gp-evm. There i want to write on eeprom  from driver. But no driver is present for the eeprom in ti-linux sdk.

Had anyone done write operation on eeprom of am437x processor or similar platform. I tried to write a driver but i2c-write function only supports maximum of "word size" write operations and i am trying to write more than 40 bytes. I am not able to write eeprom properly.

Any help regarding this.  I have tried to go through drivers of other eeprom but they have only implemented  read operation.