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 69f0354a9b White space cleanup 10 years ago
..
24cXX.c Move eeprog to separate subdir and implement Module.mk for it. 10 years ago
24cXX.h Move eeprog to separate subdir and implement Module.mk for it. 10 years ago
Module.mk Move eeprog to separate subdir and implement Module.mk for it. 10 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 Move eeprog to separate subdir and implement Module.mk for it. 10 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.