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.