You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dmitry Isaenko 6217cde586 Apply alvintpwang patch to fix read 24cXX issue; increase timeout on i2c_write_2b to fix write 24cXXwq issue 1 year ago
contrib Add some contrib scripts to show different uses of eeprog 9 years ago
24cXX.c Apply alvintpwang patch to fix read 24cXX issue; increase timeout on i2c_write_2b to fix write 24cXXwq issue 1 year ago
24cXX.h add eeprom write completion waiting with timeout 2 years ago
ChangeLog import 9 years ago
LICENSE Initial commit 9 years ago
Makefile make clean: remove only .o files that we created ourselves 2 years ago
README import 9 years ago
WARNING import 9 years ago
eeprog.c fix: add option -t to optstring 2 years ago

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.