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.

How I can write data in binary to eeprom memory

Other Parts Discussed in Thread: OMAP3530

Hi guys! I want to write to EEPROM data (manufacturer, model, s/n) about board. 

I make experiment and write data through sysfs interface (for example MAC address):

```

echo 11:22:33:44:55:66 > /sys/class/i2c-dev/.../eeprom

```

But if I have 100 EEPROMS and how I can write data to it with programmer.

Do you have any doc or manual how people write to EEPROM data in manufacturers or fabrics.