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 9cba52b962 Set version to 4.2 5 years ago
..
.gitignore i2c-tools: add .gitignore 9 years ago
Makefile Move eeprog to separate subdir and implement Module.mk for it. 10 years ago
README Mark eepromer and eeprom as deprecated. 10 years ago
README.eeprom Mark eepromer and eeprom as deprecated. 10 years ago
README.eepromer Mark eepromer and eeprom as deprecated. 10 years ago
eeprom.8 Manual pages for eeprog, eeprom and eepromer, contributed by Jaromir 12 years ago
eeprom.c i2c-dev: Move SMBus helper functions to include/i2c/smbus.h 13 years ago
eepromer.8 Manual pages for eeprog, eeprom and eepromer, contributed by Jaromir 12 years ago
eepromer.c i2c-dev: Move SMBus helper functions to include/i2c/smbus.h 13 years ago

README

These programs are used to read and write eeproms.

Use eeprom for small eeproms with one-byte addresses:
24C01, 24C01A, 24C02, 24C04, 24C08, and 24C16
It works only on true i2c bus adapters.
See README.eeprom for details.
This program is deprecated, please use eeprog instead.

Use eepromer for large eeproms with two-byte addresses:
24C32, 24C64, 24C128, 24C256, and 24C512
It works only on true i2c bus adapters.
See README.eepromer for details.
This program is deprecated, please use eeprog instead.

Use eeprog for either small or large eeproms.
This program was moved to a separate subdirectory.
Use the -16 switch for large eeproms.
It works on both i2c and smbus bus adapters.
See README.eeprog for details.


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Warning !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! !
!!! These programs should only be used on external busses such as i2c-pport !
!!! 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 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!