Go to file
Dmitry Isaenko 6217cde586 Apply alvintpwang patch to fix read 24cXX issue; increase timeout on i2c_write_2b to fix write 24cXXwq issue 2021-11-30 02:30:12 +03:00
contrib Add some contrib scripts to show different uses of eeprog 2014-02-17 23:28:43 +01:00
24cXX.c Apply alvintpwang patch to fix read 24cXX issue; increase timeout on i2c_write_2b to fix write 24cXXwq issue 2021-11-30 02:30:12 +03:00
24cXX.h add eeprom write completion waiting with timeout 2020-12-10 15:49:18 +01:00
ChangeLog import 2014-02-15 13:22:03 +01:00
LICENSE Initial commit 2014-02-15 04:21:00 -08:00
Makefile make clean: remove only .o files that we created ourselves 2020-12-10 15:44:38 +01:00
README import 2014-02-15 13:22:03 +01:00
WARNING import 2014-02-15 13:22:03 +01:00
eeprog.c fix: add option -t to optstring 2020-12-10 16:17:25 +01:00

README

Important! See the WARNING file.

eeprog reads and writes 24Cxx EEPROMs connected to I2C serial bus.

It uses the SMBus protocol used by most of the recent chipsets. Don't forget to load 
your i2c chipset and the i2c-dev drivers.

Use -8 switch for EEPROM smaller then 24C16 (8bit addressing mode). 

Again, it's really important that you read the WARNING file.

Type "make" to compile.