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.