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.
 
 
 
 
 
Jean Delvare d8bc1f1ff4 Set version to 4.3 4 years ago
..
.gitignore i2c-tools: add .gitignore 9 years ago
24cXX.c eeprog: Fix ambiguous parentheses 7 years ago
24cXX.h Drop obsolete SVN keywords 9 years ago
Module.mk allow to preset custom CFLAGS and LDFLAGS 5 years ago
README.eeprog Mark eepromer and eeprom as deprecated. 10 years ago
eeprog.8 Drop man page references to deprecated eeprom and eepromer. 10 years ago
eeprog.c Drop obsolete SVN keywords 9 years ago

README.eeprog

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Warning !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! !
!!! This program should only be used on external busses unless you REALLY !
!!! know what you are doing. !
!!! !
!!! Your computer probably contains eeproms for saving data vital to its !
!!! operation. If you are not careful you might overwrite this data with !
!!! this program and your computer may no longer boot! !
!!! !
!!! An example are the EEPROMS on your SDRAM DIMMs, your computer may no !
!!! longer detect the RAM module rendering it essentially USELESS! !
!!! !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Warning !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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 -16 switch for EEPROM larger then 24C16 (16 bit addressing mode).

Use "make EXTRA=eeprog" to build this program.